AndroidUSBCamera
AndroidUSBCamera copied to clipboard
please i how do i integrate tensoflow with the live preview?
i want to run some object detection on the camera live feedback
i'm also trying to do this. have you succeed?
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