|
|
|
|
|
by megous
713 days ago
|
|
Shouldn't be hard to make opensource one. CSI capture under Linux is fairly simple with v4l2 API, SG2002 SoC has HW accelerated JPEG codec, and that's exposed as mem2mem v4l2 API too, usually. USB HID gadget emulation is fairly easy under Linux, too, via /dev/hidg# device. It's basically just shuffling some buffers around in userspace in video->net direction, and translating between browser input events and HID in the other direction. It's probably 2-4 weekends worth of work for someone who already worked with all of this in the past to combine it together and add a basic web interface. (Assumming they will use sophgo's Linux kernel branch and will not try to mainline kernel support, first) |
|