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

Framerate of capture device cannot be set to empty on MacOS #205

Closed
codeanticode opened this issue Sep 4, 2022 · 1 comment
Closed

Framerate of capture device cannot be set to empty on MacOS #205

codeanticode opened this issue Sep 4, 2022 · 1 comment
Assignees

Comments

@codeanticode
Copy link
Member

The constructors in the Capture class set the default fps to 0, which result in a cap object without framerate. This seemed to be valid in earlier versions of GStreamer, but apparently no longer, at least on MacOS where it results in errors such as "BaseSrc: [avfvideosrc1] : Internal data stream error"

@codeanticode codeanticode self-assigned this Sep 4, 2022
@codeanticode codeanticode changed the title Framerate of capture device cannot be set to empy on MacOS Framerate of capture device cannot be set to empty on MacOS Sep 4, 2022
@codeanticode
Copy link
Member Author

Fixed with ace6d59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant