
Jetson Nano
long19960208
OpenMV
展开
-
Jetson Nano 编译安装Opencv4.0 和opencv_contrib4.0
第一步: 编写 install_opencv4.0.0_Nano.sh #!/bin/bash # # Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. # # NVIDIA Corporation and its licensors retain all intellectual property # and pro...原创 2019-04-22 11:14:42 · 7402 阅读 · 2 评论 -
Jetson Nano 读取 GPS数据(TTL转 USB)
在Jetson Nano测试GPS模块 1.GPS模块一个,USB转串口模块CH340 2.使用ttyUSB0,因为ttyUSB0串口使用起来更方便,可以随意的插拔,还可以在电脑、手机等其他设备上使用。 3.连接好GPS线,插上USB串口,查看设备名 ls /dev/ttyUSB* 4.安装gpsd相关软件和库 sudo apt-get install gpsd gpsd-clients pyth...原创 2019-07-20 15:03:36 · 3522 阅读 · 1 评论