Skip to content

Commit 9894f5d

Browse files
committed
Add README for Camera2 samples.
1 parent cbf500d commit 9894f5d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

samples/camera/camera2/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
This is a catalog of camera2-specific APIs to demonstrate the usage and capabilities of the API.
44

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
613
714
Check out our guides at https://developer.android.com/training/camera2
815

samples/camera/camera2/src/main/java/com/example/platform/camera/imagecapture/Camera2ImageCapture.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ import kotlin.coroutines.suspendCoroutine
5656

5757
@Sample(
5858
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 " +
6060
"into a JPEG container.",
6161
documentation = "https://developer.android.com/training/camera2/capture-sessions-requests",
6262
tags = ["Camera2"]

0 commit comments

Comments
 (0)