jhuckaby / webcamjs

HTML5 Webcam Image Capture Library with Flash Fallback
MIT License
2.5k stars 1.11k forks source link

IE 11 large capture with small display image is upside down #126

Open aBrookland opened 8 years ago

aBrookland commented 8 years ago

Hi,

I've noticed an issue in IE 11 when you choose a smaller display size than capture size the image is upside down.

This issue happens even with your demo page

It doesn't affect IE 9 or 10.

jhuckaby commented 8 years ago

Upside down? That's really bizarre. WebcamJS isn't doing anything with the image that would cause that. Can you try these other libraries and see if they have the problem in IE 11 as well?

I'm trying to determine if the upside down bug is in WebcamJS, or something strange with your Flash plugin in IE 11.

aBrookland commented 8 years ago

Hi,

I've checked out those libraries' demo pages:

Here's screenshots of them all:

1_flash_webcam_test

2_jquey_webcam

3_jpeg_camera

And here's screenshots of your demo pages

webcam_js_scaled

webcam_js_unscaled

I've got Internet Explorer 11.20.10586.0 Update Versions: 11.0.26

And Flash 20.0.0.228...

jhuckaby commented 8 years ago

Wow, that is really strange. Thanks for the detailed report. I'll check this out as soon as I can.