By default, the camera creates its own WiFi network to which you connect from your mobile phone using a mobile app. I found this inconvenient for several reasons: 1) downloading huge files to a mobile phone is not practical; 2) I want to download them to my computer for video editing and post-processing.
Instead, using this script, you can configure your camera to connect to your home WiFi network and then play or download files directly to your Mac or PC using your web browser.
- Model: P6F
- Vendor page
- Purchase at Amazon.com
In order to configure your camera, you need to connect to it from your laptop or mobile phone and open series of URL’s configuring it to access your local WiFi network. Assuming your WiFi have SSID mynet and WPA-PSK password mypass perform the following steps:
- http://192.72.1.1/cgi-bin/Config.cgi?action=set&property=Net.WIFI_STA.AP.1.SSID&value=mynet
- http://192.72.1.1/cgi-bin/Config.cgi?action=set&property=Net.WIFI_STA.AP.1.CryptoKey&value=mypass
- http://192.72.1.1/cgi-bin/Config.cgi?action=set&property=Net.WIFI_STA.AP.1.EncType&value=AES
- http://192.72.1.1/cgi-bin/Config.cgi?action=set&property=Net.Dev.2.Start&value=1
- http://192.72.1.1/cgi-bin/Config.cgi?action=set&property=Net.Dev.1.Start&value=0
- http://192.72.1.1/cgi-bin/Config.cgi?action=set&property=Net&value=reset
(after the last step camera will restart and should connect to your WiFi)
Using pip:
pip3 install bottle requests xmltodict
- Edit
dashcam.cfg
and specify IP address of your camera - Run
python3 dashcam-browse.py
- Open http://localhost:8080/ in your browser