←back to thread

634 points david927 | 2 comments | | HN request time: 0s | source

What are you working on? Any new ideas that you're thinking about?
Show context
zelo ◴[] No.41351699[source]
I'm working on android app that exposes camera stack trough http/websocket API.

The idea is that phones have very nice cameras and lot of media processing power and such API could enable hackers to easily incorporate capable camera stack in to their projects without android development experience in any language they like.

There are millions of working phones in the drawers battery backed, with plenty of computing power, nice cameras, hardware acceleration, good connectivity (WiFi, ethernet over usb), that could get new purpose.

Previously I was working on automated photogrammetry rig and this is perfect use case for that.

If you see other use case for such API share your ideas.

If you think that's cool idea to develop and would like to help write me at hn@zelo.pl

replies(1): >>41355216 #
1. nullderef ◴[] No.41355216[source]
How is it different from DroidCam?
replies(1): >>41358052 #
2. zelo ◴[] No.41358052[source]
I checked droidcam before and AFAIK it solves the problem of using adnroid device as webcam using server and client apps.

I want to expose low level camera capabilities like manual focus controll, capturing raw images, iso, etc. DroidCam exposes only subset of functionality I need.

In short i want it to be more like programmable controlled digital camera than webcam.

BTW scrcpy offers similar features trough adb to DroidCam.