What does HackerNews think of openmiko?

Open source firmware for Ingenic T20 based devices such as WyzeCam V2, Xiaomi Xiaofang 1S, iSmartAlarm's Spot+ and others.

Language: C

I think the only option for that is flashing custom firmware, which i am not sure can be done on the most recent hardware revisions.

https://github.com/openmiko/openmiko

https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks

For open source and self-hosted, I've been pretty pleased with openmiko (https://github.com/openmiko/openmiko). I put this on a couple $20-ish wyze cams that are used adhoc right now, but will be combined with frigate and home assistant when I can get ahold of a Coral USB device.
Still working on https://github.com/openmiko/openmiko - a fully open source firmware for security cameras that doesn't require some cloud server. Privacy and security oriented.
This would be interesting to integrate into https://github.com/openmiko/openmiko which is a firmware for the T20 based ip-cameras.

Right now, I am not aware of any cheap ip camera that can stream its H264 video to a regular web browser, with sub 500 ms latency. All manufacturers seem to have moved to an app, I guess they can show an RTSP stream in that way.

Older ip cameras had MJPEG which you could view in the browser, but that is really inefficient w.r.t. bandwidth.

Replacement firmware for IP cameras that has no need to go to the cloud: https://github.com/openmiko/openmiko
https://github.com/openmiko/openmiko

Software to completely replace the core functionality of cameras like WyzeCam while allowing it to be used in a purely local (ie. cloud free) setup wihtout phoning home to anywhere.

Currently working on a project for a cloud free camera: https://github.com/openmiko/openmiko if you'd like to help.
This is actually one of many reasons I started my own project to rewrite some of the firmware on an IP camera that I bought (WyzeCam). I wanted something open where I owned most of the stack and could customize as needed. I'm not as worried with a hardware level backdoor but firmware backdoors and/or just bugs are more worrisome. It has been a great learning experience working on the embedded side.

If anyone is interested this is the project: https://github.com/openmiko/openmiko