When calling the free space sample with the videos provided by nvidia it runs without any problems.
The video out.h264 runs without any problem when using ffplay.
Any suggestions what could be the Problem?
./sample_freespace_detection --video=~/Dev/Nvidia_Drive/Data/out.h264
[4-12-2018 10:19:19] Initialize DriveWorks SDK v1.2.400
[4-12-2018 10:19:19] Release build with GNU 4.8.5 from v1.2.0-rc11-0-ga7f5475
[4-12-2018 10:19:19] Platform: Detected Generic x86 Platform
[4-12-2018 10:19:19] TimeSource: monotonic epoch time offset is 1543911029644582
[4-12-2018 10:19:19] Platform: number of GPU devices detected 1
[4-12-2018 10:19:19] Platform: currently selected GPU device discrete ID 0
[4-12-2018 10:19:19] SDK: Resources mounted from /usr/local/driveworks/samples/../data/resources
[4-12-2018 10:19:19] SensorFactory::createSensor() -> camera.virtual, maxDistance=50.0,rig=/usr/local/driveworks/samples/../data/samples/freespace/rig_freespace.json,video=~/Dev/Nvidia_Drive/Data/out.h264
[4-12-2018 10:19:19] Driveworks exception thrown: DW_SAL_CANNOT_CREATE_SENSOR: CameraNVCUVID: cannot open file ~/Dev/Nvidia_Drive/Data/out.h264
terminate called after throwing an instance of 'std::runtime_error'
what(): [2018-12-04 10:19:19] DW Error DW_SAL_CANNOT_CREATE_SENSOR executing DW function:
dwSAL_createSensor(&m_sensor, params, m_sal)
at /usr/local/driveworks/samples/src/framework/SimpleCamera.cpp:51
Aborted (core dumped)