Closed ToanVNET closed 4 years ago
First you need to have the v4l2 loopback module installed. This should generate a virtual device which what you should specify in the seek_viewer arguments. It sounds like you are trying to stream to an existing physical webcam which isn't the way v4l2 works. When you have v4l2loopback working you will be able to receive that stream in opencv yes.
Thank you so much for your support. It's working like a charm now. Have a nice weekend.
I executed this command:
./seek_viewer --camtype=seekpro --colormap=11 --mode=v4l2 --output=/dev/video0
And I got this error:How can I fix this ? /dev/video0 is my webcam. /dev/video2 is not listed on /dev/ I also tried with them but it's not working. I understand that after execute this command, and assume that it's working good. So I can use opencv with python to view the stream video from thermal camera. Did I understand right ?