AndroidUSBCamera icon indicating copy to clipboard operation
AndroidUSBCamera copied to clipboard

please i how do i integrate tensoflow with the live preview?

Open BlueCatSoftware opened this issue 2 years ago • 2 comments

i want to run some object detection on the camera live feedback

BlueCatSoftware avatar Oct 16 '22 10:10 BlueCatSoftware

i'm also trying to do this. have you succeed?

davidZemingo avatar Dec 28 '22 12:12 davidZemingo

get the byte array from IPreviewDataCallBack and use this to train the model to detect it.

Like for face i used this logic to convert to actual bitmap NV21 https://github.com/jiangdongguo/AndroidUSBCamera/issues/336

percy-g2 avatar Jul 27 '23 01:07 percy-g2