Android Jetpack: Understand the CameraX camera-support library (Google I/O'19)

  Рет қаралды 46,963

Android Developers

Android Developers

Күн бұрын

Learn how to get started with the new CameraX support library in Jetpack, which provides the best support across a wide selection of Android Camera hardware with minimal effort to integrate machine learning.
Watch more #io19 here:
Android & Play at Google I/O 2019 Playlist → goo.gle/2GRWlQh
Google I/O 2019 All Sessions Playlist → goo.gle/io19allsessions
Learn more on the I/O Website → google.com/io
Subscribe to the Android Developers Channel → goo.gle/AndroidDevs
Get started at → developer.android.com/
Speaker(s): Vinit Modi, James Fung, Franklin Wu, Trevor McGuire
T8D400 event: Google I/O 2019; re_ty: Publish; product: Android - Jetpack; fullname: Vinit Modi;

Пікірлер: 33
@DarrinSmith1
@DarrinSmith1 5 жыл бұрын
What about video? Any examples for using CameraX with video recording coming?
@khaldounal-nuaimi3594
@khaldounal-nuaimi3594 4 жыл бұрын
I recently used the camera 2 API to build a camera app as part of a university project. I hated every bit of the development process. First of all there are alot of things to account for, i want to develop i a camera app i really don't need to have 2 classes to query the device about its screen size and its resolution output. The one thing that bugged me the most is consistency. I tested the camera app on an HTC u11, samsung note 9, and google pixel 1. unsurprisingly everything worked fine on the pixel BUT the front camera straight up refused to work on the note and the flash refused to work on the htc. After this project i fully understand why instagram and snapchat uses to capture a screen view instead of a photo straight from the sensor. developing android camera app that works well across every android device is semi impossible.
@ivanocj
@ivanocj 5 жыл бұрын
This is amazing! Congrats to the team responsible for CameraX on Google.
@totallynotabot151
@totallynotabot151 5 жыл бұрын
Camera2 API was a disaster. Not too hopeful about CameraX - they still like to throw in lots of helper classes for specialized use cases instead of covering the most common uses with defaults. E.g. why not just pass a SurfaceView reference to the builder for the preview destination? Was there a need to introduce a new ImageProxy class instead of using existing ones? And if so, why not place useful methods in it, e.g. rotate & crop the image?
@alwayz247
@alwayz247 4 жыл бұрын
How come Google Pixel devices don't have full CameraX support? Why can I not use Google Camera's night mode (Night Sight) by using CameraX API?
@realcrys
@realcrys 5 жыл бұрын
I just spend a day today trying to bring camera2 to live for my image analysis demo app. Was a wasted day. Thank you so much.
@pemadechen9901
@pemadechen9901 5 жыл бұрын
I m just glad I m understanding what is being said .the very fact is making me feel happy😄😄😄
@lotfii
@lotfii 5 жыл бұрын
So will we eventually se improvement on Instagram stories camera?
@cruxinterfaces
@cruxinterfaces 4 жыл бұрын
Very informative and well done, we will be at Knowledge Fest Thank you for the content
@xreasezanmoody7633
@xreasezanmoody7633 5 жыл бұрын
I have no idea what this is but I sat through the whole video real interested😐.
@karatuno
@karatuno 5 жыл бұрын
are the vendor extensions working right now?
@MauriceWilliams
@MauriceWilliams 2 жыл бұрын
Wow! CameraX is impressive!
@scottbiggs9846
@scottbiggs9846 3 жыл бұрын
Hmmm, is it just me, or does the code not even come close to compiling (even after updating the gradle, etc.). The first line at 9:59--PreviewConfig doesn't have a Builder() element. I'm guessing that the libraries have already changed so much that these examples are obsolete. If so, how about an update?
@user-ud1gn5us4i
@user-ud1gn5us4i 5 жыл бұрын
address to download the keynote?
@mohammadsajibalseraj9813
@mohammadsajibalseraj9813 2 жыл бұрын
Does Pixel 5a support CameraX vendor extension?
@WaqasAli-ce2qc
@WaqasAli-ce2qc 4 жыл бұрын
Well its a really Good Effort by Android but there are still things that needed to be focused on. As there is a flipping issue on front camera, there must be a feature to easily turn on and off mirror image. Also in this api front camera crashes.
@norlesh
@norlesh 4 жыл бұрын
Can anybody comment on whether or not CameraX is able to access front and back camera's concurrently on devices who's hardware supports it?
@lynetteford6063
@lynetteford6063 3 жыл бұрын
I am a desperato which textbook can I learn this from I look through computer programming ,cobol language I look like you must know programmer to know what your doing theses books really difficulted I guess I won't be taking any picture on my phone.
@ptdong
@ptdong 2 жыл бұрын
How to use camerax with external camera??
@UsmanAli-gb4bn
@UsmanAli-gb4bn 4 жыл бұрын
i just loved this API
@lynetteford6063
@lynetteford6063 3 жыл бұрын
Is there a textbook or what.
@mortezamaghrebi9560
@mortezamaghrebi9560 3 жыл бұрын
excellent
@brijeshmorya9737
@brijeshmorya9737 Жыл бұрын
amazing
@mamitripathy6402
@mamitripathy6402 3 жыл бұрын
He it is not easy..to use... No proper documentation is there ... I am finding touchtofocus feature in camerax no documentation is therefor that
@Pulkit__7
@Pulkit__7 5 жыл бұрын
Now atleast Snapchat app can be improved, only if there engineering team works on this.
@chrislagos44
@chrislagos44 5 жыл бұрын
Why are they showing an API thats in alpha
@AlejandraStamato
@AlejandraStamato 5 жыл бұрын
So you can use it and report bugs and suggest tweaks yourself. Be a part of it!
@garrettkajmowicz
@garrettkajmowicz Жыл бұрын
Because they haven't deprecated it yet.
@fedeuribito
@fedeuribito 5 жыл бұрын
Good job Camera X is much better than Camera2
@hugosalazar6911
@hugosalazar6911 5 жыл бұрын
thats the all point
@AlejandraStamato
@AlejandraStamato 5 жыл бұрын
Camerax is a layer on top tho😀 achieving things with camera 2 alone was quite painful
Kotlin under the hood: Understand the internals (Google I/O'19)
40:46
Android Developers
Рет қаралды 46 М.
What's new in Android Studio UI design and debugging tools (Google I/O'19)
36:49
Super gymnastics 😍🫣
00:15
Lexa_Merin
Рет қаралды 108 МЛН
FOOLED THE GUARD🤢
00:54
INO
Рет қаралды 62 МЛН
Increíble final 😱
00:37
Juan De Dios Pantoja 2
Рет қаралды 108 МЛН
Sigma Girl Past #funny #sigma #viral
00:20
CRAZY GREAPA
Рет қаралды 24 МЛН
VR and AR at Google (Google I/O '17)
36:54
Google for Developers
Рет қаралды 168 М.
What’s New in ARCore (Google I/O'19)
38:16
Google for Developers
Рет қаралды 68 М.
Android Camera2 API by Huyen Tue Dao
47:29
GDG Boulder
Рет қаралды 27 М.
Dark theme & gesture navigation (Google I/O'19)
41:20
Android Developers
Рет қаралды 38 М.
What's new in ConstraintLayout (Google I/O'19)
35:02
Android Developers
Рет қаралды 33 М.
What's new in AR (Google I/O '18)
38:39
Google for Developers
Рет қаралды 146 М.
Google I/O 2018 highlights: Android P, Google Lens and AI
22:54
What’s new in Android machine learning (Google I/O'19)
42:35
Android Developers
Рет қаралды 19 М.
Understand Kotlin Coroutines on Android (Google I/O'19)
37:49
Android Developers
Рет қаралды 173 М.
iPhone 12 socket cleaning #fixit
0:30
Tamar DB (mt)
Рет қаралды 52 МЛН
Хотела заскамить на Айфон!😱📱(@gertieinar)
0:21
Взрывная История
Рет қаралды 4,1 МЛН