update readme

This commit is contained in:
Alfonso Gamboa 2022-07-25 15:19:33 -07:00
parent 82101dcc6a
commit f713534805
3 changed files with 12 additions and 10 deletions

View File

@ -229,7 +229,11 @@ Note: In my testing, the micro-usb cables included with the various cameras do n
Remote Accessories:
When USB Direct connectivity is enabled, the camera will be unable to communicate with accessories. To enable remote spotlight accessory support, enable the following variable and set the IP Address of the host as follows:
When USB Direct connectivity is enabled, the camera will be unable to communicate with accessories. To enable remote usb accessory support, enable the following variable and set the IP Address of the host as follows:
Scenario: Spotlight accessory needs to be located away from the camera, yet we desire spotlight control from within the app and camera. Plug the Spotlight into the nearby router running linux. Configure variables as below on camera, and run socat on the router. The app will now detect the spotlight accessory, just as if it was plugged in to the camera directly!
```
REMOTE_SPOTLIGHT="true"
REMOTE_SPOTLIGHT_HOST="0.0.0.0"
@ -241,7 +245,7 @@ Then, run the following command on the host where the spotlight is attached to:
socat TCP4-LISTEN:9000,reuseaddr,fork /dev/ttyUSB0,raw,echo=0
```
Change ```/dev/ttyUSB0``` to whatever path your spotlight enumerated to if necessary. The camera will now be able to control the spotlight.
Change ```/dev/ttyUSB0``` to whatever path your accessory enumerated to if necessary. The camera will now be able to control the usb accessory.
---
@ -304,7 +308,6 @@ RTSP_LOW_RES_MAX_BITRATE=""
RTSP_LOW_RES_TARGET_BITRATE=""
RTSP_LOW_RES_ENC_PARAMETER=""
RTSP_LOW_RES_FPS=""
```
the singular stream will be located at ```rtsp://login:password@IP_ADDRESS:8554/unicast```
multiple streams are located at ```rtsp://login:password@IP_ADDRESS:8554/video1_unicast``` and ```rtsp://login:password@IP_ADDRESS:8554/video2_unicast```
@ -343,7 +346,7 @@ Run a custom script:
CUSTOM_SCRIPT_PATH=""
```
Note: any executable files placed in `wz_mini/etc/rc.local.d` will be automatically run at boot time, regardless of the custom script specified in the configuration.
Note: any executable files placed in `wz_mini/etc/rc.local.d` will be automatically run at boot time, irregardless of the custom script variable specified in the configuration.
---
@ -477,10 +480,10 @@ Loads the appropriate driver for the car to function. On devices other than a V
---
```
"ENABLE_LOCAL_DNS" == "true"
ENABLE_LOCAL_DNS="true"
```
Enables `dnsmasq`, a lightweight, local, caching DNS server on the camera. Fixes DNS flooding on the network.
Enables `dnsmasq`, a lightweight, local, caching DNS server on the camera. Fixes potential DNS flooding on the local network. Upstream DNS servers may be specified at `/wz_mini/etc/resolv.dnsmasq`
---

View File

@ -1 +1 @@
Mon Jul 25 07:14:00 AM PDT 2022
Mon Jul 25 03:19:14 PM PDT 2022

View File

@ -2,7 +2,6 @@
d41d8cd98f00b204e9800998ecf8427e SD_ROOT/wz_mini/mnt/.gitignore
e17a4aeac39b2dbb5a71d05c4ba0a067 SD_ROOT/wz_mini/www/cgi-bin/WEB_CAM_ENABLE.md
53fc10943d0ee83ed92e58123d24fc02 SD_ROOT/wz_mini/www/cgi-bin/jpeg.cgi
46fdb93e7065b52eee8cc1deb7968d4b SD_ROOT/wz_mini/www/cgi-bin/wz_mini_web.css
ffc9d653967b2c25d9635d3240209db0 SD_ROOT/wz_mini/www/cgi-bin/DISABLE_FW_UPGRADE.md
8a756026f05a35173b8748260b694e7d SD_ROOT/wz_mini/www/cgi-bin/RTSP_HI_RES_ENABLED.md
d5012a6758e30050b1dc8528e7968ac0 SD_ROOT/wz_mini/www/cgi-bin/ENABLE_USB_STORAGE.md
@ -14,7 +13,7 @@ bd74b1a5dfb722ea1109ea89a039a3e5 SD_ROOT/wz_mini/www/cgi-bin/RTMP_STREAM_ENABLE
a2820a7dcfb92bb21fe17de185a16ee9 SD_ROOT/wz_mini/www/cgi-bin/numerics.txt
1013ee7201755bcf9047635b637e17c9 SD_ROOT/wz_mini/www/cgi-bin/ENABLE_WIREGUARD.md
842b228d85468ab31c99e1521b35e37e SD_ROOT/wz_mini/www/cgi-bin/REMOTE_SPOTLIGHT.md
2c026425a683013f4d7eb06c544a75ce SD_ROOT/wz_mini/www/cgi-bin/config.cgi
389958bbebb7ba74d15cddb8b66e3d27 SD_ROOT/wz_mini/www/cgi-bin/config.cgi
d43f6b975afedc1f7a5e5c4999dbcbbd SD_ROOT/wz_mini/www/cgi-bin/car.sh
042848359c3840f5973baffca2457a5d SD_ROOT/wz_mini/www/cgi-bin/ENABLE_USB_DIRECT.md
f3ce2f03c67b1996b2ea33c02baffcfe SD_ROOT/wz_mini/www/config.js
@ -113,7 +112,7 @@ b339aee882a5d1c943ad08e4282ec3fd SD_ROOT/wz_mini/usr/bin/iCamera-dbg
20b061689308b2cee7edf3b9b906bca7 SD_ROOT/wz_mini/usr/bin/ucamera
3777d9e80c8b517c01a124e6360b6525 SD_ROOT/wz_mini/usr/bin/imp_helper.sh
580b1b6e91e72b4a4fef7b21d8954403 SD_ROOT/wz_mini/usr/bin/getSensorType
65e466ffca31c323ec43391db68fe7d2 SD_ROOT/wz_mini/usr/bin/app.ver
baaeb14b4980dc10167edd0a8bc496f7 SD_ROOT/wz_mini/usr/bin/app.ver
4c780f0455481d106d47d89f0ae04ed5 SD_ROOT/wz_mini/lib/uClibc.tar
9afeb088e4cbabbe0b04033b560204d0 SD_ROOT/wz_mini/lib/libimp.so
4100755cb6cc6e3b76da20c7e3690e16 SD_ROOT/wz_mini/lib/libalog.so