Skip to content

Commit

Permalink
USB card support note (EliasKotlyar#939)
Browse files Browse the repository at this point in the history
* USB card support note

Hi, I do not know if it was mentioned somewhere before, for getting better rtsp quality I used USB eth card, and it works very stable with 720P quality...

* Update faq.md
  • Loading branch information
g0053 authored and jmtatsch committed Feb 16, 2019
1 parent 14cfcd4 commit 9fa263c
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions hacks/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,21 @@ Yes, you can. However there is no need to revert it back. If your SD-Card does n
### Is it possible to run the CFW without a microsd?
No that's not possible. It can be done, but there will be a lot of trouble in doing this.

## Can i have FullHD?
### Can I have FullHD resolution?

Yes, you can flash a custom bootloader to achieve this.
Yes, but you must flash a custom bootloader to achieve this.

### Can I use USB ethernet cards?
Yes, just create a usb_eth_driver.conf file in /system/sdcard/config.
```
cp /system/sdcard/config/usb_eth_driver.conf.dist /system/sdcard/config/usb_eth_driver.conf
reboot
```
If this file exists the run.sh won't start the WIFI driver but instead load the usb ethernet driver. Currently only the asix.ko driver is supported but others can be built.

[Custom Bootloader Installation](/hacks/flashinguboot.md)

## Which Features does the CFW contain?
### Which Features does the CFW contain?
- Full working RTSP with H264/MJPEG. Based on https://github.com/mpromonet/v4l2rtspserver
- SSH-Server(dropbear) with username: root password: ismart12
- FTP-Server(bftpd) with username: root password: ismart12
Expand All @@ -49,6 +57,7 @@ Recording Audio:
```
- Curl
- MQTT
- Telegram
- Anything other that you can compile yourself. There is a toolchain available.

What if my scripts in config/userscripts/motiondetection are not executed or mqtt/telegram messages/emails are not sent on motion?
Expand Down

0 comments on commit 9fa263c

Please sign in to comment.