Merge pull request #10 from kropochev/master

fix links
pull/12/head
Paul Philippov 2022-02-12 21:02:22 -05:00 committed by GitHub
commit f21e2b21c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

@ -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)

View File

@ -59,4 +59,4 @@ sf write 0x42000000 0x0 ${filesize}
reset
```
[1]: guide-supported_devices.md
[1]: guide-supported-devices.md

View File

@ -64,4 +64,4 @@ sf write 0x42000000 0x0 ${filesize}
reset
```
[1]: guide-supported_devices.md
[1]: guide-supported-devices.md

View File

@ -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.