Hi Daniel, Thanks for replying.
I'm looking for a way to initiate a frame capture with as little code as possible because I only have 32KB of code space. The problem I've encountered with the UVC libs for linux/mac is that they rely on several other downstream libs, and extracting just the essential code is not just mindnumbing but also multithreaded. I've been trying to craft just the essential command streams for video devices to load a frame buffer, but between the spec and the depth of the driver I'm adrift. Recommendations? Nudges in any particular direction? Derisive laughter is also an option. P On Thu, Apr 2, 2015 at 3:11 PM, Daniel Johnson <[email protected]> wrote: > > If there's anyone out there that understands the UVC spec there's a free > > lunch in your future if you can help jumpstart me. > > It looks like I'm super late to this conversation, but I've been > working on getting open source support to the Intel RealSense camera. > It's a UVC camera so there was a lot of staring at USB logs to figure > out what it was doing that off the shelf drivers didn't support. I > found that if fully works within the standard, just used some less > commonly used features of the standard. > > -- > teknotus (Take Notice) > _______________________________________________ > dorkbotpdx-blabber mailing list > [email protected] > http://music.columbia.edu/mailman/listinfo/dorkbotpdx-blabber >
_______________________________________________ dorkbotpdx-blabber mailing list [email protected] http://music.columbia.edu/mailman/listinfo/dorkbotpdx-blabber
