Skip to content

v1.1.0

Compare
Choose a tag to compare
@teckel12 teckel12 released this 03 Aug 20:08
· 20 commits to master since this release
  • Adds option to cycle through the available cameras (if more than one camera is available)
  • New emitted value videoDevices, which is an array of camera devices available to the browser (can be used to select the desired camera device via deviceIndex prop)
  • New emitted value cameraDetails, which is a dump of the camera device details (useful for debugging)
  • New prop deviceIndex which can be used to select the index of the camera device to use (get the camera device array from the videoDevices emitted value)
  • Demo updated to show additional features
  • Various bug fixes and enhancements