Software driver
This article describes the setup of the NextVision gimbal with DroneCore
Next Vision Gimbal (NVGimbal) Library
Trial Version
Prerequisites
git clone -b jp_512_20_configs https://github.com/airvolute/dcs-deploy.git
cd dcs-deploy
# Put the device in force recovery mode, connect it to your host PC via USB dev, and select the appropriate version.
# For Orin NX + DCS 2.0 + JP 5.1.2:
python3 dcs_deploy.py flash orin_nx 512 2.0 nvme full
# For Xavier NX + DCS 1.2 + JP 5.1.2:
python3 dcs_deploy.py flash xavier_nx 512 1.2 nvme full
# Note: For Xavier NX, you can also use the EMMC configuration. However, installing Jetpack may not be possible due to limited space. NVME is recommended.
python3 dcs_deploy.py flash xavier_nx 512 1.2 emmc fullInstallation of Trial Version
Last updated
