Hi everybody,
Under ubuntu18.04 I read a usbcam with Sdpo Video uvcpf_BGR24 ans 480x640.
The device is an usbcam is /dev/video6 and /dev/video7.
It's works i can read it.
If I duplicate this device like this :
//via loopback create video 2 3 4
sudo modprobe v4l2loopback devices=4 exclusive_caps=1:
// duplicate video6 to video2
ffmpeg -f video4linux2 -i /dev/video6 -codec copy -f v4l2 /dev/video2
Now i cannot read /dev/video2 wich is the same as video6...
Same problem with another camera.
Seem due to metadata which are in video7 ?
How can I solve this ?
Thank's for your help.
Regards.