Matchboxscope / Anglerfish-APP

ESP32-CAM MJPEG viewer for Android
MIT License
0 stars 0 forks source link

Missing features #3

Open beniroquai opened 1 month ago

beniroquai commented 1 month ago

@killerink I'll collect random things that i think would be nice to have 😛

KillerInk commented 1 month ago

i merged that camera stuff into youseetoo/uc2-control-android some time ago also the camera source itself need that default socket sending without sending http headers..., then vlc can connect and someother apps too that support mjpeg streams recommend this as base source for the cam

beniroquai commented 1 month ago

I see. My idea would be to have a dedicated firmware that people can flash over youseetoo.github.io for their microscope and then they can use "an APP" (maybe not the one here :p ) to connect to the microscope. For this I would need to adjust the socket part so that it talks to the youseetoo/uc2-control-android app, right?

Then we would need to add/lay out the controls for the endpoints (e.g. exposure time, motor drive, etc.) which will be interpreted by the webserver running on the ESP32 Camera (or xiao in that case). Right now it looks like this:

image

So my "todo" is first to create a version of this firmware (https://github.com/Matchboxscope/matchboxscope-simplecamera/tree/openUC2xSEEED) that runs on a socket connection (like this, correct? ;)