I’m trying to execute “sample_lane_detection” of sample application, but it doesn’t execute with error as below.
nvidia@nvidia:~$ /usr/local/driveworks/bin/sample_lane_detection --camera-type=c-ov10640-b1 --input-type=camera --csi-port=ab
\Program Arguments:
–camera-index=0
–camera-type=c-ov10640-b1
–csi-port=ab
–height=576
–input-type=camera
–maxDistance=50.0
–rig=…/./data/samples/laneDetection/rig.xml
–slave=0
–threshold=0.3
–video=…/./data/samples/laneDetection/video_lane.h264
–width=960
nvrm_gpu: Bug 200215060 workaround enabled.
Initialize DriveWorks SDK v0.6.67
TimeSource: monotonic epoch time offset is 1529915553022246
TimeSource: PTP ioctl returned error. Synchronized time will not be available.
TimeSource: Could not detect valid PTP time source at ‘eth0’. Fallback to CLOCK_MONOTONIC.
SDK: Resource failed to mount from ‘…/./data/resources’: VirtualFileSystem: Failed to mount ‘…/./data/resources[.pak]’
SDK: Resources mounted from /usr/local/driveworks-0.6/data/resources
SDK: Create NvMediaDevice
SDK: use EGL display as provided
SAL: identified board as DrivePX2-TegraA
SensorFactory::createSensor() → camera.gmsl, camera-type=c-ov10640-b1,csi-port=ab,slave=0,serialize=false,camera-count=4,output-format=yuv,camera-mask=0001
CameraGMSL: required FPS = 30, resolution = 1280x1080
***** aurix state *****
CAM_PWR_ON: 0x0
TEGRA_GMSL: TEGRA B
TEGRA_FPDL: TEGRA B
TEGRA_A_HDMI: MXM
TEGRA_B_HDMI: MXM
TEGRA_PCI: TEGRA B
FAN_STATE: UNKNOWN
***** aurix state *****
CAM_PWR_ON: 0x1
TEGRA_GMSL: UNKNOWN
TEGRA_FPDL: UNKNOWN
TEGRA_A_HDMI: UNKNOWN
TEGRA_B_HDMI: UNKNOWN
TEGRA_PCI: UNKNOWN
FAN_STATE: UNKNOWN
NvMediaACPCreate: No Sensor Specifc Config File found in NvPlugin
NvMediaACPCreate: Camera module is not characterized and tuned
Camera image with 1280x1080 at 30 FPS
Driveworks exception thrown: DW_FILE_NOT_FOUND: pugi: file not found:, …/./data/samples/laneDetection/rig.xml
Error dwRigConfiguration_initialize: DW_FILE_NOT_FOUND
Cannot initialize DW subsystems
Driveworks exception thrown: DW_INVALID_ARGUMENT: Cannot cast handle, given instance is a nullptr
Driveworks exception thrown: DW_INVALID_ARGUMENT: Cannot cast handle, given instance is a nullptr
Driveworks exception thrown: DW_INVALID_ARGUMENT: Cannot cast handle, given instance is a nullptr
***** aurix state *****
CAM_PWR_ON: 0x0
TEGRA_GMSL: UNKNOWN
TEGRA_FPDL: UNKNOWN
TEGRA_A_HDMI: UNKNOWN
TEGRA_B_HDMI: UNKNOWN
TEGRA_PCI: UNKNOWN
FAN_STATE: UNKNOWN
Driveworks exception thrown: DW_INVALID_ARGUMENT: Cannot cast handle, given instance is a nullptr
SDK: Release NvMediaDevice
Could you provide me any solution?