jacobbo / WebEye

WebEye is a collection of .NET controls.
190 stars 132 forks source link

image is horizontally flipped #82

Open ckrc opened 4 years ago

ckrc commented 4 years ago

Hi @jacobbo I have noticed the preview image from my integrated camera got flipped horizontally. See below.

Capture

This is from the Camera app from Windows 10 which is correct Capture1

I am also testing another camera which I turn my iphone into a webcam and this is showing correctly. Capture2

Could you please share your thoughts?

ckrc commented 4 years ago

Testing WebEye with two camera, the integrated camera has the flipped image while the EpoCam hasn't. This is strange... Please help

jacobbo commented 4 years ago

Hello, can you send me the version of the control you are referring to?

On Fri, 1 May 2020 at 13:31, Robert Chan notifications@github.com wrote:

Testing WebEye with two camera, the integrated camera has the flipped image while the EpoCam hasn't. This is strange... Please help

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jacobbo/WebEye/issues/82#issuecomment-622369209, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAN57QD4T5VJOKAQU3XM3WTRPK6KNANCNFSM4MXCEQLQ .

ckrc commented 4 years ago

Capture5

Thanks @jacobbo

ckrc commented 4 years ago

Just to give you a bit more info, I am using a Dell XPS 15 laptop, I think its 2018 version

jacobbo commented 4 years ago

I'm afraid the only quick option for you would be to flip the image from the integrated camera either by using WPF tools or Bitmap.RotateFlip.

ckrc commented 4 years ago

@jacobbo Yes which I have done that but I don't know if this will happen to all Integrated cameras. I want to avoid flipping the image for the corrected ones

jacobbo commented 4 years ago

Normally, the flipping should not be happening. Add a user configurable setting to you application to enable/disable flipping.

ckrc commented 4 years ago

Thanks @jacobbo I have already added the button to enable / disable flipping. If you are able to fix this weird issue. Please do let me know.

Thanks for your help