Open tuyenld opened 3 years ago
If you set the framebuffer as an input device, then you must set uvc gadget as an output device.
v4l2-ctl --list-device 20980000.usb (gadget): /dev/video0
uvc-gadget -f /dev/fb0 -u /dev/video0
In your command you use /dev/video1 which is probably a camera module.
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.
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?