You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Compatibility: The SDK isn't directly compatible with Jetson Orin's Ubuntu 20.04 AArch64 environment.
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:
Ensure the camera's SDK works with Jetson Orin's Ubuntu 20.04 AArch64 setup.
Make the code compatible with Jetson Orin's compiler.
Adapt the code for proper execution on Jetson Orin.
Steps Taken:
Tried running code on Jetson Orin, encountered SDK and compiler issues.
Explored SDK documentation and made preliminary code adjustments.
Appreciate your expert advice to achieve successful integration.
Thank you,
The text was updated successfully, but these errors were encountered:
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:
Compatibility: The SDK isn't directly compatible with Jetson Orin's Ubuntu 20.04 AArch64 environment.
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:
Steps Taken:
Appreciate your expert advice to achieve successful integration.
Thank you,
The text was updated successfully, but these errors were encountered: