Hello, experts.
I replayed my sample video which was acquired with 3 camera.
Blow is my code I used.
$ sudo ./replayer --folder=$dir_path/h264_sample --json=$dir_path/h264_sample/recorder-config.json
Program Arguments:
--can0dbc=
--folder=$dir_path/h264_sample
--json=$dir_path/h264_sample/recorder-config.json
--show-camera=camera1
--show-can=can0
--show-gps=gps0
--show-imu=imu0
--show-lidar=lidar0
JSON version 0.8 not verified - playback may be broken
JSON Configuration:
--camera0=$dir_path/h264_sample/video_first.h264
--camera1=$dir_path/h264_sample/video_second.h264
--camera2=$dir_path/h264_sample/video_third.h264
--can0=$dir_path/h264_sample/can_0.bin
--gps0=$dir_path/h264_sample/gps_0.bin
--imu0=$dir_path/h264_sample/imu_0.bin
--lidar0=$dir_path/h264_sample/lidar_0.bin
--videoTimestamps=$dir_path/h264_sample/video_time_0.txt
CameraVirtual: cannot retrieve framerate from video file, assume 30FPS
Replay with image 1920x1208 at 30 FPS
Driveworks exception thrown: DW_SAL_CANNOT_CREATE_SENSOR: Lidar: cannot open file
Cannot create lidar sensor: DW_SAL_CANNOT_CREATE_SENSOR
Driveworks exception thrown: DW_SAL_CANNOT_CREATE_SENSOR: CAN: cannot open file
Cannot create CAN sensor: DW_SAL_CANNOT_CREATE_SENSOR
Driveworks exception thrown: DW_SAL_CANNOT_CREATE_SENSOR: GPS: cannot open file
Cannot create GPS sensorDW_SAL_CANNOT_CREATE_SENSOR
Driveworks exception thrown: DW_SAL_CANNOT_CREATE_SENSOR: IMU: cannot open file
Cannot create IMU sensorDW_SAL_CANNOT_CREATE_SENSOR
I can have saw a view of the first camera, but I can’t the other.
How can I see views of multiple camera using driveworks tools’s replayer?