Please provide the following info (tick the boxes after creating this topic):
Software Version
DRIVE OS 6.0.10.0
DRIVE OS 6.0.8.1
DRIVE OS 6.0.6
DRIVE OS 6.0.5
DRIVE OS 6.0.4 (rev. 1)
DRIVE OS 6.0.4 SDK
other
Target Operating System
Linux
QNX
other
Hardware Platform
DRIVE AGX Orin Developer Kit (940-63710-0010-300)
DRIVE AGX Orin Developer Kit (940-63710-0010-200)
DRIVE AGX Orin Developer Kit (940-63710-0010-100)
DRIVE AGX Orin Developer Kit (940-63710-0010-D00)
DRIVE AGX Orin Developer Kit (940-63710-0010-C00)
DRIVE AGX Orin Developer Kit (not sure its number)
other
SDK Manager Version
2.1.0
other
Host Machine Version
native Ubuntu Linux 20.04 Host installed with SDK Manager
native Ubuntu Linux 20.04 Host installed with DRIVE OS Docker Containers
native Ubuntu Linux 18.04 Host installed with DRIVE OS Docker Containers
other
Issue Description
Hi,
We are exploring the async-record capabilities of the new Sensor Serializer. When I try to run the sample code with the following rig file, it never seems to work. This is the command that I ran:
./sample_camera --rig=rig_test.json --write-file=output.mp4 --offscreen=2
I tried with output.h264 and output.h265, but the error message says that the new codec only support mp4. Then, I started changing the parameters in the rig file. The only thing I know how to change is the “output-format” field. I will put output-format → error string in the next section. We have V1SIM728S1RU3120NB20 cameras. Does this mean that the new codec doesn’t support our cameras? Thanks!
rig.txt (1.4 KB)
Error String
output-format=raw:
[21-09-2024 21:09:59] Driveworks exception thrown: DW_INVALID_ARGUMENT: Support H264/H265 and LRAW encoder only
output-format=processed
[21-09-2024 21:10:30] Driveworks exception thrown: DW_INVALID_ARGUMENT: Support H264/H265 and LRAW encoder only
output-format=processed1
[21-09-2024 21:11:22] Driveworks exception thrown: DW_NOT_SUPPORTED: CameraClient: ISP0 and ISP1 Image Properties are same, not supported, set different attributes
output-format=processed2
[21-09-2024 21:12:00] Driveworks exception thrown: DW_INVALID_ARGUMENT: Support H264/H265 and LRAW encoder only