`nvarguscamerasrc` built from source -- isp error

I am getting a very long error message when building and running nvarguscamerasrc from source. This happens on one Nano but not another. Both are B boards. Both have the same kernel, JetPack version, attached hardware, device tree, and camera override settings.

System details:

  • Kernel 4.9.201 defconfig with IMX477 ridgerun patches applied on top
  • Camera source is mdegans/dev branch of this repo

steps to repro:

git clone --branch mdegans/dev https://github.com/mdegans/gst-nvmanualcamerasrc.git
cd gst-nvmanualcamerasrc
pip3 install --upgrade meson
sudo apt install ninja-build
meson builddir
cd builddir
ninja
meson test --suite integration

results (one one machine, but not another)

Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
OFParserListModules: module list: /proc/device-tree/tegra-camera-platform/modules/module0
OFParserListModules: module list: /proc/device-tree/tegra-camera-platform/modules/module1
NvPclHwGetModuleList: WARNING: Could not map module to ISP config string
NvPclHwGetModuleList: No module data found
NvPclHwGetModuleList: WARNING: Could not map module to ISP config string
NvPclHwGetModuleList: No module data found
OFParserGetVirtualDevice: NVIDIA Camera virtual enumerator not found in proc device-tree
---- imager: Found override file [/var/nvidia/nvcam/settings/camera_overrides.isp]. ----
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 460: Error: Bad parameter: "ae.CameraEfficiency=0.1508"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 473: Error: Bad parameter: "ae.MeanAlg.ConvergeSpeed=0.10"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 810: Error: Bad parameter: "awb.convergeSpeed=0.3"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 3100: Error: Bad parameter: "af.alg.over_scan_percent=0.15"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 3101: Error: Bad parameter: "af.alg.smooth_over_scan_percent=0.035"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 3107: Error: Bad parameter: "af.alg.scene_change_t_guard_factor=0.30f"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 3108: Error: Bad parameter: "af.alg.scene_stable_sharpness=0.15f"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 3109: Error: Bad parameter: "af.alg.scene_change_sharpness=0.30f"
Motion points are not strictly ascending.NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 4524: Error: 11: "tnr.v1.consistencyPoints={0.00,0.25,0.50,0.75,1.00}"
---- imager: Found override file [/var/nvidia/nvcam/settings/camera_overrides.isp]. ----
(NvCamV4l2) Error ModuleNotPresent: V4L2Device not available (in /dvs/git/dirty/git-master_linux/camera/utils/nvcamv4l2/v4l2_device.cpp, function findDevice(), line 256)
(NvCamV4l2) Error ModuleNotPresent:  (propagating from /dvs/git/dirty/git-master_linux/camera/utils/nvcamv4l2/v4l2_device.cpp, function initialize(), line 60)
(NvOdmDevice) Error ModuleNotPresent:  (propagating from dvs/git/dirty/git-master_linux/camera-partner/imager/src/devices/V4L2SensorViCsi.cpp, function initialize(), line 106)
NvPclDriverInitializeData: Unable to initialize driver v4l2_sensor
NvPclInitializeDrivers: error: Failed to init camera sub module v4l2_sensor
NvPclStartPlatformDrivers: Failed to start module drivers
NvPclStateControllerOpen: Failed ImagerGUID 0. (error 0xA000E)
NvPclOpen: PCL Open Failed. Error: 0xf
SCF: Error BadParameter: Sensor could not be opened. (in src/services/capture/CaptureServiceDeviceSensor.cpp, function getSourceFromGuid(), line 582)
SCF: Error BadParameter:  (propagating from src/services/capture/CaptureService.cpp, function addSourceByGuid(), line 437)
SCF: Error BadParameter:  (propagating from src/api/CameraDriver.cpp, function addSourceByIndex(), line 295)
SCF: Error BadParameter:  (propagating from src/api/CameraDriver.cpp, function getSource(), line 458)
Acquiring SCF Camera device source via index 1 has failed. NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 460: Error: Bad parameter: "ae.CameraEfficiency=0.1508"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 473: Error: Bad parameter: "ae.MeanAlg.ConvergeSpeed=0.10"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 810: Error: Bad parameter: "awb.convergeSpeed=0.3"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 3100: Error: Bad parameter: "af.alg.over_scan_percent=0.15"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 3101: Error: Bad parameter: "af.alg.smooth_over_scan_percent=0.035"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 3107: Error: Bad parameter: "af.alg.scene_change_t_guard_factor=0.30f"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 3108: Error: Bad parameter: "af.alg.scene_stable_sharpness=0.15f"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 3109: Error: Bad parameter: "af.alg.scene_change_sharpness=0.30f"
Motion points are not strictly ascending.NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 4524: Error: 11: "tnr.v1.consistencyPoints={0.00,0.25,0.50,0.75,1.00}"
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/value.cpp function set() line 95
        Invalid default value of type 'vec2'
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/attribute.h function setDefault() line 452
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function handleElementAttribute() line 666
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/filters/filterUser.cpp function handleElementFilter() line 73
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/filters/filterUser.cpp function xmlHandleStartElementFilter() line 49
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/xmlParse.cpp function parse() line 146
        parsing aborted at line 24:81: 

    <!-- Flow -->
    <flow operation='clone' operand0='inputImageY' operand1='outputImageY' opera
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 339
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 41
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/samples/deFog/StoreDeFog.cpp function create() line 66
        Out of memory
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function load() line 317
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/networks/networkUser.cpp function handleElementNetwork() line 103
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/networks/networkUser.cpp function xmlHandleStartElementNetwork() line 52
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/xmlParse.cpp function parse() line 146
        parsing aborted at line 15:57: 
    <node name='transmissionMap' file='networks/transmissionMapBlockYCbCr420.xml'/>
    <node name=
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 339
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 41
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/samples/deFog/StoreDeFog.cpp function create() line 66
        Out of memory
SCF: Error InsufficientMemory:  (propagating from src/components/stages/DeFogStage.cpp, function doAsyncInitialize(), line 91)
SCF: Error InsufficientMemory: DeFogStage initialization failed (in src/components/stages/DeFogStage.cpp, function doAsyncInitialize(), line 151)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/value.cpp function set() line 95
        Invalid default value of type 'vec2'
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/attribute.h function setDefault() line 452
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function handleElementAttribute() line 666
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/filters/filterUser.cpp function handleElementFilter() line 73
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/filters/filterUser.cpp function xmlHandleStartElementFilter() line 49
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/xmlParse.cpp function parse() line 146
        parsing aborted at line 22:81: 
    <attribute name='repetitions' type='parameter' dataType='uint' default='1'/>

    <!-- Flow -->
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 339
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 41
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/samples/deFog/StoreDeFog.cpp function create() line 66
        Out of memory
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function load() line 317
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/networks/networkUser.cpp function handleElementNetwork() line 103
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/networks/networkUser.cpp function xmlHandleStartElementNetwork() line 52
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/xmlParse.cpp function parse() line 146
        parsing aborted at line 6:53: 
    <node name="lowpass" file="filters/box3x3.xml"/>
    <node name="ltmFilter" file="filters/ltm.x
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 339
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 41
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/storeHDFX/StoreHDFX.cpp function create() line 92
        Out of memory
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function load() line 317
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/networks/networkUser.cpp function handleElementNetwork() line 103
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/networks/networkUser.cpp function xmlHandleStartElementNetwork() line 52
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/xmlParse.cpp function parse() line 146
        parsing aborted at line 6:46: 

    <!-- Parameters -->
    <export name="Quality" from="ltm" attribute="quality" default="3" min=
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 339
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 41
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/storeHDFX/StoreHDFX.cpp function create() line 92
        Out of memory
SCF: Error InsufficientMemory:  (propagating from src/components/stages/AoltmStage.cpp, function doAsyncInitialize(), line 100)
SCF: Error InsufficientMemory: AoltmStage initialization failed (in src/components/stages/AoltmStage.cpp, function doAsyncInitialize(), line 130)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/value.cpp function set() line 95
        Invalid default value of type 'vec2'
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/attribute.h function setDefault() line 452
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function handleElementAttribute() line 666
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/filters/filterUser.cpp function handleElementFilter() line 73
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/filters/filterUser.cpp function xmlHandleStartElementFilter() line 49
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/xmlParse.cpp function parse() line 146
        parsing aborted at line 22:81: 
    <attribute name='repetitions' type='parameter' dataType='uint' default='1'/>

    <!-- Flow -->
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 339
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 41
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/samples/deFog/StoreDeFog.cpp function create() line 66
        Out of memory
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function load() line 317
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/networks/networkUser.cpp function handleElementNetwork() line 103
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/networks/networkUser.cpp function xmlHandleStartElementNetwork() line 52
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/xmlParse.cpp function parse() line 146
        parsing aborted at line 6:53: 
    <node name="lowpass" file="filters/box3x3.xml"/>
    <node name="ltmFilter" file="filters/ltm42
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 339
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 41
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/storeHDFX/StoreHDFX.cpp function create() line 92
        Out of memory
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function load() line 317
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/networks/networkUser.cpp function handleElementNetwork() line 103
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/networks/networkUser.cpp function xmlHandleStartElementNetwork() line 52
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/xmlParse.cpp function parse() line 146
        parsing aborted at line 6:49: 

    <!-- Parameters -->
    <export name="Quality" from="ltm" attribute="quality" default="3" min=
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 339
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 41
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/storeHDFX/StoreHDFX.cpp function create() line 92
        Out of memory
SCF: Error InsufficientMemory:  (propagating from src/components/stages/HdfxStage.cpp, function doAsyncInitialize(), line 147)
SCF: Error InsufficientMemory: HdfxStage initialization failed (in src/components/stages/HdfxStage.cpp, function doAsyncInitialize(), line 252)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/value.cpp function set() line 115
        Invalid default value of type 'vec4'
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/attribute.h function setDefault() line 452
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function handleElementAttribute() line 666
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/filters/filterUser.cpp function handleElementFilter() line 73
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/filters/filterUser.cpp function xmlHandleStartElementFilter() line 49
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/xmlParse.cpp function parse() line 146
        parsing aborted at line 13:96: 

    <!-- Flow -->
    <flow operation="execute"/>
    <flow operation="detach" operand0="inputImag
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 339
        (propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 41
        (propagating)
SCF: Error InsufficientMemory:  (propagating from src/components/stages/SharpenStage.cpp, function doAsyncInitialize(), line 159)
SCF: Error InsufficientMemory: SharpenStage initialization failed (in src/components/stages/SharpenStage.cpp, function doAsyncInitialize(), line 182)
(Autocontrol) Error BadParameter: Invalid use or bad call parameters (in src/algorithms/blender/blender.cpp, function interpolateValInternal(), line 306)
(Autocontrol) Error BadParameter:  (propagating from src/algorithms/blender/blender.cpp, function NvIspParamBlenderInterpolateValue(), line 156)
(Camera_ISP) Error BadParameter:  (propagating from state_update/blocks/SAPOR.cpp, function NvCameraIspUpdateState_SAPOR_isp2(), line 50)
(Camera_ISP) Error BadParameter:  (propagating from state_update/nvcamera_isp_update_state.cpp, function NvCameraIspUpdateInputStateHw(), line 92)
SCF: Error BadParameter:  (propagating from src/services/autocontrol/NvCameraIspDriver.cpp, function generate(), line 1161)
SCF: Error BadParameter:  (propagating from src/components/ac_stages/AcMergeStage.cpp, function doHandleRequest(), line 84)
SCF: Error BadParameter:  (propagating from src/components/stages/OrderedStage.cpp, function doExecute(), line 158)
SCF: Error BadParameter: Sending critical error event (in src/api/Session.cpp, function sendErrorEvent(), line 990)
(Autocontrol) Error BadParameter: Invalid use or bad call parameters (in src/algorithms/blender/blender.cpp, function interpolateValInternal(), line 306)
(Autocontrol) Error BadParameter:  (propagating from src/algorithms/blender/blender.cpp, function NvIspParamBlenderInterpolateValue(), line 156)
(Camera_ISP) Error BadParameter:  (propagating from state_update/blocks/SAPOR.cpp, function NvCameraIspUpdateState_SAPOR_isp2(), line 50)
(Camera_ISP) Error BadParameter:  (propagating from state_update/nvcamera_isp_update_state.cpp, function NvCameraIspUpdateInputStateHw(), line 92)
SCF: Error BadParameter:  (propagating from src/services/autocontrol/NvCameraIspDriver.cpp, function generate(), line 1161)
SCF: Error BadParameter:  (propagating from src/components/ac_stages/AcMergeStage.cpp, function doHandleRequest(), line 84)
SCF: Error BadParameter:  (propagating from src/components/stages/OrderedStage.cpp, function doExecute(), line 158)
SCF: Error Timeout:  (propagating from src/services/capture/CaptureServiceEvent.cpp, function wait(), line 59)
Error: Camera HwEvents wait, this may indicate a hardware timeout occured,abort current/incoming cc
^Chandling interrupt.
Interrupt: Stopping pipeline ...
Execution ended after 0:00:15.981591495
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
^C

I am tracking the issue here:

Seems the same issue as this thread:

I appreciate any help in resolving this. I do need to modify the source to send metadata downstream (for autofocus) so a binary patch is not suitable.

Result on First Nano:

ninja: no work to do.
1/4 test metadata               OK               3.80s
2/4 test properties             OK              16.33s
3/4 test string pipeline        OK               3.55s
4/4 gstlaunch test              OK               3.45s


Ok:                 4   
Expected Fail:      0   
Fail:               0   
Unexpected Pass:    0   
Skipped:            0   
Timeout:            0   

Result on second Nano:

ninja: Entering directory `/home/dev/code/gst-nvmanualcamerasrc/builddir'
ninja: no work to do.
1/4 test metadata               OK               5.09s
2/4 test properties             OK              16.25s
3/4 test string pipeline        OK               3.61s
4/4 gstlaunch test              TIMEOUT         20.07s   killed by signal 15 SIGTERM
>>> GST_REGISTRY_UPDATE=yes GST_DEBUG=4 MALLOC_PERTURB_=49 GST_PLUGIN_PATH=/home/dev/code/gst-nvmanualcamerasrc/builddir/src /usr/bin/gst-launch-1.0 nvmanualcamerasrc num-buffers=10 '!' autovideosink



Ok:                 3   
Expected Fail:      0   
Fail:               0   
Unexpected Pass:    0   
Skipped:            0   
Timeout:            1   

Full log from failed test

4/4 gstlaunch test       TIMEOUT         20.07s   killed by signal 15 SIGTERM
20:00:18 GST_REGISTRY_UPDATE=yes GST_DEBUG=4 MALLOC_PERTURB_=49 GST_PLUGIN_PATH=/home/dev/code/gst-nvmanualcamerasrc/builddir/src /usr/bin/gst-launch-1.0 nvmanualcamerasrc num-buffers=10 '!' autovideosink
----------------------------------- output -----------------------------------
stdout:
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
stderr:
0:00:00.000131159 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m            GST_INIT gst.c:586:init_pre:e[00m Initializing GStreamer Core Library version 1.14.5
0:00:00.000204008 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m            GST_INIT gst.c:587:init_pre:e[00m Using library installed in /usr/lib/aarch64-linux-gnu
0:00:00.000256794 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m            GST_INIT gst.c:607:init_pre:e[00m Linux tmc-imx45 4.9.201-tib #1 SMP PREEMPT Thu Feb 4 17:07:40 PST 2021 aarch64
0:00:00.000716607 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m            GST_INIT gstmessage.c:127:_priv_gst_message_initialize:e[00m init messages
0:00:00.001617264 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m            GST_INIT gstcontext.c:84:_priv_gst_context_initialize:e[00m init contexts
0:00:00.002126685 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;36m  GST_PLUGIN_LOADING gstplugin.c:317:_priv_gst_plugin_initialize:e[00m registering 0 static plugins
0:00:00.002319958 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;36m  GST_PLUGIN_LOADING gstplugin.c:225:gst_plugin_register_static:e[00m registered static plugin "staticelements"
0:00:00.002339968 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;36m  GST_PLUGIN_LOADING gstplugin.c:227:gst_plugin_register_static:e[00m added static plugin "staticelements", result: 1
0:00:00.002376966 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00m        GST_REGISTRY gstregistry.c:1727:ensure_current_registry:e[00m reading registry cache: /home/dev/.cache/gstreamer-1.0/registry.aarch64.bin
0:00:00.044157841 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00m        GST_REGISTRY gstregistrybinary.c:621:priv_gst_registry_binary_read_cache:e[00m loaded /home/dev/.cache/gstreamer-1.0/registry.aarch64.bin in 0,041733 seconds
0:00:00.044299838 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00m        GST_REGISTRY gstregistry.c:1583:scan_and_update_registry:e[00m Validating plugins from registry cache: /home/dev/.cache/gstreamer-1.0/registry.aarch64.bin
0:00:00.050958105 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00m        GST_REGISTRY gstregistry.c:1685:scan_and_update_registry:e[00m Registry cache has not changed
0:00:00.050996040 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00m        GST_REGISTRY gstregistry.c:1762:ensure_current_registry:e[00m registry reading and updating done, result = 1
0:00:00.051012820 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m            GST_INIT gst.c:807:init_post:e[00m GLib runtime version: 2.56.4
0:00:00.051029390 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m            GST_INIT gst.c:809:init_post:e[00m GLib headers version: 2.56.4
0:00:00.051040177 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m            GST_INIT gst.c:810:init_post:e[00m initialized GStreamer successfully
0:00:00.051100728 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;37;41m        GST_PIPELINE gstparse.c:337:gst_parse_launch_full:e[00m parsing pipeline description 'nvmanualcamerasrc num-buffers=10 ! autovideosink '
0:00:00.090670762 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;36m  GST_PLUGIN_LOADING gstplugin.c:901:_priv_gst_plugin_load_file_for_registry:e[00m plugin "/home/dev/code/gst-nvmanualcamerasrc/builddir/src/libgstnvmanualcamerasrc.so" loaded
0:00:00.090727456 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;37;41m GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create:e[00m creating element "nvmanualcamerasrc"
0:00:00.091188103 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;37;41m    GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstBaseSrc@0x55a074d500>e[00m adding pad 'src'
0:00:00.091857759 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;36m  GST_PLUGIN_LOADING gstplugin.c:901:_priv_gst_plugin_load_file_for_registry:e[00m plugin "/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstautodetect.so" loaded
0:00:00.091891735 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;37;41m GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create:e[00m creating element "autovideosink"
0:00:00.092127164 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;37;41m    GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<autovideosink0>e[00m adding pad 'sink'
0:00:00.093135584 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;36m  GST_PLUGIN_LOADING gstplugin.c:901:_priv_gst_plugin_load_file_for_registry:e[00m plugin "/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstcoreelements.so" loaded
0:00:00.093171695 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;37;41m GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create:e[00m creating element "fakesink" named "fake-video-sink"
0:00:00.093398996 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;37;41m    GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstBaseSink@0x55a075d1e0>e[00m adding pad 'sink'
0:00:00.093485915 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;37;41m    GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad:e[00m found pad fake-video-sink:sink
0:00:00.093509520 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31;41m            GST_PADS gstpad.c:2378:gst_pad_link_prepare:e[00m trying to link sink:proxypad0 and fake-video-sink:sink
0:00:00.093528905 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31;41m            GST_PADS gstpad.c:2586:gst_pad_link_full:e[00m linked sink:proxypad0 and fake-video-sink:sink, successful
0:00:00.093541619 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;34m           GST_EVENT gstevent.c:1517:gst_event_new_reconfigure:e[00m creating reconfigure event
0:00:00.093588518 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;37;41m GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create:e[00m creating element "pipeline"
0:00:00.093755476 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;37;41m        GST_PIPELINE grammar.y:652:gst_parse_perform_link:e[00m linking some pad of GstNvManualCameraSrc named nvmanualcamerasrc0 to some pad of GstAutoVideoSink named autovideosink0 (0/0) with caps "(NULL)"
0:00:00.093778977 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;37;41m    GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full:e[00m trying to link element nvmanualcamerasrc0:(any) to element autovideosink0:(any)
0:00:00.093802583 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31;41m            GST_PADS gstutils.c:1035:gst_pad_check_link:e[00m trying to link nvmanualcamerasrc0:src and autovideosink0:sink
0:00:00.093849898 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31;41m            GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting:e[00m nvmanualcamerasrc0 and autovideosink0 in same bin, no need for ghost pads
0:00:00.093878871 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31;41m            GST_PADS gstpad.c:2378:gst_pad_link_prepare:e[00m trying to link nvmanualcamerasrc0:src and autovideosink0:sink
0:00:00.093915764 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31;41m            GST_PADS gstpad.c:2586:gst_pad_link_full:e[00m linked nvmanualcamerasrc0:src and autovideosink0:sink, successful
0:00:00.093928896 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;34m           GST_EVENT gstevent.c:1517:gst_event_new_reconfigure:e[00m creating reconfigure event
0:00:00.093942600 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;34m           GST_EVENT gstpad.c:5808:gst_pad_send_event_unchecked:<nvmanualcamerasrc0:src>e[00m Received event on flushing pad. Discarding
0:00:00.094038898 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstbin.c:2506:gst_bin_element_set_state:<autovideosink0>e[00m current NULL pending VOID_PENDING, desired next READY
0:00:00.094062765 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstelement.c:2676:gst_element_continue_state:<fake-video-sink>e[00m completed state change to NULL
0:00:00.094092311 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;37;41m    GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink:e[00m unlinking sink:proxypad0(0x55a0758060) and fake-video-sink:sink(0x55a074e3f0)
0:00:00.094112425 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;37;41m    GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink:e[00m unlinked sink:proxypad0 and fake-video-sink:sink
0:00:00.094128683 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;37;41m       GST_PARENTAGE gstbin.c:1801:gst_bin_remove_func:<autovideosink0>e[00m removed child "fake-video-sink"
0:00:00.094157499 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31;44m     GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<fake-video-sink>e[00m 0x55a075d1e0 dispose
0:00:00.094172924 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;37;41m    GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<fake-video-sink>e[00m removing pad 'sink'
0:00:00.094206378 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31;44m     GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<fake-video-sink>e[00m 0x55a075d1e0 parent class dispose
0:00:00.094223470 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31;44m     GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<fake-video-sink>e[00m 0x55a075d1e0 finalize
0:00:00.094238217 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31;44m     GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<fake-video-sink>e[00m 0x55a075d1e0 finalize parent
0:00:00.097168479 e[335m 9268e[00m   0x55a04ad400 e[33;01mWARN   e[00m e[00m                 omx gstomx.c:2826:plugin_init:e[00m Failed to load configuration file: Valid key file could not be found in search dirs (searched in: /home/dev/.config:/etc/xdg as per GST_OMX_CONFIG_DIR environment variable, the xdg user config directory (or XDG_CONFIG_HOME) and the system config directory (or XDG_CONFIG_DIRS)
0:00:00.097205372 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00m                 omx gstomx.c:2831:plugin_init:e[00m Using default configuration
0:00:00.097803118 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;36m  GST_PLUGIN_LOADING gstplugin.c:901:_priv_gst_plugin_load_file_for_registry:e[00m plugin "/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstomx.so" loaded
0:00:00.097836103 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;37;41m GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create:e[00m creating element "nvoverlaysink" named "autovideosink0-actual-sink-nvoverlay"
0:00:00.098081278 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;37;41m    GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstBaseSink@0x55a076f160>e[00m adding pad 'sink'
0:00:00.098123330 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;37;41m    GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad:e[00m found pad autovideosink0-actual-sink-nvoverlay:sink
0:00:00.102397231 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstelement.c:2676:gst_element_continue_state:<autovideosink0-actual-sink-nvoverlay>e[00m completed state change to READY
0:00:00.102436938 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<autovideosink0-actual-sink-nvoverlay>e[00m notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:00.102501449 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00m                 omx gstomx.c:749:gst_omx_component_free:<autovideosink0-actual-sink-nvoverlay>e[00m Unloading component 0x55a04b3ca0 yuv420
0:00:00.102520626 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00m                 omx gstomx.c:1827:gst_omx_port_deallocate_buffers_unlocked:<autovideosink0-actual-sink-nvoverlay>e[00m Deallocating buffers of yuv420 port 0
0:00:00.102786904 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstelement.c:2676:gst_element_continue_state:<autovideosink0-actual-sink-nvoverlay>e[00m completed state change to NULL
0:00:00.102808894 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<autovideosink0-actual-sink-nvoverlay>e[00m notifying about state-changed READY to NULL (VOID_PENDING pending)
0:00:00.102940575 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;37;41m    GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad:e[00m found pad autovideosink0-actual-sink-nvoverlay:sink
0:00:00.102969808 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31;41m            GST_PADS gstpad.c:2378:gst_pad_link_prepare:e[00m trying to link sink:proxypad0 and autovideosink0-actual-sink-nvoverlay:sink
0:00:00.102991225 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31;41m            GST_PADS gstpad.c:2586:gst_pad_link_full:e[00m linked sink:proxypad0 and autovideosink0-actual-sink-nvoverlay:sink, successful
0:00:00.103004930 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;34m           GST_EVENT gstevent.c:1517:gst_event_new_reconfigure:e[00m creating reconfigure event
0:00:00.103052453 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstbin.c:2506:gst_bin_element_set_state:<autovideosink0-actual-sink-nvoverlay>e[00m current NULL pending VOID_PENDING, desired next READY
0:00:00.104770966 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstelement.c:2676:gst_element_continue_state:<autovideosink0-actual-sink-nvoverlay>e[00m completed state change to READY
0:00:00.104812080 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<autovideosink0-actual-sink-nvoverlay>e[00m notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:00.104858301 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstbin.c:2954:gst_bin_change_state_func:<autovideosink0>e[00m child 'autovideosink0-actual-sink-nvoverlay' changed state to 2(READY) successfully
0:00:00.104883574 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstelement.c:2676:gst_element_continue_state:<autovideosink0>e[00m completed state change to READY
0:00:00.104902021 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<autovideosink0>e[00m notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:00.104929326 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstbin.c:2954:gst_bin_change_state_func:<pipeline0>e[00m child 'autovideosink0' changed state to 2(READY) successfully
0:00:00.104952567 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstbin.c:2506:gst_bin_element_set_state:<nvmanualcamerasrc0>e[00m current NULL pending VOID_PENDING, desired next READY
0:00:00.104970492 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstelement.c:2676:gst_element_continue_state:<nvmanualcamerasrc0>e[00m completed state change to READY
0:00:00.104987428 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<nvmanualcamerasrc0>e[00m notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:00.105012076 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstbin.c:2954:gst_bin_change_state_func:<pipeline0>e[00m child 'nvmanualcamerasrc0' changed state to 2(READY) successfully
0:00:00.105038495 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstelement.c:2651:gst_element_continue_state:<pipeline0>e[00m committing state from NULL to READY, pending PAUSED, next PAUSED
0:00:00.105055691 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<pipeline0>e[00m notifying about state-changed NULL to READY (PAUSED pending)
0:00:00.105127706 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstelement.c:2658:gst_element_continue_state:<pipeline0>e[00m continue state change READY to PAUSED, final PAUSED
0:00:00.105162932 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstbin.c:2506:gst_bin_element_set_state:<autovideosink0>e[00m current READY pending VOID_PENDING, desired next PAUSED
0:00:00.105193103 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstbin.c:2506:gst_bin_element_set_state:<autovideosink0-actual-sink-nvoverlay>e[00m current READY pending VOID_PENDING, desired next PAUSED
0:00:00.105231039 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstbin.c:2960:gst_bin_change_state_func:<autovideosink0>e[00m child 'autovideosink0-actual-sink-nvoverlay' is changing state asynchronously to PAUSED
0:00:00.105263399 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstbin.c:2960:gst_bin_change_state_func:<pipeline0>e[00m child 'autovideosink0' is changing state asynchronously to PAUSED
0:00:00.105283721 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstbin.c:2506:gst_bin_element_set_state:<nvmanualcamerasrc0>e[00m current READY pending VOID_PENDING, desired next PAUSED
0:00:00.105327285 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00m             basesrc gstbasesrc.c:1358:gst_base_src_do_seek:<nvmanualcamerasrc0>e[00m seeking: time segment start=0:00:00.000000000, offset=0:00:00.000000000, stop=99:99:99.999999999, rate=1,000000, applied_rate=1,000000, flags=0x00, time=0:00:00.000000000, base=0:00:00.000000000, position 0:00:00.000000000, duration 99:99:99.999999999
0:00:00.105372307 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00m                task gsttask.c:457:gst_task_set_lock:e[00m setting stream lock 0x55a074e210 on task 0x55a077a050
0:00:00.105387471 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31;41m            GST_PADS gstpad.c:6154:gst_pad_start_task:<nvmanualcamerasrc0:src>e[00m created task 0x55a077a050
0:00:00.105493409 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstelement.c:2676:gst_element_continue_state:<nvmanualcamerasrc0>e[00m completed state change to PAUSED
0:00:00.105514097 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<nvmanualcamerasrc0>e[00m notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:00.105540881 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstbin.c:2997:gst_bin_change_state_func:<pipeline0>e[00m child 'nvmanualcamerasrc0' changed state to 3(PAUSED) successfully without preroll
0:00:00.105574544 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstelement.c:2676:gst_element_continue_state:<pipeline0>e[00m completed state change to PAUSED
0:00:00.105591948 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<pipeline0>e[00m notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:00.105617534 e[335m 9268e[00m   0x55a075ea30 e[36mINFO   e[00m e[00;01;37;41m    GST_ELEMENT_PADS gstelement.c:917:gst_element_get_static_pad:e[00m no such pad 'sink' in element "nvmanualcamerasrc0"
0:00:00.105659690 e[335m 9268e[00m   0x55a075ea30 e[32;01mFIXME  e[00m e[00;04m             default gstutils.c:3981:gst_pad_create_stream_id_internal:<nvmanualcamerasrc0:src>e[00m Creating random stream-id, consider implementing a deterministic way of creating a stream-id

(gst-launch-1.0:9268): GStreamer-CRITICAL **: 03:00:18.401: gst_debug_log_valist: assertion 'category != NULL' failed

(gst-launch-1.0:9268): GStreamer-CRITICAL **: 03:00:18.401: gst_debug_log_valist: assertion 'category != NULL' failed
0:00:00.106359466 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;34m           GST_EVENT gstevent.c:1388:gst_event_new_latency:e[00m creating latency event 0:00:00.000000000
0:00:00.106411523 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01m                 bin gstbin.c:2783:gst_bin_do_latency_func:<pipeline0>e[00m configured latency of 0:00:00.000000000
0:00:00.106451335 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstbin.c:2506:gst_bin_element_set_state:<autovideosink0>e[00m current READY pending PAUSED, desired next PLAYING
0:00:00.106471397 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstbin.c:2960:gst_bin_change_state_func:<pipeline0>e[00m child 'autovideosink0' is changing state asynchronously to PLAYING
0:00:00.106497816 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstelement.c:2676:gst_element_continue_state:<nvmanualcamerasrc0>e[00m completed state change to PLAYING
0:00:00.106515950 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<nvmanualcamerasrc0>e[00m notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:00.106545131 e[335m 9268e[00m   0x55a04ad400 e[36mINFO   e[00m e[00;01;31m          GST_STATES gstbin.c:2954:gst_bin_change_state_func:<pipeline0>e[00m child 'nvmanualcamerasrc0' changed state to 4(PLAYING) successfully
0:00:00.107058408 e[335m 9268e[00m   0x55a075ea30 e[36mINFO   e[00m e[00;01;34m           GST_EVENT gstevent.c:814:gst_event_new_caps:e[00m creating caps event video/x-raw(memory:NVMM), width=(int)1920, height=(int)1080, format=(string)NV12, framerate=(fraction)30/1
0:00:00.107122398 e[335m 9268e[00m   0x7f90004000 e[36mINFO   e[00m e[00mnvmanualcamerasrc:producer producer.cpp:58:producer:e[00m starting producer thread
0:00:00.107193996 e[335m 9268e[00m   0x55a075ea30 e[36mINFO   e[00m e[00m                 omx gstomx.c:1936:gst_omx_port_set_enabled_unlocked:<autovideosink0-actual-sink-nvoverlay>e[00m Setting yuv420 port 0 to disabled
0:00:00.107250483 e[335m 9268e[00m   0x55a075ea30 e[36mINFO   e[00m e[00m                 omx gstomx.c:1984:gst_omx_port_set_enabled_unlocked:<autovideosink0-actual-sink-nvoverlay>e[00m Set yuv420 port 0 to disabled: None (0x00000000)
0:00:00.107270128 e[335m 9268e[00m   0x55a075ea30 e[36mINFO   e[00m e[00m                 omx gstomx.c:2223:gst_omx_port_wait_enabled_unlocked:<autovideosink0-actual-sink-nvoverlay>e[00m Waiting for yuv420 port 0 to be disabled
0:00:00.107401287 e[335m 9268e[00m   0x55a075ea30 e[36mINFO   e[00m e[00m                 omx gstomx.c:2298:gst_omx_port_wait_enabled_unlocked:<autovideosink0-actual-sink-nvoverlay>e[00m yuv420 port 0 is disabled: None (0x00000000)
0:00:00.107467258 e[335m 9268e[00m   0x55a075ea30 e[36mINFO   e[00m e[00m                 omx gstomx.c:798:gst_omx_component_set_state:<autovideosink0-actual-sink-nvoverlay>e[00m Setting yuv420 state from Loaded to Idle
0:00:00.107658082 e[335m 9268e[00m   0x55a075ea30 e[36mINFO   e[00m e[00m                 omx gstomx.c:235:gst_omx_component_handle_messages:<autovideosink0-actual-sink-nvoverlay>e[00m yuv420 state change to Idle finished
0:00:00.107682000 e[335m 9268e[00m   0x55a075ea30 e[36mINFO   e[00m e[00m                 omx gstomx.c:798:gst_omx_component_set_state:<autovideosink0-actual-sink-nvoverlay>e[00m Setting yuv420 state from Idle to Executing
0:00:00.107791378 e[335m 9268e[00m   0x55a075ea30 e[36mINFO   e[00m e[00m                 omx gstomx.c:235:gst_omx_component_handle_messages:<autovideosink0-actual-sink-nvoverlay>e[00m yuv420 state change to Executing finished
0:00:00.108108775 e[335m 9268e[00m   0x55a075ea30 e[36mINFO   e[00m e[00m                 omx gstomx.c:1936:gst_omx_port_set_enabled_unlocked:<autovideosink0-actual-sink-nvoverlay>e[00m Setting yuv420 port 0 to enabled
0:00:00.108140562 e[335m 9268e[00m   0x55a075ea30 e[36mINFO   e[00m e[00m                 omx gstomx.c:1984:gst_omx_port_set_enabled_unlocked:<autovideosink0-actual-sink-nvoverlay>e[00m Set yuv420 port 0 to enabled: None (0x00000000)
0:00:00.108161510 e[335m 9268e[00m   0x55a075ea30 e[36mINFO   e[00m e[00m                 omx gstomx.c:1695:gst_omx_port_allocate_buffers_unlocked:<autovideosink0-actual-sink-nvoverlay>e[00m Allocating 4 buffers of size 3110400 for yuv420 port 0
0:00:00.119568914 e[335m 9268e[00m   0x55a075ea30 e[36mINFO   e[00m e[00m                 omx gstomx.c:1760:gst_omx_port_allocate_buffers_unlocked:<autovideosink0-actual-sink-nvoverlay>e[00m Allocated buffers for yuv420 port 0: None (0x00000000)
0:00:00.119614197 e[335m 9268e[00m   0x55a075ea30 e[36mINFO   e[00m e[00m                 omx gstomx.c:2223:gst_omx_port_wait_enabled_unlocked:<autovideosink0-actual-sink-nvoverlay>e[00m Waiting for yuv420 port 0 to be enabled
0:00:00.119644733 e[335m 9268e[00m   0x55a075ea30 e[36mINFO   e[00m e[00m                 omx gstomx.c:2298:gst_omx_port_wait_enabled_unlocked:<autovideosink0-actual-sink-nvoverlay>e[00m yuv420 port 0 is enabled: None (0x00000000)
OFParserListModules: module list: /proc/device-tree/tegra-camera-platform/modules/module0
OFParserListModules: module list: /proc/device-tree/tegra-camera-platform/modules/module1
NvPclHwGetModuleList: No module data found
NvPclHwGetModuleList: No module data found
OFParserGetVirtualDevice: NVIDIA Camera virtual enumerator not found in proc device-tree
---- imager: Found override file [/var/nvidia/nvcam/settings/camera_overrides.isp]. ----
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 460: Error: Bad parameter: "ae.CameraEfficiency=0.1508"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 473: Error: Bad parameter: "ae.MeanAlg.ConvergeSpeed=0.10"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 810: Error: Bad parameter: "awb.convergeSpeed=0.3"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 3100: Error: Bad parameter: "af.alg.over_scan_percent=0.15"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 3101: Error: Bad parameter: "af.alg.smooth_over_scan_percent=0.035"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 3107: Error: Bad parameter: "af.alg.scene_change_t_guard_factor=0.30f"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 3108: Error: Bad parameter: "af.alg.scene_stable_sharpness=0.15f"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 3109: Error: Bad parameter: "af.alg.scene_change_sharpness=0.30f"
Motion points are not strictly ascending.NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 4524: Error: 11: "tnr.v1.consistencyPoints={0.00,0.25,0.50,0.75,1.00}"
---- imager: Found override file [/var/nvidia/nvcam/settings/camera_overrides.isp]. ----
(NvCamV4l2) Error ModuleNotPresent: V4L2Device not available (in /dvs/git/dirty/git-master_linux/camera/utils/nvcamv4l2/v4l2_device.cpp, function findDevice(), line 256)
(NvCamV4l2) Error ModuleNotPresent:  (propagating from /dvs/git/dirty/git-master_linux/camera/utils/nvcamv4l2/v4l2_device.cpp, function initialize(), line 60)
(NvOdmDevice) Error ModuleNotPresent:  (propagating from dvs/git/dirty/git-master_linux/camera-partner/imager/src/devices/V4L2SensorViCsi.cpp, function initialize(), line 107)
NvPclDriverInitializeData: Unable to initialize driver v4l2_sensor
NvPclInitializeDrivers: error: Failed to init camera sub module v4l2_sensor
NvPclStartPlatformDrivers: Failed to start module drivers
NvPclStateControllerOpen: Failed ImagerGUID 0. (error 0xA000E)
NvPclOpen: PCL Open Failed. Error: 0xf
SCF: Error BadParameter: Sensor could not be opened. (in src/services/capture/CaptureServiceDeviceSensor.cpp, function getSourceFromGuid(), line 582)
SCF: Error BadParameter:  (propagating from src/services/capture/CaptureService.cpp, function addSourceByGuid(), line 437)
SCF: Error BadParameter:  (propagating from src/api/CameraDriver.cpp, function addSourceByIndex(), line 303)
SCF: Error BadParameter:  (propagating from src/api/CameraDriver.cpp, function getSource(), line 466)
Acquiring SCF Camera device source via index 1 has failed. NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 460: Error: Bad parameter: "ae.CameraEfficiency=0.1508"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 473: Error: Bad parameter: "ae.MeanAlg.ConvergeSpeed=0.10"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 810: Error: Bad parameter: "awb.convergeSpeed=0.3"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 3100: Error: Bad parameter: "af.alg.over_scan_percent=0.15"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 3101: Error: Bad parameter: "af.alg.smooth_over_scan_percent=0.035"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 3107: Error: Bad parameter: "af.alg.scene_change_t_guard_factor=0.30f"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 3108: Error: Bad parameter: "af.alg.scene_stable_sharpness=0.15f"
NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 3109: Error: Bad parameter: "af.alg.scene_change_sharpness=0.30f"
Motion points are not strictly ascending.NvCameraIspConfigFileLoad: type = 0x5 Config file "common.cfg" Line 4524: Error: 11: "tnr.v1.consistencyPoints={0.00,0.25,0.50,0.75,1.00}"
NvIspAfConfigParamsSanityCheck: Error: positionWorkingHigh is not larger than positionWorkingLow positionWorkingHigh = 0, positionWorkingLow = 0

NvIspAfConfigParamsSanityCheck: Error: positionWorkingHigh is not larger than positionWorkingLow positionWorkingHigh = 0, positionWorkingLow = 0

0:00:02.244694750 e[335m 9268e[00m   0x7f90004000 e[36mINFO   e[00m e[00mnvmanualcamerasrc:producer producer.cpp:91:producer:e[00m Creating output stream
0:00:02.244743680 e[335m 9268e[00m   0x7f90004000 e[36mINFO   e[00m e[00mnvmanualcamerasrc:producer producer.cpp:100:producer:e[00m Enabling metadata.
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/value.cpp function set() line 95
	Invalid default value of type 'vec2'
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/attribute.h function setDefault() line 452
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function handleElementAttribute() line 666
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/filters/filterUser.cpp function handleElementFilter() line 73
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/filters/filterUser.cpp function xmlHandleStartElementFilter() line 49
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/xmlParse.cpp function parse() line 146
	parsing aborted at line 24:81: 

    <!-- Flow -->
    <flow operation='clone' operand0='inputImageY' operand1='outputImageY' opera
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 339
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 41
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/samples/deFog/StoreDeFog.cpp function create() line 66
	Out of memory
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function load() line 317
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/networks/networkUser.cpp function handleElementNetwork() line 103
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/networks/networkUser.cpp function xmlHandleStartElementNetwork() line 52
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/xmlParse.cpp function parse() line 146
	parsing aborted at line 15:57: 
    <node name='transmissionMap' file='networks/transmissionMapBlockYCbCr420.xml'/>
    <node name=
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 339
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 41
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/samples/deFog/StoreDeFog.cpp function create() line 66
	Out of memory
SCF: Error InsufficientMemory:  (propagating from src/components/stages/DeFogStage.cpp, function doAsyncInitialize(), line 91)
SCF: Error InsufficientMemory: DeFogStage initialization failed (in src/components/stages/DeFogStage.cpp, function doAsyncInitialize(), line 151)
0:00:02.280246351 e[335m 9268e[00m   0x7f78002060 e[36mINFO   e[00m e[00mnvmanualcamerasrc:consumer consumer.cpp:64:threadExecute:e[00m Waiting until producer is connected...
NvIspAfConfigParamsSanityCheck: Error: positionWorkingHigh is not larger than positionWorkingLow positionWorkingHigh = 0, positionWorkingLow = 0

FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/value.cpp function set() line 95
	Invalid default value of type 'vec2'
0:00:02.280846380 e[335m 9268e[00m   0x7f90004000 e[36mINFO   e[00m e[00mnvmanualcamerasrc:producer producer.cpp:163:producer:e[00m Available Sensor modes :
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/attribute.h function setDefault() line 452
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function handleElementAttribute() line 666
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/filters/filterUser.cpp function handleElementFilter() line 73
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/filters/filterUser.cpp function xmlHandleStartElementFilter() line 49
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/xmlParse.cpp function parse() line 146
	parsing aborted at line 22:81: 
    <attribute name='repetitions' type='parameter' dataType='uint' default='1'/>

    <!-- Flow -->
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 339
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 41
	(propagating)
0:00:02.281306133 e[335m 9268e[00m   0x7f90004000 e[36mINFO   e[00m e[00mnvmanualcamerasrc:producer producer.cpp:182:producer:e[00m 4032 x 3040 FR = 29,999999 fps Duration = 33333334 ; Analog Gain range min 1,000000, max 22,250000; Exposure Range min 11000, max 500000000;
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/samples/deFog/StoreDeFog.cpp function create() line 66
	Out of memory
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function load() line 317
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/networks/networkUser.cpp function handleElementNetwork() line 103
	(propagating)
0:00:02.281356574 e[335m 9268e[00m   0x7f90004000 e[36mINFO   e[00m e[00mnvmanualcamerasrc:producer producer.cpp:182:producer:e[00m 1920 x 1080 FR = 59,999999 fps Duration = 16666667 ; Analog Gain range min 1,000000, max 22,250000; Exposure Range min 11000, max 500000000;
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/networks/networkUser.cpp function xmlHandleStartElementNetwork() line 52
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/xmlParse.cpp function parse() line 146
	parsing aborted at line 6:53: 
    <node name="lowpass" file="filters/box3x3.xml"/>
    <node name="ltmFilter" file="filters/ltm42
0:00:02.281384556 e[335m 9268e[00m   0x7f90004000 e[36mINFO   e[00m e[00mnvmanualcamerasrc:producer producer.cpp:343:producer:e[00m Running with following settings:
   Camera index = 0 
   Camera mode  = 1 
   Output Stream W = 1920 H = 1080 
   seconds to Run    = 0 
   Frame Rate = 59,999999
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 339
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 41
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/storeHDFX/StoreHDFX.cpp function create() line 92
	Out of memory
0:00:02.281423689 e[335m 9268e[00m   0x7f90004000 e[36mINFO   e[00m e[00mnvmanualcamerasrc:producer producer.cpp:421:producer:e[00m Setup Complete, Starting captures for 0 seconds
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function load() line 317
	(propagating)
0:00:02.281439166 e[335m 9268e[00m   0x7f90004000 e[36mINFO   e[00m e[00mnvmanualcamerasrc:producer producer.cpp:423:producer:e[00m Starting repeat capture requests.
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/networks/networkUser.cpp function handleElementNetwork() line 103
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/networks/networkUser.cpp function xmlHandleStartElementNetwork() line 52
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/xmlParse.cpp function parse() line 146
	parsing aborted at line 6:49: 

    <!-- Parameters -->
    <export name="Quality" from="ltm" attribute="quality" default="3" min=
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 339
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 41
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/storeHDFX/StoreHDFX.cpp function create() line 92
	Out of memory
SCF: Error InsufficientMemory:  (propagating from src/components/stages/HdfxStage.cpp, function doAsyncInitialize(), line 147)
SCF: Error InsufficientMemory: HdfxStage initialization failed (in src/components/stages/HdfxStage.cpp, function doAsyncInitialize(), line 252)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/value.cpp function set() line 115
	Invalid default value of type 'vec4'
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/attribute.h function setDefault() line 452
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function handleElementAttribute() line 666
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/filters/filterUser.cpp function handleElementFilter() line 73
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/filters/filterUser.cpp function xmlHandleStartElementFilter() line 49
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/xmlParse.cpp function parse() line 146
	parsing aborted at line 13:96: 

    <!-- Flow -->
    <flow operation="execute"/>
    <flow operation="detach" operand0="inputImag
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 339
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 41
	(propagating)
SCF: Error InsufficientMemory:  (propagating from src/components/stages/SharpenStage.cpp, function doAsyncInitialize(), line 159)
SCF: Error InsufficientMemory: SharpenStage initialization failed (in src/components/stages/SharpenStage.cpp, function doAsyncInitialize(), line 182)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/value.cpp function set() line 95
	Invalid default value of type 'vec2'
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/attribute.h function setDefault() line 452
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function handleElementAttribute() line 666
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/filters/filterUser.cpp function handleElementFilter() line 73
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/filters/filterUser.cpp function xmlHandleStartElementFilter() line 49
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/xmlParse.cpp function parse() line 146
	parsing aborted at line 22:81: 
    <attribute name='repetitions' type='parameter' dataType='uint' default='1'/>

    <!-- Flow -->
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 339
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 41
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/samples/deFog/StoreDeFog.cpp function create() line 66
	Out of memory
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function load() line 317
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/networks/networkUser.cpp function handleElementNetwork() line 103
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/networks/networkUser.cpp function xmlHandleStartElementNetwork() line 52
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/xmlParse.cpp function parse() line 146
	parsing aborted at line 6:53: 
    <node name="lowpass" file="filters/box3x3.xml"/>
    <node name="ltmFilter" file="filters/ltm.x
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 339
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 41
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/storeHDFX/StoreHDFX.cpp function create() line 92
	Out of memory
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function load() line 317
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/networks/networkUser.cpp function handleElementNetwork() line 103
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/networks/networkUser.cpp function xmlHandleStartElementNetwork() line 52
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/xmlParse.cpp function parse() line 146
	parsing aborted at line 6:46: 

    <!-- Parameters -->
    <export name="Quality" from="ltm" attribute="quality" default="3" min=
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 339
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/src/common/node.cpp function create() line 41
	(propagating)
FNET: Error in /dvs/git/dirty/git-master_linux/camera/utils/nvfnet/storeHDFX/StoreHDFX.cpp function create() line 92
	Out of memory
SCF: Error InsufficientMemory:  (propagating from src/components/stages/AoltmStage.cpp, function doAsyncInitialize(), line 100)
SCF: Error InsufficientMemory: AoltmStage initialization failed (in src/components/stages/AoltmStage.cpp, function doAsyncInitialize(), line 130)
0:00:02.307355970 e[335m 9268e[00m   0x7f78002060 e[36mINFO   e[00m e[00mnvmanualcamerasrc:consumer consumer.cpp:67:threadExecute:e[00m Producer has connected; continuing.
(Autocontrol) Error BadParameter: Invalid use or bad call parameters (in src/algorithms/blender/blender.cpp, function interpolateValInternal(), line 306)
(Autocontrol) Error BadParameter:  (propagating from src/algorithms/blender/blender.cpp, function NvIspParamBlenderInterpolateValue(), line 156)
(Camera_ISP) Error BadParameter:  (propagating from state_update/blocks/SAPOR.cpp, function NvCameraIspUpdateState_SAPOR_isp2(), line 50)
(Camera_ISP) Error BadParameter:  (propagating from state_update/nvcamera_isp_update_state.cpp, function NvCameraIspUpdateInputStateHw(), line 92)
SCF: Error BadParameter:  (propagating from src/services/autocontrol/NvCameraIspDriver.cpp, function generate(), line 1161)
SCF: Error BadParameter:  (propagating from src/components/ac_stages/AcMergeStage.cpp, function doHandleRequest(), line 84)
SCF: Error BadParameter:  (propagating from src/components/stages/OrderedStage.cpp, function doExecute(), line 158)
SCF: Error BadParameter: Sending critical error event (in src/api/Session.cpp, function sendErrorEvent(), line 992)
(Autocontrol) Error BadParameter: Invalid use or bad call parameters (in src/algorithms/blender/blender.cpp, function interpolateValInternal(), line 306)
(Autocontrol) Error BadParameter:  (propagating from src/algorithms/blender/blender.cpp, function NvIspParamBlenderInterpolateValue(), line 156)
(Camera_ISP) Error BadParameter:  (propagating from state_update/blocks/SAPOR.cpp, function NvCameraIspUpdateState_SAPOR_isp2(), line 50)
(Camera_ISP) Error BadParameter:  (propagating from state_update/nvcamera_isp_update_state.cpp, function NvCameraIspUpdateInputStateHw(), line 92)
SCF: Error BadParameter:  (propagating from src/services/autocontrol/NvCameraIspDriver.cpp, function generate(), line 1161)
SCF: Error BadParameter:  (propagating from src/components/ac_stages/AcMergeStage.cpp, function doHandleRequest(), line 84)
SCF: Error BadParameter:  (propagating from src/components/stages/OrderedStage.cpp, function doExecute(), line 158)
SCF: Error Timeout:  (propagating from src/services/capture/CaptureServiceEvent.cpp, function wait(), line 59)
Error: Camera HwEvents wait, this may indicate a hardware timeout occured,abort current/incoming cc
------------------------------------------------------------------------------

So, it works from C apps, but when using gst-launch-1.0 or a gui app (frustratingly, what the team I am working with is building), it breaks on the second Nano. This happened on both JetPack 4.4 and 4.5. Originally I thought it was something I modified, but since it happened with unmodified source in the linked tx1 thread, I’m not so sure anymore.

Likewise I suspected it to be related to the IMX477 drivers, but it happens with another driver in the linked tx2 thread.

Fix was using -lnvargus_socketclient instead of -largus. Thanks @DaneLLL

1 Like

Glad to know issue resolved, thanks for your update!