mirror of https://github.com/OpenIPC/wiki.git
commit
f21e2b21c4
|
@ -3,7 +3,7 @@
|
|||
|
||||
## Introduction
|
||||
- [About the project](menu-index.md)
|
||||
- [Supported devices](https://openipc.org/wiki/en/guide-supported-devices)
|
||||
- [Supported devices](guide-supported-devices.md)
|
||||
- [Changelog](show-changelog.md)
|
||||
|
||||
## Subprojects
|
||||
|
@ -29,7 +29,7 @@
|
|||
- [Upgrade firmware](sysupgrade.md)
|
||||
- [Image quality tuning](image-quality-tuning.md)
|
||||
- [Memory tuning](memory-tuning.md)
|
||||
- [Using ipctool](transfer-example-ipctool.md)
|
||||
- [Using ipctool](example-ipctool.md)
|
||||
- [GPIO settings](gpio-settings.md)
|
||||
- [ACMEv2](acme-v2.md)
|
||||
- [YouTube streaming](youtube-streaming.md)
|
||||
|
|
|
@ -59,4 +59,4 @@ sf write 0x42000000 0x0 ${filesize}
|
|||
reset
|
||||
```
|
||||
|
||||
[1]: guide-supported_devices.md
|
||||
[1]: guide-supported-devices.md
|
||||
|
|
|
@ -64,4 +64,4 @@ sf write 0x42000000 0x0 ${filesize}
|
|||
reset
|
||||
```
|
||||
|
||||
[1]: guide-supported_devices.md
|
||||
[1]: guide-supported-devices.md
|
||||
|
|
|
@ -40,7 +40,7 @@ Buildroot is faster for initial development for new platforms as it is minimalis
|
|||
|
||||
### Other FAQs
|
||||
|
||||
* https://github.com/OpenIPC/camerasrnd/blob/master/doc/FAQ-ru.md
|
||||
* [OpenIPC Wiki (ru)](../ru/index.md)
|
||||
|
||||
|
||||
## Network related stuff
|
||||
|
@ -188,11 +188,11 @@ if(pinfo->mem->start = 0x20250000 /* address i2c-2 */) {
|
|||
|
||||
## Docs on currently unsupported SoC:
|
||||
|
||||
[[Novatek NV98515 SoC|https://github.com/hn/reolink-camera]]
|
||||
[Novatek NV98515 SoC](https://github.com/hn/reolink-camera)
|
||||
|
||||
Different hack & mod related to IP Cameras forums:
|
||||
|
||||
[[https://www.goprawn.com/]]
|
||||
https://www.goprawn.com/
|
||||
|
||||
Below are some examples how to record video streams with various utilities.
|
||||
|
||||
|
|
Loading…
Reference in New Issue