NVIDIA Jetson Nano TEVI Camera Usage Guide
- 20 Apr 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
NVIDIA Jetson Nano TEVI Camera Usage Guide
- Updated on 20 Apr 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article Summary
Share feedback
Thanks for sharing your feedback!
Instruction
This article shows the steps how to use TEVI-AR CAM on Jetson NANO.
EVK version is B01
Supported TEVI Camera Modules
Module | Resolution |
---|---|
TEVI-AR0144 | 1280x800 |
TEVI-AR0234 | 1280x720 1920x1080 1920x1200 |
TEVI-AR0521 TEVI-AR0522 | 1280x720 1920x1080 2592x1944 |
TEVI-AR0821 | 1280x720 1920x1080 2560x1440 3840x2160 |
Prepare jetpack with TechNexion source code
Follow Host Environment setting.
And using below command.
$ ./technexion_jetpack_download_<tag>.sh -m Nano -b EVK
Flash demo image to sd card
Follow Flash demo image of Flash command in Flash step.
Boot up and check whether driver initial success
Boot up Jetson NANO and check whether driver initial success by command dmesg
.
If it shows detected tevi-ap1302 camera sensor
, the driver initial success.
$ dmesg | grep ap1302
Was this article helpful?