-
-
Notifications
You must be signed in to change notification settings - Fork 165
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 & Video Support? #176
Comments
I started a private project to port |
Video playback works via But I think it's possible to get working with a workaround. On newer raspbian, the pi cam or any other camera should be present as a So if we take the first one as an example:
And then, instead of invoking omxplayer with VideoPlayerController.file("/tmp/out.raw") This is not particularly optimal though, maybe there's delay or high CPU usage because so much memory will be copied, so it'd still be cool to have a real camera plugin Btw, |
cool! any chance of sharing it? photo is fine foe now. thx |
I will publish this port on pub.dev in the next time. |
Does anyone have an example on how to use omx player ? |
@pezi Did you make any progress? |
Does the rpi camera module or a usb camera work with this? Can it record and playback videos at 4k?
thanks!
The text was updated successfully, but these errors were encountered: