range Pi User Manual Copyright reserved by Shenzhen Xunlong Software Co., Ltd
173
4) Then you can see the WiFi device node through the sudo ifconfig command. Please
refer to the WiFi connection test chapter for WIFI connection and testing methods. I
won't go into details here
orangepi@orangepi:~$ sudo ifconfig wlx1cbfced9d260
wlx1cbfced9d260: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 1c:bf:ce:d9:d2:60 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
3.11.4. USB Camera Test
1) First, you need to prepare a USB camera that supports UVC protocol as shown in the
figure below or similar, and then insert the USB camera into the USB port of the Orange
Pi development board
2) You can see that the USB camera's device node information is /dev/video0 through the
v4l2-ctl command
orangepi@orangepi:~$ v4l2-ctl --list-devices
Q8 HD Webcam: Q8 HD Webcam (usb-fc880000.usb-1):
/dev/video0
/dev/video1
/dev/media0
Note that the l in v4l2 is a lowercase letter l, not the number 1.
In addition, the serial number of the video is not necessarily video0, please refer
to what you actually see.