NvJpegDecoder issue with Orbbec Camera

I’m trying to use OrbbecSDK_ROS2 (camera model Gemini 335) on Jetson Orin Nano with nvjpeg to decode, but it seems that image decoding with hardware decoding is much slower than using software. The color image output frequency is only 15FPS with “USE_NV_HW_DECODER ON” in orbbec’s cmakelist, which can be 30FPS or higher with “USE_NV_HW_DECODER OFF”.

I have replaced /usr/lib/aarch64-linux-gnu/nvidia/libnvjpeg.so in this topic Jpeg decode very slow for non-yuv420p jpg - #9 by DavidDDD , but it did not work

My jetpack version is JP6.2, Orbbec Driver uses v4l2 backend, and other settings keep default. Camera resolution is 1280x720

my ROS2 running log :

nvidia@tegra-ubuntu:~/yp_robot$ ros2 launch orbbec_camera gemini_330_series.launch.py depth_registration:=true uvc_backend:=v4l2
[INFO] [launch]: All log files can be found below /home/nvidia/.ros/log/2025-11-16-10-22-47-504721-tegra-ubuntu-26041
[INFO] [launch]: Default logging verbosity is set to INFO
[INFO] [component_container-1]: process started with pid [26069]
[component_container-1] [INFO] [1763288568.247518556] [camera.camera_container]: Load Library: /home/nvidia/yp_robot/install/orbbec_camera/lib/liborbbec_camera.so
[component_container-1] [INFO] [1763288568.446133208] [camera.camera_container]: Found class: rclcpp_components::NodeFactoryTemplate<orbbec_camera::OBCameraNodeDriver>
[component_container-1] [INFO] [1763288568.446229818] [camera.camera_container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<orbbec_camera::OBCameraNodeDriver>
[component_container-1] [INFO] [1763288568.467421611] [camera.camera]: setUvcBackendType:v4l2
[component_container-1] [INFO] [1763288569.698833934] [camera.camera]: startDevice called
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node ‘/camera/camera’ in container ‘/camera/camera_container’
[component_container-1] [INFO] [1763288569.709030690] [camera.camera]: Connecting to the default device
[component_container-1] [INFO] [1763288569.918612826] [camera.camera]: Select device cost 209 ms
[component_container-1] [INFO] [1763288569.918724156] [camera.camera]: Try to connect device via USB3.2
[component_container-1] [INFO] [1763288569.918887552] [camera.camera]: OBCameraNode: use_intra_process: OFF
[component_container-1] [INFO] [1763288569.926993954] [camera.camera]: current time domain: global
[component_container-1] [INFO] [1763288569.927044580] [camera.camera]: hdr_index1_laser_control_ 1 hdr_index1_depth_exposure_ 1 hdr_index1_depth_gain_ 16 hdr_index1_ir_brightness_ 30 hdr_index1_ir_ae_max_exposure_ 30458
[component_container-1]
[component_container-1] [INFO] [1763288569.927062500] [camera.camera]: hdr_index0_laser_control_ 1 hdr_index0_depth_exposure_ 7500 hdr_index0_depth_gain_ 16 hdr_index0_ir_brightness_ 90 hdr_index0_ir_ae_max_exposure_ 30458
[component_container-1]
[component_container-1] [INFO] [1763288569.927073860] [camera.camera]: laser_index1_laser_control_ 0 laser_index1_depth_exposure_ 3000 laser_index1_depth_gain_ 16 laser_index1_ir_brightness_ 60 laser_index1_ir_ae_max_exposure_ 17000
[component_container-1]
[component_container-1] [INFO] [1763288569.927084164] [camera.camera]: laser_index0_laser_control_ 1 laser_index0_depth_exposure_ 3000 laser_index0_depth_gain_ 16 laser_index0_ir_brightness_ 60 laser_index0_ir_ae_max_exposure_ 30000
[component_container-1]
[component_container-1] [INFO] [1763288570.228760025] [camera.camera]: Setting heartbeat to OFF
[component_container-1] [INFO] [1763288570.228877052] [camera.camera]: Create align filter
[component_container-1] [INFO] [1763288570.230417823] [camera.camera]: Depth process is HW
[component_container-1] [INFO] [1763288570.230460864] [camera.camera]: Setting LDP to ON
[component_container-1] [INFO] [1763288570.234897734] [camera.camera]: Setting G300 laser control to 1
[component_container-1] [INFO] [1763288570.236395112] [camera.camera]: Available presets:
[component_container-1] [INFO] [1763288570.236444425] [camera.camera]: Preset 0: Default
[component_container-1] [INFO] [1763288570.236465130] [camera.camera]: Preset 1: Hand
[component_container-1] [INFO] [1763288570.236478986] [camera.camera]: Preset 2: High Accuracy
[component_container-1] [INFO] [1763288570.236490794] [camera.camera]: Preset 3: High Density
[component_container-1] [INFO] [1763288570.236500107] [camera.camera]: Preset 4: Medium Density
[component_container-1] [INFO] [1763288570.236509259] [camera.camera]: Preset 5: Factory Calib
[component_container-1] [INFO] [1763288570.236517483] [camera.camera]: Preset 6: Custom
[component_container-1] [INFO] [1763288570.236525899] [camera.camera]: Load device preset: Default
[component_container-1] [INFO] [1763288570.246930202] [camera.camera]: Device preset Default loaded
[component_container-1] [INFO] [1763288570.248396955] [camera.camera]: Current sync mode: OB_MULTI_DEVICE_SYNC_MODE_STANDALONE
[component_container-1] [INFO] [1763288570.248443900] [camera.camera]: Set sync mode: OB_MULTI_DEVICE_SYNC_MODE_STANDALONE
[component_container-1] [INFO] [1763288570.248474525] [camera.camera]: Setting color mirror to OFF
[component_container-1] [INFO] [1763288570.248524446] [camera.camera]: Setting color flip to OFF
[component_container-1] [INFO] [1763288570.248555647] [camera.camera]: Setting depth mirror to OFF
[component_container-1] [INFO] [1763288570.248581024] [camera.camera]: Setting depth flip to OFF
[component_container-1] [INFO] [1763288570.248609280] [camera.camera]: Setting noise removal filter:ON
[component_container-1] [INFO] [1763288570.248626465] [camera.camera]: Setting color auto white balance to ON
[component_container-1] [INFO] [1763288570.250044481] [camera.camera]: Setting color auto exposure priority to OFF
[component_container-1] [INFO] [1763288570.250778930] [camera.camera]: Setting color auto exposure to ON
[component_container-1] [INFO] [1763288570.252297525] [camera.camera]: Setting depth auto exposure priority to OFF
[component_container-1] [INFO] [1763288570.253771927] [camera.camera]: Setting IR auto exposure to ON
[component_container-1] [INFO] [1763288570.257034593] [camera.camera]: default noise removal filter min diff: 256
[component_container-1] [INFO] [1763288570.257078498] [camera.camera]: default noise removal filter max size: 80
[component_container-1] [INFO] [1763288570.258545476] [camera.camera]: Setting hardware noise removal filter:OFF
[component_container-1] [INFO] [1763288570.258594917] [camera.camera]: Setting accel data correction to ON
[component_container-1] [INFO] [1763288570.258694855] [camera.camera]: Setting gyro data correction to ON
[component_container-1] [INFO] [1763288570.259015983] [camera.camera]: Setting DecimationFilter…
[component_container-1] [INFO] [1763288570.259057744] [camera.camera]: set DecimationFilter to false
[component_container-1] [INFO] [1763288570.259108913] [camera.camera]: Skip setting filter: DecimationFilter
[component_container-1] [INFO] [1763288570.259133490] [camera.camera]: Setting ThresholdFilter…
[component_container-1] [INFO] [1763288570.259147314] [camera.camera]: set ThresholdFilter to false
[component_container-1] [INFO] [1763288570.259158546] [camera.camera]: Skip setting filter: ThresholdFilter
[component_container-1] [INFO] [1763288570.259170450] [camera.camera]: Setting HDRMerge…
[component_container-1] [INFO] [1763288570.259180307] [camera.camera]: set HDRMerge to false
[component_container-1] [INFO] [1763288570.259189619] [camera.camera]: Skip setting filter: HDRMerge
[component_container-1] [INFO] [1763288570.259200531] [camera.camera]: Setting SequenceIdFilter…
[component_container-1] [INFO] [1763288570.259209779] [camera.camera]: set SequenceIdFilter to false
[component_container-1] [INFO] [1763288570.259219123] [camera.camera]: Skip setting filter: SequenceIdFilter
[component_container-1] [INFO] [1763288570.259229716] [camera.camera]: Setting SpatialFastFilter…
[component_container-1] [INFO] [1763288570.259238132] [camera.camera]: set SpatialFastFilter to false
[component_container-1] [INFO] [1763288570.259247060] [camera.camera]: Skip setting filter: SpatialFastFilter
[component_container-1] [INFO] [1763288570.259257940] [camera.camera]: Setting SpatialModerateFilter…
[component_container-1] [INFO] [1763288570.259266645] [camera.camera]: set SpatialModerateFilter to false
[component_container-1] [INFO] [1763288570.259275893] [camera.camera]: Skip setting filter: SpatialModerateFilter
[component_container-1] [INFO] [1763288570.259287189] [camera.camera]: Setting SpatialAdvancedFilter…
[component_container-1] [INFO] [1763288570.259296117] [camera.camera]: set SpatialAdvancedFilter to false
[component_container-1] [INFO] [1763288570.259305173] [camera.camera]: Skip setting filter: SpatialAdvancedFilter
[component_container-1] [INFO] [1763288570.259315510] [camera.camera]: Setting TemporalFilter…
[component_container-1] [INFO] [1763288570.259324502] [camera.camera]: set TemporalFilter to false
[component_container-1] [INFO] [1763288570.259333814] [camera.camera]: Skip setting filter: TemporalFilter
[component_container-1] [INFO] [1763288570.259343894] [camera.camera]: Setting HoleFillingFilter…
[component_container-1] [INFO] [1763288570.259352599] [camera.camera]: set HoleFillingFilter to false
[component_container-1] [INFO] [1763288570.259362007] [camera.camera]: Skip setting filter: HoleFillingFilter
[component_container-1] [INFO] [1763288570.259373079] [camera.camera]: Setting DisparityTransform…
[component_container-1] [INFO] [1763288570.259382071] [camera.camera]: set DisparityTransform to true
[component_container-1] [INFO] [1763288570.259391255] [camera.camera]: Skip setting filter: DisparityTransform
[component_container-1] [INFO] [1763288570.260651284] [camera.camera]: Setting DecimationFilter…
[component_container-1] [INFO] [1763288570.260705014] [camera.camera]: set color DecimationFilter to false
[component_container-1] [INFO] [1763288570.260771319] [camera.camera]: Setting SequenceIdFilter…
[component_container-1] [INFO] [1763288570.260793784] [camera.camera]: set right ir SequenceIdFilter to false
[component_container-1] [INFO] [1763288570.260833176] [camera.camera]: Setting SequenceIdFilter…
[component_container-1] [INFO] [1763288570.260855033] [camera.camera]: set left ir SequenceIdFilter to false
[component_container-1] [INFO] [1763288570.268522057] [camera.camera]: stream color is enabled - width: 1280, height: 720, fps: 30, Format: OB_FORMAT_MJPG
[component_container-1] [INFO] [1763288570.269150679] [camera.camera]: stream depth is enabled - width: 848, height: 480, fps: 30, Format: OB_FORMAT_Y16
[component_container-1] [INFO] [1763288570.317653007] [camera.camera]: Publish diagnostics every 1 seconds
[component_container-1] [INFO] [1763288570.373917978] [camera.camera]: Device Orbbec Gemini 335L connected
[component_container-1] [INFO] [1763288570.374003419] [camera.camera]: Serial number: CP3C641000EH
[component_container-1] [INFO] [1763288570.374047805] [camera.camera]: Firmware version: 1.6.00
[component_container-1] [INFO] [1763288570.374071037] [camera.camera]: Hardware version: 0.1
[component_container-1] [INFO] [1763288570.374086653] [camera.camera]: usb connect type: USB3.2
[component_container-1] [INFO] [1763288570.374097598] [camera.camera]: device unique id: 2-1.4-3
[component_container-1] [INFO] [1763288570.374113310] [camera.camera]: Current node pid: 26069
[component_container-1] [INFO] [1763288570.374124606] [camera.camera]: Start device cost 675 ms
[component_container-1] [INFO] [1763288570.374228193] [camera.camera]: Enable color stream
[component_container-1] [INFO] [1763288570.374266178] [camera.camera]: color video_profile: 1280x720 30fps OB_FORMAT_MJPG
[component_container-1] [INFO] [1763288570.374368196] [camera.camera]: Stream color width: 1280 height: 720 fps: 30 format: MJPG
[component_container-1] [INFO] [1763288570.374404645] [camera.camera]: Enable depth stream
[component_container-1] [INFO] [1763288570.374423301] [camera.camera]: Stream depth width: 848 height: 480 fps: 30 format: Y16
[component_container-1] [INFO] [1763288570.374440005] [camera.camera]: depth_registration is enabled. Depth stream will be aligned to COLOR stream resolution: width: 1280 height: 720 fps: 30
[component_container-1] [INFO] [1763288570.399818571] [camera.camera]: Enable frame sync
[component_container-1] [INFO] [1763288570.952585262] [camera.camera]: Publishing static transform from color to depth
[component_container-1] [INFO] [1763288570.952677777] [camera.camera]: Translation 23.8133, -0.070656, -0.0805317
[component_container-1] [INFO] [1763288570.952697361] [camera.camera]: Rotation 0.00434981, 0.000247512, -0.00147899, 0.999989
[component_container-1] [INFO] [1763288570.952757074] [camera.camera]: Publishing static transform from depth to depth
[component_container-1] [INFO] [1763288570.952774707] [camera.camera]: Translation 0, 0, 0
[component_container-1] [INFO] [1763288570.952804147] [camera.camera]: Rotation 0, 0, 0, 1
[component_container-1] [INFO] [1763288570.958666810] [camera.camera]: Setting color AE ROI to 0, 1279, 0, 719
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] [INFO] [1763288570.963211234] [camera.camera]: Setting depth AE ROI to 0, 847, 0, 479
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] [INFO] [1763288571.400021341] [camera.camera]: Setting interleave mode to nothing
[component_container-1] [INFO] [1763288571.400172865] [camera.camera]: current interleave_ae_mode_: laser
[component_container-1] [INFO] [1763288571.403227268] [camera.camera]: Enable enable_interleave_depth_frame to false
[component_container-1] [INFO] [1763288571.403345222] [camera.camera]: Initialize device cost 1484 ms
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277
[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS

Here are some system info JP6.2 LT36.4.3

Hi,
It seems like the lib is not iverwritten since the prints are still present:

[component_container-1] NVMMLITE_NVVIDEODEC, NvVideoBufferProcessing:6121 Consume the extra signalling for EOS
[component_container-1] NvMMLiteOpen : Block : BlockType = 277
[component_container-1] NvMMLiteBlockCreate : Block : BlockType = 277

Could yo please confirm

  1. If Orbbec Camera uses libnvjpeg.so. We don’t use the camera and uncertain whether it uses libnvjpeg.s to do JPEG decoding.
  2. Please try 06_jpeg_decode and see if the prints are not repeated. If the lib is overwritten, it should be printed once.