libretiny-eu / libretiny

PlatformIO development platform for IoT modules
http://docs.libretiny.eu/
MIT License
401 stars 59 forks source link

bk7252 camera interface and mjpeg #206

Open AapoTahkola opened 10 months ago

AapoTahkola commented 10 months ago

There is an effort at https://community.home-assistant.io/t/popular-a9-mini-wi-fi-camera-the-ha-challenge/230108/300 to add HA support for at least some of these cheap A9 cameras. They are relatively cheap costing less than 5 euro in some cases(temu aliexp). I have been able to run the PinScan example via telnet.

I have some difficulty navigating the source code but I think the action is at https://github.com/daniel-dona/beken7252-opencam/blob/main/project/beken378/func/camera_intf/camera_intf.c

I would be happy to help as I know C(who doesn't with GPT these days) but I am not familiar with the arduino framework.

Alvid81 commented 7 months ago

as kuba2k said before "Let's keep the GitHub conversation tidy and to-the-point. You're more than welcome to join our Discord server where everyone can discuss all kinds of issues with other developers in realtime." For start - you need to understand, no one can jump over the head, also for this beken chip - it cant work with 720p, maybe for 1 or less fps... also you need to understand all your peritheral connections (camera connections, camera reset pins, sound devices, etc) to move forward. You have all test examples is on beken sdk provided.