Hi, I’m having a problem when I try to record from two ZED 2i cameras connected to a Jetson AGX ORIN with Ubuntu 22.04 using a python program.
The procedure seems to be executed correctly, but the problem is when I try to end the recording using disable_recording() method, where i get two errors (the same for each camera) like this:
[ERROR] (/builds/sl/ZEDKit/lib/src/sl_input/mmapi/R364/NvV4l2ElementPlane.cpp:256) <> Capture Plane:Error while Qing buffer: Device or resource busy
Many times, even with the error, the svo files seem to be correct, but some other times the generated files are corrupted (although later it can be fixed with the SDK tool). Could this be related to the error above? Thanks.