https://github.com/themactep/thingino-firmware
Open-source firmware for Ingenic SoC IP cameras
https://github.com/themactep/thingino-firmware
buildroot-external-tree firmware ingenic ip-camera ipc ipcamera
Last synced: about 1 month ago
JSON representation
Open-source firmware for Ingenic SoC IP cameras
- Host: GitHub
- URL: https://github.com/themactep/thingino-firmware
- Owner: themactep
- License: mit
- Created: 2022-06-08T19:33:26.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-07T18:55:35.000Z (about 1 month ago)
- Last Synced: 2025-05-07T19:46:32.451Z (about 1 month ago)
- Topics: buildroot-external-tree, firmware, ingenic, ip-camera, ipc, ipcamera
- Language: Shell
- Homepage: https://thingino.com
- Size: 206 MB
- Stars: 449
- Watchers: 11
- Forks: 104
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Support: docs/supported_hardware.md
Awesome Lists containing this project
README
Thingino
--------Thingino is an open-source firmware for Ingenic SoC IP cameras.
![Thingino Web UI][10]
### Supported Hardware
Please find [the full list of supported cameras](docs/supported_hardware.md)
in a separate document. Visit [our website][0] for an illustrated version of
the list.### Building
```
git clone --recurse-submodules https://github.com/themactep/thingino-firmware
cd thingino-firmware
make
```Read [Building from sources][7] article for more info.
### Resources
- [Project Website][0]
- [Project Wiki][1]
- Buildroot Manual [HTML][5] [PDF][6]
- [Discord channel][3]
- [Telegram group][4]### GitHub CI Status
[![toolchain-x86_64][11]][8]
[![firmware-x86_64][12]][9][0]: https://thingino.com/
[1]: https://github.com/themactep/thingino-firmware/wiki
[3]: https://discord.gg/xDmqS944zr
[4]: https://t.me/thingino
[5]: https://buildroot.org/downloads/manual/manual.html
[6]: https://nightly.buildroot.org/manual.pdf
[7]: https://github.com/themactep/thingino-firmware/wiki/Building-from-sources
[8]: https://github.com/themactep/thingino-firmware/actions/workflows/toolchain.yaml
[9]: https://github.com/themactep/thingino-firmware/actions/workflows/firmware.yaml
[10]: https://github.com/user-attachments/assets/6fe68e13-eb49-4c33-8836-af1e97bf8b4e
[11]: https://github.com/themactep/thingino-firmware/actions/workflows/toolchain-x86_64.yaml/badge.svg
[12]: https://github.com/themactep/thingino-firmware/actions/workflows/firmware-x86_64.yaml/badge.svg