Integrate the camera with the Nvidia Jetson Orin Nano

I am looking to integrate the camera with the Nvidia Jetson Orin Nano however the camera SDK is either
Linux 64bit x64 or 64bit ARM and am unsure which structure to impliment

Hello @nick.cifuni,

Would you mind if we ask a few more questions to get a better understanding of the current challenge you are facing?

  1. What camera are you trying to integrate?
  2. When you say camera SDK do you mean the camera driver?
  3. Do you have access the camera SDK source code or just binaries?
  4. What is the camera interface connection CSI, USB… ect ?

I would assume you would need to use ARM 64 SDK version, given the Jetson board architecture.
However, if you have access to the source code and you are able to compile it yourself, I would recommend trying that route.

Please let us know if you have any comments.

regards,
Andrew

Andrew,
I am looking to integrate an industrial Camera from omrons board level USB lineup. the SDK is the driver interface and a way to communicate with the board itself.
I am using a USB interface and I had the same assumption but wanted to verify.
The optiosn fwere Linux 64bit x64 or linux 64bit ARM

@proventusnova

@nick.cifuni,

Thanks for getting back with further details.

Understood.

I was taking a look at their systems and now I get what you say.
There is a software SDK for aarch64, that would be one I would use.
That should at least run on the Jetson board.

Please give that a try.
If you face any issues or challenges, don’t hesitate to reach back, we would be glad to help.

regards,
Andrew

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