Hey Mark literally the library is amazing very nice job showing the power of it but i have some questions if you don’t mind
@user-wj8vu6ik1u3 ай бұрын
I'm gonna try it out soon. If it's fast and stuff (it looks like it is) and really lightweight, THANK YOU SO MUCH!!!! I can't believe just one person built this!!!!!!! This is amazing.
@_marcobaez3 ай бұрын
This is so AMAZING!!! I feel like I'm learning high-level stuff in such an accessible way! Thank you!
@notjustdev3 ай бұрын
Thank you! You are very welcome! 🙌
@osmankhalid2005 Жыл бұрын
Thank you for the tutorial. I tried to use this library last year, did multiple attempts but failed. Tried again this year, but again failed. Tomorrow I have a lecture to deliver and I saw your video. Followed the procedure, and again failed. Finally, when I changed my mobile, everything started working fine 🙂 However, your video is very useful to understand what exact steps to follow. Thank you!!
@EverythingIsMathandPhysics Жыл бұрын
Didnt understand
@arthurswanson32858 ай бұрын
What version camera are you using?
@harshapamnani46912 күн бұрын
Hello, the camera is not working in my simulator. What should I do? I'm using CLI
@nike101m6 ай бұрын
You used Expo setup. Can you please provide guidance on setting up React Native? I encountered errors while attempting to set it up.
@_marcobaez3 ай бұрын
Expo is the new and improved way bro, you should learn Expo instead
@Daaboo7 ай бұрын
Execution failed for task ':react-native-vision-camera:compileDebugKotlin'. when runing npx expo run:android. Is this only for iOS or?
@michaelh83166 ай бұрын
If you using Expo SDK51 The Error is because: 'react-native-vision-camera' does not support yet in Expo SDK51 (react-native 0.74) Solution: Change to Expo SDK50 (react-native 0.73) - step1: yarn add expo@50 - step 2: npx expo install --fix - step 3: npx expo run:android --device Hope it help someone
@capistor19 ай бұрын
Thanks so much for this detailed video. what if i want to create this app in react native cli? is there any thing that will change when building it there?
@notjustdev9 ай бұрын
There are a few difference but the overall app is not that different so you can do that
@vladimirvalko1108 Жыл бұрын
Actually, that bug with first render of a camera is about camera screen does not rerender when you confirm permission for usage of camera, got the same bug with expo camera in my project, so I had to закостылить this issue, since there is no solution for this 😢
@sivsovanpanhavorn629610 ай бұрын
Yes I have that issue too
@miaalison96983 ай бұрын
Hi, great video, thanks, I came with some isues. When I run the code 'eas' build for Android I came accross the error: The supplied phased action failed with an exception. Java(0) [Ln 1, Col 1] Error resloving plugin [id: 'com.facebook.react.settings'] A build operation failed. Do you know how to resolve it? Thanks.
@arthurswanson328510 ай бұрын
When referencing day11/camera route, both my emulator and loaded application on the android phone just spins (hangs)? Is there any other component needed to make the camera work?
@_marcobaez3 ай бұрын
Try testing removing a part of the code and back, check also with ChatGPT "Fix this code:"
@jonabzaker69897 ай бұрын
you use expo or cli?
@notjustdev7 ай бұрын
Expo
@MaverickDeveloper-n8y5 ай бұрын
How can i implement flip camera back and front
@_marcobaez3 ай бұрын
He shows in the video, changing "front" to "back" in the code
@MaverickDeveloper-n8y3 ай бұрын
@@_marcobaez I mean while recording the video
@BuddhadevHaldar-r5w8 ай бұрын
Hey dev i am in trouble please help..😢😢. My phone have 3 rear camera.1ultra wide 1 wide and 1 tele photo..and front camera 32mp wide and i can switch in 10mp also..device is s21 fe samsung .. but vision camera getAvailableDevice show me only 4 camera 2 front and 2 back telephoto not showing..but all 3 are workable..please help guys
@_marcobaez3 ай бұрын
I feel this is more of a documentation issue, I would check all their info on their webpage
@ludwigvillalba1886 Жыл бұрын
Pls add time stamps. almost 2 hours is too much ....
@_marcobaez3 ай бұрын
Don't take it as a one watch type videos, what I do is I follow along, if I can do 30 min here and there I eventually finish the video in 2-3 days. Think of it more like a class. It's so worth it if you get all the way through.
@mehdi_fadaei6 ай бұрын
Hello , for All Person how have this erro after installing Vision Camera: Could not get unknown property 'kotlin_version' just need to rename kotlinVersion from app\build.gradle' line: 3 to kotlin_version and it work