Hello Sergey,
I wonder if you have the mirror mode in camera component and how to set it.
thank you
Is RVMedia support camera mirror mode
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Is RVMedia support camera mirror mode
TRVCamera has FlipHorizontally and FlipVertically properties, but they work only for IP-cameras that support this feature natively (and if there is enough access rights). Currently, RVMedia supports flipping only for Foscam IP-cameras.
For all other video sources, the only way for mirroring video is manual processing of video frames. In TRVCamera.OnGetImage event, modify a video frame stored in the img parameter.
For all other video sources, the only way for mirroring video is manual processing of video frames. In TRVCamera.OnGetImage event, modify a video frame stored in the img parameter.
-
- Posts: 9
- Joined: Fri Nov 19, 2021 5:23 am
Re: Is RVMedia support camera mirror mode
Do you have an example?