Sample code to test device functionality is available on github. Please follow the steps below to clone the repository.
- Get the list of devices:
c:\Windows\:>adb devices
List of devices attached
766323device
- Go into the terminal via adb shell or ssh. In the following example below, it is done via ssh:
- Create a directory:
#mkdir -p ~/DEVELOPMENT/qrb5165
- Clone the git repository:
#git clone https://github.com/quic/sample-apps-for-Qualcomm-Robotics-RB5-platform
Sample projects available in the repository show how to create and apply real world use-cases. They exercise the multiple subsystems of the QRB5165 platform including:- Camera
- Graphics
- Video
- Machine Learning ML
- vSLAM
- Qualcomm Neural Processing SDK for AI
- Multimedia Framework
- Audio
These can be found in the cloned git repository or on github.