How to flip the image projected on the screen holizontally
I put the camera on the top of the tablet and point the camera inwards. (We use as so-called in-camera)
In that case, I want the image projected on the tablet screen to be flipped horizontally.
Please tell me how to set the horizontal flip.
-
There is not a mirror flip function built into the RealSense SDK, but it can be done with the OpenCV software (which the SDK fully supports through its OpenCV 'wrapper') with a function called flip. Please Google for 'opencv flip horizontally' for more details. Here is a video tutorial I found from such a search.
https://youtube.com/watch?v=At-Fb3QI1RY&t=101s
-
I hope that the Java example program in the link below for accessing Flip in OpenCV will be helpful.
https://www.programcreek.com/java-api-examples/?class=org.opencv.core.Core&method=flip
Please sign in to leave a comment.
Comments
3 comments