I just got my OAK-1 and in trying the demo app, I have a few questions:
And yes, I am using the USB3 cable that came with the device and it is plugged into a USB3 port. I am on Windows 10 OS build # 19045.3086.
- The max FPS I can get in the demo app is 60fps when the OAK-1 OV9782 supports 120fps at three different resolutions. Is the demo app somehow limited or what am I missing?
- In the Camera tab, there is no
THE_400_P
Resolution option, is this an oversight? - In the Misc. tab, when I Run UVC Mode (Webcam) the terminal output is
[ColorCamera(0)] [error] Still capture ignored, as the output is not connected
. In OBS, when I try to set a new Video Capture Device I see the now new optionS_VIDEO_CONTROL_1
but it prints the aforementioned error indefinitely. Is this expected? - In testing depthai-unity I noticed the examples don't use WebCamTexture, WebCamDevice, and WebCamTexture.devices like I expected. Is there a particular reason for this?
- Related to the previous question, when I apply step 3 (UVC Mode (Webcam)) I also see the
S_VIDEO_CONTROL_1
option resulting from myWebcamTexture.devices
query in a custom webcam selection list that works with other webcams. However when I selectS_VIDEO_CONTROL_1
, I get the error:Could not connect pins - RenderStream()
. I'll look into this more, but if you have any thoughts or insight, please share.