Remove cameraFacing definition in demo app

v2
Mattia Iavarone 6 years ago
parent 662641d6db
commit 6fe830df90
  1. 2
      MIGRATION.md
  2. 1
      demo/src/main/res/layout/activity_camera.xml

@ -52,6 +52,8 @@
- TODO: takeVideoSnapshot documentation - TODO: takeVideoSnapshot documentation
- New setVideoBitRate() and setAudioBitRate() (and XML too) options, accepting bits per second values. - New setVideoBitRate() and setAudioBitRate() (and XML too) options, accepting bits per second values.
TODO: document them TODO: document them
- Now default Facing value is not BACK but rather a value that guarantees taht you have cameras (if possible).
If device has no BACK cameras, defaults to FRONT.
TODO: revisit the demo app, change the controls appearance, add missing controls, TODO: revisit the demo app, change the controls appearance, add missing controls,
add all information from the VideoResult in the VideoPreviewActivity, same for pictures add all information from the VideoResult in the VideoPreviewActivity, same for pictures

@ -19,7 +19,6 @@
app:cameraExperimental="true" app:cameraExperimental="true"
app:cameraPlaySounds="true" app:cameraPlaySounds="true"
app:cameraGrid="off" app:cameraGrid="off"
app:cameraFacing="back"
app:cameraFlash="off" app:cameraFlash="off"
app:cameraAudio="on" app:cameraAudio="on"
app:cameraGestureTap="focusWithMarker" app:cameraGestureTap="focusWithMarker"

Loading…
Cancel
Save