CameraX Stable API Part 1: Getting Started and Camera Preview Use Case

1 year ago
1

#java #codinglife #android #jetpack #camera

In this first part, I will show you to start the CameraX learning by covering the fundamental aspects of setting up a CameraX project and implementing the Camera Preview use case.

▬ Gradle Dependencies ▬▬▬▬▬▬▬▬▬▬

def camerax_version = "1.2.2"
implementation "androidx.camera:camera-core:${camerax_version}"
implementation "androidx.camera:camera-lifecycle:${camerax_version}"
implementation "androidx.camera:camera-video:${camerax_version}"
implementation "androidx.camera:camera-view:${camerax_version}"

▬ Related ▬▬▬▬▬▬▬▬▬▬
🎥 Previous Video: Camera X in Java | Image Capture, Video Capture, Image Analysis→ https://youtu.be/IrwhjDtpIU0
🎥 Next Video: Camera X Image Analysis Convert Realtime Preview To Grayscale In Java→ https://youtu.be/4vv2PtfdWRQ

▬Buy Me A Coffee:
https://www.buymeacoffee.com/codingreel

▬ Have a video request ? ▬▬▬▬▬▬▬▬▬▬
Any thoughts or suggestions are greatly appreciated. Also, you can request a video upon automation. Leave them in the comments below.
▬ More Videos On Android ? ▬▬▬▬▬▬▬▬▬▬
Make sure to hit like and subscribe button to learn more.
SUBSCRIBE for more tutorials on android application development and then automating the apps for CI/CD

https://bit.ly/2XmkEig

https://youtu.be/_sY8hoUeL-w

Loading comments...