felixge / godrone

GoDrone is a free software alternative firmware for the Parrot AR Drone 2.0.
http://www.godrone.io/
Other
204 stars 22 forks source link

Video #63

Closed jeffallen closed 7 years ago

jeffallen commented 9 years ago

This is a work in progress. Don't pull it yet. You can see the front camera at: http://192.168.1.1/camera/front

The hardware supports scaling (and maybe jpeg compression?!?) so I really need to figure out how get that working. It seems like the out of box config is that they read the 720p, then feed it into the resizer to get out the lower res to stream. Makes sense, since they want to be able to record the 720p.

I never could get v4l native in Go working, which is why I did the cheap stupid thing and used yavta. :(