I would like to use the front camera for face detection in tensorflow android demo. I managed to switch the camera to front but the detected bounding boxes are drawn incorrectly. Specifically i think they are inverted with respect to the screen. Can someone let me know where to change the orientation of the camera/ change other configurations to correctly draw the detections?
Thanks!