Hi @jakaskerl,
Bummer that it can't do 200fps.
Regarding the USBSPEED_SUPER, is that a configuration option that is accessible in the python library?
I don't think the raspberry pi 4's USB 3 can do 10Gbps.
Thank,
Mark
Hi @jakaskerl,
Bummer that it can't do 200fps.
Regarding the USBSPEED_SUPER, is that a configuration option that is accessible in the python library?
I don't think the raspberry pi 4's USB 3 can do 10Gbps.
Thank,
Mark
Hi @erik,
Is there any update on this?
I just bought this camera because I have a project that needs the 200 fps. The product info for this camera says the mono's can do 200 fps (Luxonis Oak-D-Lite - KI-Bilderkennungskit (botland.de)).
But when I run it (on a raspberry pi 4), using the (mono_previw.py script )[luxonis/depthai-pythonblob/1a1eb16e94874e88e14594423e34cb3d69828a6c/examples/MonoCamera/mono\*preview.py], I get a message """MonoCamera OV7251: capping FPS for selected resolution to 99"""
I have tried changing the resolution to THE_480_P, and get the same.
I guess the reason for the lower frame rate is the live post-processing. Does the 200 fps only mean that the RAW image data is produced at that rate?
I there any way to bypass the post-processing to reach that 200? In my case, live viewing is not important. It is fine to record as fast as possible, then process the frames some time later.