I just released a follow-up video on implementing the photo-capturing feature based on this video! kzbin.info/www/bejne/goO6nISqrayYZqc
@yalcinozer44349 күн бұрын
I followed your tutorial and works perfectly. Better than Google docs actually, their docs is not clear.👍 I am really fluent in React Native but I had a long way ahead for Jetpack Compose
@henrik90811 ай бұрын
Can you make a video on Tensorflow + camerax with Jetpack compose and kotlin
@somchai194th Жыл бұрын
Very good and clear instruction now there is new version of CameraX version 1.3.0-rc01. Could you finish take photo and save in jpeg format in the Picture Gallery. Thank you in advance
@yanneckreiss Жыл бұрын
Thank you for your kind comment and very good idea! I will put it on my list for my next videos 🙂
@clementjoymasinamela4244 Жыл бұрын
I really enjoy your videos, very informative, keep them coming. Thanks.
@yanneckreiss Жыл бұрын
Thank you very much! That really motivates me 😊
@safionweb Жыл бұрын
Informative!
@RavleR Жыл бұрын
May I ask what theme is that?
@Landofcoding Жыл бұрын
Interesting video, keep the work up
@yanneckreiss Жыл бұрын
Thank you ! 🙂
@vukanimakhathini49049 ай бұрын
Can you make an image Analyis follow up for this, please 🙏
@yanneckreiss8 ай бұрын
I already have :) check out the linked video in the pinned comment
@erfan9925 Жыл бұрын
Great Video !
@ChristiaanHunter10 ай бұрын
thanks :)
@老謝 Жыл бұрын
Hi, is it possible that I forgot to import or include the dependencies for CameraViewModel? I keep getting an Unresolved reference error says "Unresolved reference: CameraViewModel"
@yanneckreiss Жыл бұрын
The CameraViewModel is no external dependency but a custom implementation. You can refer to the linked GitHub repository in the video description to take a look at it 🙂
@Andrea-ov3bf Жыл бұрын
Hi, Nice tutorial! I got one question: do you by any chance know how I should go about changing the preview size? Both the data stream to the surface and the view? I made some tries but could not do it. Thanks.