Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[camera] Support custom frame rate and bit rate #54339

Closed
chethanprabhakar opened this issue Apr 9, 2020 · 35 comments · Fixed by flutter/packages#3586
Closed

[camera] Support custom frame rate and bit rate #54339

chethanprabhakar opened this issue Apr 9, 2020 · 35 comments · Fixed by flutter/packages#3586
Labels
c: new feature Nothing broken; request for a new capability c: proposal A detailed proposal for a change to Flutter customer: crowd Affects or could affect many people, though not necessarily a specific customer. p: camera The camera plugin P3 Issues that are less important to the Flutter project package flutter/packages repository. See also p: labels. r: fixed Issue is closed as already fixed in a newer version team-ecosystem Owned by Ecosystem team triaged-ecosystem Triaged by Ecosystem team

Comments

@chethanprabhakar
Copy link

Hello,

I am using the Camera plugin. Need help in setting custom FPS/frame rate for video. Also, can't find what is the default setting for frame rate

Possible to suggest a fix?

Thanks,

@VladyslavBondarenko
Copy link

Related to #26959

@VladyslavBondarenko VladyslavBondarenko added p: camera The camera plugin plugin c: new feature Nothing broken; request for a new capability labels Apr 9, 2020
@jpiabrantes

This comment was marked as off-topic.

@TahaTesser TahaTesser changed the title Set custom frame rate in Camera plugin Set custom frame rate and bit rate in Camera plugin Oct 9, 2020
@julien-tamade

This comment was marked as off-topic.

@amhwu

This comment was marked as off-topic.

@cyanglaz cyanglaz added the P3 Issues that are less important to the Flutter project label May 13, 2021
@hxtruong6

This comment was marked as off-topic.

@Enigma-I-am

This comment was marked as off-topic.

@isabel5207

This comment was marked as off-topic.

@pinball83

This comment was marked as off-topic.

@Dahlbom

This comment was marked as off-topic.

4 similar comments
@Wiki1991

This comment was marked as off-topic.

@lucalazzaroni

This comment was marked as off-topic.

@ochairo

This comment was marked as off-topic.

@farqis

This comment was marked as off-topic.

@mx1up

This comment was marked as resolved.

@dhuma1981

This comment was marked as off-topic.

3 similar comments
@AlexsandroZanella2

This comment was marked as off-topic.

@boomer30

This comment was marked as off-topic.

@rbennett-v1

This comment was marked as off-topic.

@stuartmorgan
Copy link
Contributor

Please read https://github.com/flutter/flutter/wiki/Issue-hygiene#do-not-add-me-too-or-same-comments-to-bugs before commenting in issues.

@stuartmorgan
Copy link
Contributor

https://github.com/flutter/packages/blob/main/CONTRIBUTING.md has links to all of our resources about getting started with contributing to plugins, including (in the main contributor guide linked from there) the Discord server used for development discussions.

@boomer30

This comment was marked as off-topic.

@charlesluzar
Copy link

@stuartmorgan Thank you! Someone from our team is working on this. Whether we'll be able to navigate getting a PR merged remains to be seen but we'll try!

@cassioso
Copy link

cassioso commented Apr 6, 2023

@stuartmorgan Thank you! Someone from our team is working on this. Whether we'll be able to navigate getting a PR merged remains to be seen but we'll try!

Maybe you want to share the PR (even if still a draft) so others can contribute

@darshankawar darshankawar added customer: crowd Affects or could affect many people, though not necessarily a specific customer. package flutter/packages repository. See also p: labels. labels Apr 28, 2023
@oakleychen0707
Copy link

oakleychen0707 commented Sep 29, 2023

Hello,
I am using the Flutter camera package to create a video recording application that allows for adjusting the resolution and frame rates to 60fps and 120fps. Please note that this feature is currently available only on iOS.

https://github.com/oakleychen0707/flutter_camera_60fps_ios.git
You can check the main.dart file and AppDelegate.swift file.

Hope this helps everyone! Thank you.

@stuartmorgan stuartmorgan changed the title Set custom frame rate and bit rate in Camera plugin [camera] Support custom frame rate and bit rate Jan 4, 2024
@Grench6

This comment was marked as off-topic.

@stuartmorgan

This comment was marked as off-topic.

@chaoyifei

This comment was marked as off-topic.

auto-submit bot pushed a commit to flutter/packages that referenced this issue May 6, 2024
This PR is for enabling fps and bitrate control of recorded video.
Allow users to more control over recorded video size.
`CameraPlatform.createCameraWithSettings` is added, leaving original `CameraPlatform.createCamera` commented as deprecated. So this is not breaking change.
Tested on a set of mobile devices.
Web support depends on browser (perfect with Firefox).

Fixes flutter/flutter#54339
vashworth pushed a commit to vashworth/packages that referenced this issue May 6, 2024
…r#3586)

This PR is for enabling fps and bitrate control of recorded video.
Allow users to more control over recorded video size.
`CameraPlatform.createCameraWithSettings` is added, leaving original `CameraPlatform.createCamera` commented as deprecated. So this is not breaking change.
Tested on a set of mobile devices.
Web support depends on browser (perfect with Firefox).

Fixes flutter/flutter#54339
@darshankawar darshankawar added the r: fixed Issue is closed as already fixed in a newer version label May 7, 2024
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 21, 2024
TecHaxter pushed a commit to TecHaxter/flutter_packages that referenced this issue May 22, 2024
…r#3586)

This PR is for enabling fps and bitrate control of recorded video.
Allow users to more control over recorded video size.
`CameraPlatform.createCameraWithSettings` is added, leaving original `CameraPlatform.createCamera` commented as deprecated. So this is not breaking change.
Tested on a set of mobile devices.
Web support depends on browser (perfect with Firefox).

Fixes flutter/flutter#54339
arc-yong pushed a commit to Arctuition/packages-arc that referenced this issue Jun 14, 2024
…r#3586)

This PR is for enabling fps and bitrate control of recorded video.
Allow users to more control over recorded video size.
`CameraPlatform.createCameraWithSettings` is added, leaving original `CameraPlatform.createCamera` commented as deprecated. So this is not breaking change.
Tested on a set of mobile devices.
Web support depends on browser (perfect with Firefox).

Fixes flutter/flutter#54339
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
c: new feature Nothing broken; request for a new capability c: proposal A detailed proposal for a change to Flutter customer: crowd Affects or could affect many people, though not necessarily a specific customer. p: camera The camera plugin P3 Issues that are less important to the Flutter project package flutter/packages repository. See also p: labels. r: fixed Issue is closed as already fixed in a newer version team-ecosystem Owned by Ecosystem team triaged-ecosystem Triaged by Ecosystem team
Projects
None yet
Development

Successfully merging a pull request may close this issue.