W-ONX8GB-KIT Waveshare Jetson Orin NX 8GB AI with MV-CU013-A0UC USB Camera

Hi,

I want to connect MV-CU013-A0UC USB Camera to W-ONX8GB-KIT Waveshare Jetson Orin NX 8GB AI, how can i do that?

I need your experience for starting the operation.

Thank You.

Hello @e.ertonga,

What have you tried so far?

We believe the Jetson device should support USB cameras already by default.

Are you seeing any particular issues?

regards,
Andrew

I am compiling the codes via Jupyter in Jetson. I will develop the code in Python.

I have uploaded the camera libraries, sample applications, etc. to the system.

I can get images from the camera from the camera interface, but I cannot get images directly from the code.

For example, there is a class called “ …/MvImport” and it cannot reach here. (I go into the code and edit the extension as a full path. “/opt/MVS/Samples/aarch64/Python/MvImport” gives an error again.)

You can find the image of the error in the attachment.

@e.ertonga,

Can you try running the following ?

python3 Grab_Callback.py

Please let us know if the behavior changes.

regards,
Andrew

Hi,

I tried your advice

The file location is correct, the python version is correct (because the company founded it), it does the same for code that even has a simple print(“sea”) in it. It goes to the next line but does not run the code

Hi @e.ertonga ,
Would recommend you raising thsi on Jetson Orin Nx Forum.

Thanks