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
Hello,
Could you please let me know how to run Nvidia Driveworks 5.8 camera sample application on Nvidia SPC device.
I have tried below command, but its not working.
./sample_camera --rig /home/nvidia/spc-image-capture/ --write-file sample_video-mp4 --enable-user-event-callbacks 1 --reset-on-error 1 --dwTracePath /home/nvidia/spc-image-capture/trace.json
Error String
Sample illustrating how to use camera interfaces
–enable-user-event-callbacks: default=0
If this set to 1, then the user-defined error handling will be enabled
–offscreen: default=0
Used for running windowed apps in headless mode. 0 = show window, 1 = offscreen window, 2 = no window created
–profiling: default=1
Enables/disables sample profiling
–reset-on-error: default=0
If this flag set to 1, then the camera link will be reset when errors occur. This parameter only takes effect when --enable-user-event-callbacks=1
–rig: default=/home/nvidia/spc-image-capture/data/samples/sensors/camera/camera/rig.json
This is the main source of input configuration for the cameras, can setup any possible configuration
–write-file: default=
If this string is not empty, then the serializer will record in this location
terminate called after throwing an instance of ‘std::runtime_error’
what(): Unknown option --dwTracePath
Aborted (core dumped)
Logs
Sample illustrating how to use camera interfaces
–enable-user-event-callbacks: default=0
If this set to 1, then the user-defined error handling will be enabled
–offscreen: default=0
Used for running windowed apps in headless mode. 0 = show window, 1 = offscreen window, 2 = no window created
–profiling: default=1
Enables/disables sample profiling
–reset-on-error: default=0
If this flag set to 1, then the camera link will be reset when errors occur. This parameter only takes effect when --enable-user-event-callbacks=1
–rig: default=/home/nvidia/spc-image-capture/data/samples/sensors/camera/camera/rig.json
This is the main source of input configuration for the cameras, can setup any possible configuration
–write-file: default=
If this string is not empty, then the serializer will record in this location
terminate called after throwing an instance of ‘std::runtime_error’
what(): Unknown option --dwTracePath
Aborted (core dumped)