File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
src/main/java/com/example/platform/camera/imagecapture Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This is a catalog of camera2-specific APIs to demonstrate the usage and capabilities of the API.
4
4
5
- > 🚧 ** Work-in-Progress:** we are working on brining more existing and new samples for camera2
5
+ - [ Camera Preview] ( ) :
6
+ Demonstrates displaying processed pixel data directly from the camera sensor to the screen using Camera2.
7
+ - [ Image Capture] ( ) :
8
+ Demonstrates how to capture an image using Camera2 and encode it into a JPEG container.
9
+ - [ UltraHDR Image Capture] ( ) :
10
+ Demonstrates how to capture a 10-bit compressed still image and store it using the new UltraHDR image format using Camera2.
11
+
12
+ > 🚧 ** Work-in-Progress:** we are working on brining more existing and new samples for camera2, and soon, CameraX as well
6
13
7
14
Check out our guides at https://developer.android.com/training/camera2
8
15
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ import kotlin.coroutines.suspendCoroutine
56
56
57
57
@Sample(
58
58
name = " Image Capture" ,
59
- description = " This sample demonstrates how to capture and image using Camera2 and encode it " +
59
+ description = " This sample demonstrates how to capture an image using Camera2 and encode it " +
60
60
" into a JPEG container." ,
61
61
documentation = " https://developer.android.com/training/camera2/capture-sessions-requests" ,
62
62
tags = [" Camera2" ]
You can’t perform that action at this time.
0 commit comments