You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Camera preview mode on RasPi is using GPU, so I think it is easy to overlay text or image with Camera video output.
Could you give me more detail how to use framebuffer?
The text was updated successfully, but these errors were encountered:
I tried to use frambuffer instead of
/dev/video0
, but the webcam application show nothing.Here is what I did:
I also tried to force HDMI output mode, but no luck.
# cat /boot/config.txt [...] hdmi_force_hotplug=1 hdmi_drive=2
Camera preview mode on RasPi is using GPU, so I think it is easy to overlay text or image with Camera video output.
Could you give me more detail how to use framebuffer?
The text was updated successfully, but these errors were encountered: