Output comes as mirrored image using SIP Sorcery Image streaming #679
Unanswered
jadavparesh06
asked this question in
Q&A
Replies: 1 comment
-
Mirroring from webcams is common but it's strange for a bitmap. Often with bitmaps you can get a vertical flip due to the way differnt operating systems store them. For example Windows stores bitmaps starting from the bottom right pixel. I can't help much with what could be causing the problem but perhaps you can use the .NET image rotateflip function to deal with it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello I am using the WebRTC GetStarted example code and instead of the test pattern, I am trying to stream a bitmap image. so before streaming the image shows correctly. but when it gets streamed at client side the result shows mirror effect. means the image is flipped on the client side like how we see it in mirror. whatever is on left shows on right and vice versa.
Any idea what is causing this problem?
Beta Was this translation helpful? Give feedback.
All reactions