Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Porting VZense DS77C Pro Camera Code to Jetson Orin (Ubuntu 20.04 AArch64) #6

Open
ronbitonn opened this issue Aug 8, 2023 · 0 comments

Comments

@ronbitonn
Copy link

I need help adapting code that works with the VZense DS77C Pro camera on Windows to run on my Jetson Orin with Ubuntu 20.04 AArch64. The camera's SDK is designed for Ubuntu 18.04 arm64 and uses aarch64-linux-gnu(v7.5.0) compiler.

Challenges:

  1. Compatibility: The SDK isn't directly compatible with Jetson Orin's Ubuntu 20.04 AArch64 environment.

  2. Compiler: The code assumes aarch64-linux-gnu(v7.5.0) compiler, which might not match Jetson Orin's compiler.

Assistance Needed:

I'm seeking guidance to:

  1. Ensure the camera's SDK works with Jetson Orin's Ubuntu 20.04 AArch64 setup.
  2. Make the code compatible with Jetson Orin's compiler.
  3. Adapt the code for proper execution on Jetson Orin.

Steps Taken:

  1. Tried running code on Jetson Orin, encountered SDK and compiler issues.
  2. Explored SDK documentation and made preliminary code adjustments.

Appreciate your expert advice to achieve successful integration.

Thank you,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant