pupil-labs / libuvc

a cross-platform library for USB video devices
https://int80k.com/libuvc/
Other
51 stars 30 forks source link

Android (NDK) support? #33

Closed laheller closed 5 years ago

laheller commented 5 years ago

Hi @mkassner @andreas-bulling @emredog @Windsooon @willpatera @papr

Is it possible to build this somehow via Android NDK to get an Android shared library (.so file) ?

Update: Same or similar way, like for libusb here, which seems to be also your repo :+1:

BR,

Ladislav

laheller commented 5 years ago

@mkassner @andreas-bulling @emredog @Windsooon @willpatera @papr

Update: Someone already did the job here: https://github.com/saki4510t/UVCCamera/tree/master/libuvccamera/src/main/jni

I think this "issue" can be closed!