Hello,
I am trying to capture a video of my one gmsl camera.
I followed the tutorial for basic recording.
Sadly the recoder-tui tool exits with this error message:
Recorder @ release_nvidia:
Last output: Rig: release_nvidia.json recorder-tui: started
Last error: Aborted (core dumped)
Press s<Enter> to start/stop. Press q<Enter> to quit.
Error: one of the recorders abruptly exited!
WARNING: Forcibly exited. Some data might have been lost!
WARNING: Use q<Enter> to exit gracefully, next time.
also shortly before that message this output can be seen:
Recorder @ release_nvidia:
Last output: terminate called after throwing an instance of 'dw::core::CudaException'
I made sure that the sample code ./sample_camera_gmsl works and displays the image of my camera.
I only have a HDD at hand so I used that one. Might that be the cause of the problem?
Here is the line from /proc/mounts:
/dev/sda1 /media/nvidia/HDDExt4 ext4 rw,nosuid,nodev,relatime,stripe=8191,data=ordered 0 0
The HDD is 2Tb big and is completely empty.
The rig file i am using looks like this:
{
"rig": {
"sensors": [
{
"name": "camera:front:center:120fov",
"nominalSensor2Rig": {
"quaternion": [
-0.502444,
0.507493,
-0.497444,
0.492494
],
"t": [
1.749,
-0.1,
1.47
]
},
"parameter": "camera-type=ar0231-rccb-bae-sf3324,csi-port=a,camera-count=1,format=h264,output-format=yuv",
"properties": {
"Model": "ftheta",
"bw-poly": "0.0 0.000545421498827636 -1.6216719633103e-10 -4.64720492990289e-12 2.85224527762934e-16",
"cx": "960",
"cy": "604",
"height": "1208",
"width": "1920"
},
"protocol": "camera.gmsl",
"sensor2Rig": {
"quaternion": [
-0.502444,
0.507493,
-0.497444,
0.492494
],
"t": [
1.749,
-0.1,
1.47
]
}
}
],
"vehicle": {
"valid": true,
"value": {
"COMMENT": "steeringCoefficient is not validated",
"axlebaseFront": 1.582,
"axlebaseRear": 1.575,
"bumperFront": 0.912,
"bumperRear": 1.109,
"centerOfMassToRearAxle": 1.564,
"frontCorneringStiffness": 30654.0,
"height": 1.473,
"inertia": 1780.8,
"length": 4.872,
"mass": 1779.4,
"rearCorneringStiffness": 36407.0,
"steeringCoefficient": 14.8,
"wheelDiameter": 0.673,
"wheelbase": 2.85,
"width": 1.852,
"widthWithMirrors": 2.121
}
}
},
"version": 2
}
nvcc --version:
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Sun_Apr__1_21:15:38_CDT_2018
Cuda compilation tools, release 9.2, V9.2.78
Thanks