mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2024-11-25 14:57:19 +00:00
update readme with android tv compatability for usb webcam mode
This commit is contained in:
parent
f37d3a6880
commit
9138ba4a9c
@ -35,7 +35,7 @@ Using this project can potentially expose your device to the open internet depen
|
|||||||
* CIFS Supported
|
* CIFS Supported
|
||||||
* iptables included
|
* iptables included
|
||||||
* Play .wav audio files using "cmd aplay <file> <vol>" command
|
* Play .wav audio files using "cmd aplay <file> <vol>" command
|
||||||
* WebCam Mode - Use your camera as a spare UVC USB Web Camera on your PC!
|
* WebCam Mode - Use your camera as a spare UVC USB Web Camera on your PC or AndroidTV!
|
||||||
* RTMP Streaming - Stream live video from the camera to your favorite service, youtube, twitch, or facebook live.
|
* RTMP Streaming - Stream live video from the camera to your favorite service, youtube, twitch, or facebook live.
|
||||||
|
|
||||||
## Coming Soon
|
## Coming Soon
|
||||||
@ -266,9 +266,9 @@ Forces the camera to skip writing files to /tmp, and write them directly to your
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Use as a USB Video Class (UVC) Web Camera for your PC is supported. I have tested with Windows 10 and Linux, and it appears as a Generic HD Camera. Audio is supported. This mode disables all other functionality, and only works as a USB Web Camera for your PC. Experimental. Note that the cables typically included with the camera do not data, use a known working micro-usb cable which supports data.
|
Use as a USB Video Class (UVC) Web Camera for your PC is supported. I have tested with Windows 10, Linux, and Android TV, and it appears as a Generic HD Camera. Audio is supported. This mode disables all other functionality, and only works as a USB Web Camera for your PC. Experimental. Note that the cables typically included with the camera do not data, use a known working micro-usb cable which supports data.
|
||||||
|
|
||||||
Supported modes: MJPG 360p/720p/1080p, Video 360p/720p/1080p
|
Supported modes: MJPG,Video 360p/720p/1080p
|
||||||
|
|
||||||
```
|
```
|
||||||
WEB_CAM_ENABLE="true"
|
WEB_CAM_ENABLE="true"
|
||||||
|
Loading…
Reference in New Issue
Block a user