When you first use the cvVideoCapture you'd notice that the result doesn't actually mimic your movements (especially if you're using a webcam) the reason is that generally you wouldn't need to use the mirrored results, but when you're testing it is much simpler to have the camera "follow" your movement, in other words mirror your view.
For this I used the flip(source,result,1), where 1 is to flip around the y-axis. Also the both the source and result need to be Mat (matrix) in order to work. The result is below
For this I used the flip(source,result,1), where 1 is to flip around the y-axis. Also the both the source and result need to be Mat (matrix) in order to work. The result is below
![]() |
| The word "PROGRESS" is mirrored |

No comments:
Post a Comment