Skip to content

Update camera example to show all capture types (Bug HMT-5460)#11

Merged
AllisonRealwear merged 2 commits intointegrationfrom
HMT-5460
Apr 28, 2021
Merged

Update camera example to show all capture types (Bug HMT-5460)#11
AllisonRealwear merged 2 commits intointegrationfrom
HMT-5460

Conversation

@MrKieren
Copy link
Copy Markdown
Contributor

Updated the camera example to show how to capture:

  • Photos where the camera returns a bitmap
  • Photos when the app passes a content provided URI to the camera to write the file to
  • Videos where the camera creates the file and passes it back to the calling app
  • Videos where the calling app creates the file and passes it to the camera to write the video to

Updated the camera example to show how to capture:
* Photos where the camera returns a bitmap
* Photos when the app passes a content provided URI to the camera to write the file to
* Videos where the camera creates the file and passes it back to the calling app
* Videos where the calling app creates the file and passes it to the camera to write the video to
android:text="@string/camera_button_bitmap_photo"
android:textSize="18sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/fpBtn" />
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like your constraints still have references to the old id names (fpBtn and BasicBtn)

@AllisonRealwear AllisonRealwear merged commit 6059f13 into integration Apr 28, 2021
@AllisonRealwear AllisonRealwear deleted the HMT-5460 branch April 28, 2021 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants