EasyManua.ls Logo

Orange Pi PC Plus - How to Use USB Camera

Orange Pi PC Plus
150 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
range Pi 用户手册 深圳市迅龙软件有限公司版权所有
www.orangepi.cn 113 www.xunlong.tv
root@dolphin-fvd-p1:/ # start adbd
4) Install adb tool on Ubuntu PC
test@test:~$ sudo apt update
test@test:~$ sudo apt install adb
5) Then connect to the network adb on the Ubuntu PC
test@test:~$ adb connect 192.168.1.xxx (The IP address needs to be modified to
the IP address of the development board)
connected to 192.168.1.149:5555
test@test:~$ adb devices
List of devices attached
192.168.1.xxx:5555 device
6) Finally, you can log in to the android system through the adb shell on the Ubuntu PC
test@test:~$ adb shell
root@dolphin-fvd-p1:/ #
4.6.
How to use USB camera
1) Insert the USB camera into the USB interface of the development board to ensure that
the device node of the usb camera can be seen under /sys/class/videov4linux
2) Download the USB camera test APP in Baidu cloud disk
3) Then install usbcamera.apk to the Android system, you can use U disk copy and
install, you can also use adb to install, use adb to install usbcamera.apk command is
test@test:~$ adb devices
List of devices attached
192.168.1.xxx:5555 device //First make sure that adb is properly connected
test@test:~$ adb install usbcamera.apk

Table of Contents

Related product manuals