Josh Beckwith
Josh Beckwith
I'm running this code in a chrome app and it has successfully changed the camera. ``` var constraints = { audio: false, video: { mandatory: {}, optional: [] } }...
This totally ignores the flash interface, though...
Use quotes. `mandatory: {facingMode: { exact: "environment" } }`
Do you actually need flash support? The constraints won't affect the flash cam at all. If you don't need flash, then you can use the native getUserMedia method for getting...
This change doesn't require you to use a module loader. It's totally optional. I wrote the test with modules because I wanted to be sure it worked. The module loader...
Yeah, it's definitely something for a major release. For now, though, I recommend removing the module-compatibility block because it breaks the flashNotify interface.
I hadn't tried multiple webcams, but it should be possible. You will need to update the `snap` method. You can either cache a reference to the flash movie element, or...
Not directly, but there are options out there for recording. https://developer.mozilla.org/en-US/docs/Web/API/MediaStream_Recording_API https://github.com/muaz-khan/WebRTC-Experiment/tree/master/RecordRTC
We will need more than just a title... what is your goal? What have you tried?
It would be really nice to include this since it's basically the only situation I use shaders in