Sooo much good info here! Thank you for making this easy! I was able to drop this right into my project! :)
@krbtube2 жыл бұрын
Thanks super helpful! Great way to break this complex topic down and make it easy to understand.
@alexnovikov1609 Жыл бұрын
Great tutorial. Thank you! I went through it from cover to cover. Everything works great with the latest versions of the libraries at the moment except one thing: "Unresolved reference: shutdown" for the line "cameraExecutor.shutdown()". Any ideas how I can solve this?
@Ulkan1172 жыл бұрын
Thanks a lot ! Clear and clean !
@RC-gt5om2 жыл бұрын
Great tutorial! Thank you!
@EmanNollase2 жыл бұрын
great tutorial! question, how do you enable/disable torch? thanks
@hinocenciopaulo2 жыл бұрын
Beautiful
@shkiper1232 жыл бұрын
@Kilo Loco is there any posibilities to add blur to camera preview?
@howididit9172 жыл бұрын
You could use the accompanist permission package for requesting permissions in compose
@bahromkomilov232 жыл бұрын
🔥🔥🔥
@stayavolkov952 жыл бұрын
Hello bro. Could you make a similar video on how to record video in a jetpack compose?
@sb-cr4wu Жыл бұрын
great video thanks. If I want a button to switch between front/back cameras I can change CameraSelector in onClick on a button but how does that work with the LaunchedEffect? Thanks...
@sb-cr4wu Жыл бұрын
it seems to work by changing lensFacing to: var lensFacing by remember {mutableStateOf(CameraSelector.LENS_FACING_BACK) } but not sure if this is acceptable as a beginner
@conorsmall13732 жыл бұрын
legend
@joeharbaugh97522 жыл бұрын
i like your channel and your presentation style. can you do a video on TextEditingController in flutter? also a vid on keys and global keys in flutter? thnx
@HuiYoo2 жыл бұрын
A quick warning. If it looks like the above code is not working then it likely that you are running an Android 12 emulator. At the time of this comment, there is a bug where Android 12 emulators do not trigger the takePicture function.