lbdroid / FFMpeg-DashCam

DashCam recording for Android car radios.
8 stars 4 forks source link

Investigate libusbcamera #18

Closed lbdroid closed 7 years ago

lbdroid commented 7 years ago

Interesting claim made here; https://forum.xda-developers.com/showpost.php?p=72475937&postcount=37

The claim is that this actually works on a Joying with Android 6.0, which is quite fascinating since uvc cameras don't seem to enumerate on USB.

Ripping the linked apk apart shows that the work is done by a library "libusbcamera", source for which can be found here; https://github.com/saki4510t/UVCCamera

If this library is able to eliminate the need for the device to enumerate, then there is a possible solution to the problem.

Dash Cam.apk.zip

HDaddict commented 7 years ago

Yes I just saw he replied to my post with this apk file!!

Very interesting!

lbdroid commented 7 years ago

I'm going to try that apk out on my wife's car (which has 6.0 installed). If it is actually able to do something with the camera, I'll dig into the libraries and see if I can find some sensible way to work with it.

lbdroid commented 7 years ago

Nope. Thought something was fishy. Whatever that guy was using, it was definitely NOT an Intel joying with 6.0.

This program does not and can not work.