costanalobin Hi I got this error every time I try to write video to the disk RuntimeError: Fatal error. Please report to developers. Log: 'IP_Utils' '553' Can you please point me into the direction of solving the problem? 🙂
jakaskerl Hi costanalobin You are using DepthAI demo? You will need to set the FPS of the video you are trying to record. Othewise, this error will occur. Thanks, Jaka
costanalobin Yes, It seems like working now, thanks! How can I stop recording after a while? It seems like there is no way do do so from the UI 🙂
jakaskerl Hi costanalobin No smart way, I did it by toggling the recording off and then clicking "apply and restart" :/ Thanks, Jaka
costanalobin this will work 🙂 also this is strange but the resolution of the video file is 640x400 despite the fact than in DepthAI demo it is set to 720p. Do you know how can I write with better resolution? 🙂
jakaskerl Hi costanalobin Not sure if you can change the resolution of the recording. I would assume the recording of RGB would be set to the same resolution as the RGB image sensor. Maybe try running the demo by specifying the resolution manually with python3 depthai_demo.py --rgbResolution 1080 or 2160 or whatever you want. Thanks, Jaka
costanalobin this is almost working for me 🙂 the only thing is I need to change resolution for the left and right cameras. Could you please tell me the correct command for this? 🙂
jakaskerl Hi costanalobin --monoResolution or -monor You can run the script with --help if you have questions. Thanks, Jaka
costanalobin sorry, it does work! I just needed to write 720 not 1080 i guess this is the max res for the mono camera
jakaskerl Hi costanalobin Yes indeed, the API only supports 720p on mono cameras (or ov9282 specifically, not entirely sure). Thanks, Jaka