aribhs8 / DocCam

Document camera app for Android
0 stars 0 forks source link

Incorporate Bitmap Previews #36

Closed aribhs8 closed 3 years ago

aribhs8 commented 3 years ago

On the view recordings screen we have folder icons as placeholders for where the bitmap images for a preview of the video should be showing. Extract an image from the video to use as a preview bitmap image and place this into the view recordings layout. Also, use the bitmap from the last recorded image and make it appear on the recordings screen in place of the image icon placeholder.

aribhs8 commented 3 years ago

This feature has successfully been implemented into the project.