infusion / jQuery-webcam

A webcam wrapper plugin for jQuery
http://www.xarg.org/project/jquery-webcam-plugin/
517 stars 272 forks source link

Reverse Webcam Output #16

Closed drewww closed 12 years ago

drewww commented 12 years ago

Normal webcams flip the output around the vertical access so moving left in front of the webcam actually moves you left on screen. This is way more natural and it would be awesome to have this. It's easy to do when exporting, but the value of having things flipped is on the live streaming side, not the capture side. I don't have an AS workflow setup, but something like this: http://www.actionscript.org/forums/showthread.php3?t=152236 shouldn't be too hard?

I'm honestly a little astonished this isn't a native option on the camera object. Maybe it's been updated since that thread discussed it many years ago? Didn't see anything obvious in the Camera docs, though.

drewww commented 12 years ago

Ugh, double post. Sorry.