ERROR: camera-ip/vi5/vi5.c:745 [vi5_handle_eof]

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) Jetson
• DeepStream Version 6.2
• JetPack Version (valid for Jetson only) 5
• TensorRT Version 8.5.2
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hello experts,

The platform is an Orin nano 8GB with custom board connected to 2 CSI-2 cameras.
Deepstream pipeline is working in the background and images are being saved every 2 seconds.

This is the bug log:

[   11.402918] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] "VM0 issued IVC in inactive state."
[   11.413348] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] "VM0 issued IVC in inactive state."
[   11.413349] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] "VM0 issued IVC in inactive state."
[   11.413351] [RCE] WARNING: core/hsp/hsp-vm.c:283 [camrtc_hsp_full_ss_isr] "VM0 issued IVC in inactive state."
[ 2401.090294] [RCE] ERROR: camera-ip/vi5/vi5.c:745 [vi5_handle_eof] "General error queue is out of sync with frame queue. ts=2426862371776 sof_ts=2426879956864 gerror_code=2 gerror_data=a0 notify_bits=0"

The pipeline crushes after the error.

Kindly,

hello ahmed.louati,

there’s rce-fw update to address General error queue is out of sync with frame queue failure.
however, there’s firmware update specific for JP-5.1.2/l4t-r35.4.1 release version.
i.e. Nvbuf_utils: dmabuf_fd -1 mapped entry NOT found in Jetson Xavier NX - #14 by ShaneCCC

so, may I know which JP-5 public release version you’re working with?
you may check release tag, $ cat /etc/nv_tegra_release for confirmation.

Hi Jerry,
It’s r35.3.1

# R35 (release), REVISION: 3.1, GCID: 32827747, BOARD: t186ref, EABI: aarch64, DATE: Sun Mar 19 15:19:21 UTC 2023

The pipeline was working fine for over one month but it started crushing with this error recently.

hello ahmed.louati,

honestly, there’re several camera software stack bugs within early JP-5 release version.
since jetson-linux-r3560 is available, is it possible for moving forward to the latest JP-5.1.4/r35.6.0 for verification?