Hi,
We are following below link for using UVC feature wit OAK-D Pro W(ov9782). But we met some issue like below. So please check it out and help us.
https://docs.luxonis.com/en/latest/pages/oak_webcam/#using-uvc-feature-branch
I installed the package with sudo apt install v4l2loopback-dkms but the modprobe option didn't appear.
So I uninstalled the above package and installed v4l2loopback with the make command from the v4l2loopback official Github.
1. Based on the document, I played it using gstreamer after running Python virtual camera. But here is the issue now. When running, the video is not continuously output and stops with only the first frame being output.
Since we need to process the video using gstreamer , we need to access the device created with v4l2loopback to get the video.
Based on our application requirements it should work. Please help us if here is any missting point or not.
<code we used>
2. 2. Execute OBS forwarding UVC stream in the document
When the V4L2 option is selected in OBS, the device transmission video does not appear immediately like the video, only a black screen is shown
3. 3. Run OBS capturing cv2 window in the document
It works well to view and capture video with cv2.imshow.
Best regards,
Ryan.