Hello,
I am using the ZED SDK on Ubuntu 20.04, but I am experiencing issues with recording. Although files are created, their sizes are very small.
This issue occurs with the provided recording Python script. When I try to read these files using the playback script, an error occurs.
However, recording works correctly with ZED_Explorer.
For reference, all diagnostic programs have passed, and there are no issues with other programs.
Additionally, the following error occurs when running the recording script:
---log
[ZED][SLHW] Failed to create encoder. Err : NvEncoderCuda : Encoder Initialization failed at /builds/sl/ZEDKit/lib/src/sl_input/NVCompression/NvCodec/NvEncoder/NvEncoderCuda.cpp:36
---
When I try to set ZED_SDK_SVO_VERSION=1, the recording does not occur at all.
---log
Recording ZED : SVO UNSUPPORTED HARDWARE FOR COMPRESSION
---
Thanks in advance