Hello,
I’ve been debugging a CSI adapter board and encountered this error when nvcamera-daemon starts:
Worker thread CaptureDispatcher start
SCF: Error UnSupportedMetadata: odm fixed frame rate missing in meta data (in src/services/capture/CaptureServiceDeviceSensorProp.cpp, function populateYuvControlProperties(), line 1912)
SCF: Error UnSupportedMetadata: (propagating from src/services/capture/CaptureServiceDeviceSensorProp.cpp, function fillDefaultControlProps(), line 2176)
SCF: Error UnSupportedMetadata: (propagating from src/services/capture/CaptureService.cpp, function fillDefaultControlProps(), line 266)
SCF: Error UnSupportedMetadata: (propagating from src/api/Session.cpp, function getDefaultCaptureSettings(), line 660)
Worker thread CaptureDispatcher stop
ViCsi capture path not initialized
The nvcamera-daemon is launched as follows:
sudo su
service nvcamera-daemon stop
export enableCamPclLogs=5
export enableCamScfLogs=5
/usr/sbin/nvcamera-daemon
The nvcamerasrc is started in a separate terminal:
gst-launch-1.0 nvcamerasrc fpsRange="30.0 30.0" ! 'video/x-raw(memory:NVMM),width=1920,height=1200,format=UYVY,framerate=30/1' ! nvtee ! nvvidconv ! 'video/x-raw(memory:NVMM),format=I420' ! nvoverlaysink display-id=1 -e
Could you please give me a hint of what I should do to fix it?