BF101 RTSP howto
BF101 RTSP howto
1. 开机开启摄像头, 开启图传
power on, enable live streaming,
2. 连接usb线,使用adb
connect BF101 to WINDOWS PC via USB cable,
run adb tool on PC , enter command as below to setup WiFi , pls note, only 2.4GHz supported,
adb shell
vi config/IConfig/wpa_supplicant.conf
sample demo for wpa_supplicant.conf,
############
ctrl_interface=/var/run/wpa_supplicant
ap_scan=1
update_config=1
network={
ssid="urAP_SSID"
psk="urPasswd"
key_mgmt=WPA-PSK
}
############
reboot
run adb command to see IP address of BF101,
adb shell ifconfig
run VLC on PC or phone to get/pull RTSP stream from BF101,
like,
rtsp://192.168.0.20:8554/live
