Does the Jetson Orin NX have IMX586 and OV50C40 drivers?

Looks like fine. That’s weird!!
Maybe add v4l2_lens to try.

                                drivernode1 {
                                        pcl_id = "v4l2_lens";
                                        sysfs-device-tree = "/sys/firmware/devicetree/base/bus@0/lens_imx219@RBPCV2/";
                                        phandle = <0x370>;
                                };

its failed.

Hello ShaneCCC,
According to the positioning information I position here, but in the/usr/SRC/jetson_multimedia_api/include/Argus/CameraProvider h getCameraDevices inside interface cannot read function prototype, I don’t know what caused it to fail. Do you know where I should check.

Get the nvargus-daemon log to check if more clue.

https://elinux.org/Jetson/l4t/Camera_BringUp#Steps_to_enable_more_debug_messages

Thanks

Hello ShaneCCC,
nvargus-daemon.txt (16.3 KB)

Modify the badge.
Below is the from the programing guide.

A unique name that identifies this module. The name must consist of three parts, separated by underscores:

  • The module’s camera board ID (camera_board_id).
  • The position of the module, for example, rear or front.
  • The module’s part number, which you can find in the module datasheet. If the part number is not available, use a unique identifier. Only the last six characters of the part number are significant.

For example, imx185_rear_liimx185 represents a module with a rear-facing IMX185 camera and the part number “llimx185.”

If your system has multiple identical modules, each module must have a different position, making the module name unique.

NvPclHwGetModuleCalib: Error: Invalid module badge info

Hello ShaneCCC,
Fixed the badge, but still couldn’t execute successfully

Hello,
Can anyone answer my question, thank you

Looks like “no camera available” was gone.
Please export the display then run the gst command.

export DISPLAY=:0
gst-launch-1.0 .............

Hello ShaneCCC,
its failed.

Looks like your device didn’t connect any display?
try below command.

export DISPLAY=:0
xinit&
gst-launch-1.0 ...

Hello ShaneCC,
the nvarguscamera is must need display ? my device is not display

Argus need X server running. Otherwise the error " could not get EGL display connection" shows.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.