-
Notifications
You must be signed in to change notification settings - Fork 66
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
No support for VideoCaptureMPlane
?
#121
Comments
Perhaps these are relevant / duplicate:
But it looks like there is a dire need (and planning) for massive refactors to the entire buffer and allocation APIs of |
Same issue on a Radxa zero 3W and it is the same thing, I cannot capture from the camera. |
I have to admit that my motivation to work on this crate has decreased significantly after moving to a MacOS development host. The whole buffer abstraction definitively needs reworking to support multi-planar buffers, as you noticed. Feel free to come up with a proposal of how it should work. I will try to spend some time again on this, but having to use a VM with a virtual camera makes it a bit painful. |
I completely understand... it looks like linux_video might be able to do it, I'll give it a try. |
Apparently the multi-plane format is not supported, is that correct? I can do, e.g.,
But all
Device
s seem to useType::VideoCapture
implicitly andset_format
etc. will fail?The text was updated successfully, but these errors were encountered: