Best tutor for android out now. You just fulfilled my wish to understand camera api's for compose. Thanks alot.
@CoderzF13 жыл бұрын
Someone was just asking about you the other day in Florians live stream. You are ALIVE!!!!!!! Good luck on the new freelance job.
@PhilippLackner3 жыл бұрын
I didn't go anywhere :D Thanks!
@mihirpaldhikar3 жыл бұрын
What a timing man! I was just gonna search this topic with jetpack Compose and here Philipp uploads it! 😆😂
@maskedredstonerproz3 жыл бұрын
superpowers man, superpowers
@josephofem54482 жыл бұрын
Hello Philip. Thanks for the amazing work you are doing on this space. This video could not have come at a better time. However, I am kinda stuck on how to run and stop the scanner on button events and also run the scanner for a given period of time before throwing a not found error. Once again, thanks a great deal
@VikramsinhChampavat3 жыл бұрын
Wowww. Yesterday I added this topic in my todo list for R&D for my ongoing project and today just got notified for this video. 😍😍 You're real Santa Claus for me 🎅🎅
@PhilippLackner3 жыл бұрын
Most welcome 😊
@VikramsinhChampavat3 жыл бұрын
@@PhilippLackner Hi sir, I just cloned the project from Git repo from the link given in description. Don't know why but it's not scanning any QR code even if I haven't changed a single line of whole the project Got solution after so much trials: Removing setTargetResolution line worked for me!!
@jesumolea3 жыл бұрын
@@VikramsinhChampavat I had the same problem, now it's working! Thanks 😄
@azizbekrasulmetov92933 жыл бұрын
@@VikramsinhChampavat Wow, thanks I was wondering why it is not working) It was throwing NotFoundException.
@raheemadamboev2 жыл бұрын
same, but why tho?
@kaychi93693 жыл бұрын
Great! KZbin is lacking of Android camera content
@yogeshmishra6025 Жыл бұрын
Hi Phillip, ImageAnalysys.Builder().setTargetResolution has been deprecated. Can you please explain how to use ResolutionSelector with ResolutionStrategy
@muhamadabdulaziz22102 жыл бұрын
hello philipp, i have a problem when i scan barcode code_128 that doesnt give me the result, i also input BarcodeFormat.CODE_128 in DecodeHintType, what should i do?
@PhilippLackner3 жыл бұрын
First
@AtulSharma-jr1mn3 жыл бұрын
After upload you are just revising your code as a viewer 😂😂
@kesavguru4153 жыл бұрын
😂😂
@stonedcodingtom9097 Жыл бұрын
🗿🗿🗿
3 жыл бұрын
It has been very didactic, congrats Philipp.
@vildanvinanda59192 жыл бұрын
thank you very much for the video philip, can you make us a video how to enter data in the qr code and the qr code is stored in firebase and when scanned it will display the stored data
@tic-tech-toe53942 жыл бұрын
I wanted to navigate to another screen through navigation controller. it goes to that screen but the functionality doesn't work as expected on that screen. and the design is also not properly shown. Can you make a tutorial about navigating to another screen after successfully scanning the qr code?
@terencejumba19393 жыл бұрын
nice tutorial man, this is a life saver👊🏾
@vengateshm21223 жыл бұрын
Very useful. It is called as zebra crossing library.
@AtulSharma-jr1mn3 жыл бұрын
Others: I am first, I am first Philipp: Don't underestimate the creator 😂
@rahul_spawar Жыл бұрын
Heyy Philip, I'm coming back here cz I thought I break my code but for some reason this solution is not working on Pixel 6A, I installed the same repo from github, It's working on emulator, on my OnePlus but not on Pixel, I tried updating zxing library version and other solution but nothing is working. Can you please help.
@ryszardmachmudow91752 жыл бұрын
Unfortunately it does not work. I even imported your project, did not any changes in the code and all the time have the following error: W/System.err: com.google.zxing.NotFoundException. Do you know how to bind to bottom sheet lifecycle?
@priyanshuborole82288 ай бұрын
Did you found any solution?
@marcopierucci93332 жыл бұрын
This is great, but could you share a tip or where to look for rotation PlanarYUVLuminanceSource or BinaryBitmap? So it can work on portrait as well
@SobhanEsmaeili Жыл бұрын
i have the same problem did you find anything? if you find anything, please let me know
@bboydarknesz3 жыл бұрын
so confuse actually, rarely playing with this stuff. but thank you for documented this!
@akashkroy3 жыл бұрын
Getting this error: Cannot access class 'androidx.compose.ui.Alignment.Horizontal'. Check your module classpath for missing or conflicting dependencies. Not able to find a solution.
@tiagooorocha9 ай бұрын
for barcode is the same? instead of qrcode
@brgame83 жыл бұрын
Great video here,. I actualy Search how to build qr code scanner a long ago,. And endup with mlkit + camera x,. With kotlin xml,. Now the problem is here,. Which is better using zink lib or MLKit? And can you make video how to build qr code scanner using MLkit with compose? Anway,. Big thanks for your video this time, 😁
@lutfiikbalmajid2 жыл бұрын
BoofCV the best one, try it
@lutfiikbalmajid2 жыл бұрын
I am try both, for performance usage boofCV are best between ZXing and MLkit
@brgame82 жыл бұрын
@@lutfiikbalmajid thanks for the infomation,. is boofcv support compose right now?
@lutfiikbalmajid2 жыл бұрын
@@brgame8 i am now learninh using Jetpack Compose, and probably will trying to work with BoofCV using composr. Perhaps its work. My concern, for smartphone under 2019, so laggy, because both MLkit & boofcv is working threads, depending on RAM & CPU
@pejmanazad58522 жыл бұрын
@@lutfiikbalmajid how much increase the apk size?
@fahimafridi44038 ай бұрын
Anyone can help: A am stuck in val preview = preview.Builder().build Here Builder() is red coloured, it says add library 'gradle:junit:junit:4.13.2' to classpath I did, but wont proceed. Plzz help anyone
@bayudwisaputra93 жыл бұрын
is it possible to scann qr code from image file?
@ChrisAthanas2 жыл бұрын
Gotta limit the camera resolution by adding this to the AndroidView in the MainActivity: .setTargetResolution( Size( 640, // previewView.width, 480, // previewView.height ) )
@tkm40792 жыл бұрын
Many thx
@maryshaghaghi725711 ай бұрын
thanks a lot 😃
@damianviltres22022 жыл бұрын
I'm trying this project in a device android 10 and It doesn't work. I got this error ( Access denied finding property "persist.vendor.camera.mi.cameraid"). I didn't find any solution yet to fix this issue. Thanks
@Volodymyr485 Жыл бұрын
Hi Philip! We don't need a list of supported image formats and the if block because the image always has the YUV_420_888 format ("The image provided has format YUV_420_888." - from documentation)
@harisai35802 жыл бұрын
M app keeps crashing, its not opening. I did whatever you did bro, Will there be any problem from dependencies side
@ubersticks3 жыл бұрын
Thanks Philipp this was interesting and helpful.
@PhilippLackner3 жыл бұрын
Glad you enjoyed it
@ABCXYZ-c4g Жыл бұрын
Great Video but somehow it's giving some integer code(e.g. 10172681) while scanning QR Code in Lenovo Tab M10 Plus 3rd Gen (TB125FU). Any solutions?
@sauravsharma78023 жыл бұрын
Hey can you make any type of app full development from login to end in kotlin
@khurramshahzad23082 жыл бұрын
How to turn on the flash light in this tutorial?
@kigaming1813 Жыл бұрын
Hi bro, I didn't think to combine your code with viewmodel, is that possible? and is your code in accordance with the rules? sorry I'm a beginner here
@ASahutheMakeshifter2 жыл бұрын
It does not scan>> i followed the same steps and everything. can anyone help.
@dariavasiliev5252 жыл бұрын
Do you get any Errors? Had a Problem with some Devices, getting a "NotFoundException" (OnePlus Android v11/12 worked fine, but Xiaomi A v10 and Pixel 6 v13 didn´t) Tried the Solution from @Jari R (Down below in the last comment - Removing the TargetResolution) and it finally works now :)
@kikkichen15412 жыл бұрын
@@dariavasiliev525 Great, it also solved my NotFoundException problem, although I don't know what is behind it.
@santiagoorozcoguayara828 Жыл бұрын
Thanks bro@@dariavasiliev525
@johndominicjasmin3 жыл бұрын
thank you so much
@hoangson12073 жыл бұрын
can you publish 1 video tutorial about KMM?
@jjongim39563 жыл бұрын
HI ! Thanks a lot for your help^^ Do you have any plans for nfc hce video?
@rohanpatil84173 жыл бұрын
25:45 It says "Java Sucks"😂
@ataulhaque19472 жыл бұрын
Not Working
@diorgenesorlando4285 Жыл бұрын
your reppo havn't the full code
@StormChild2 ай бұрын
It has, but not in the 'Master' branch, but under 'App'.
@austincolburn49083 жыл бұрын
What do you feel is the best place to start learning Android development?
@PhilippLackner3 жыл бұрын
My channel
@dansonmwangi56602 жыл бұрын
@@PhilippLackner I couldn't agree more.
@adamfatyga7977 Жыл бұрын
It reads only QR? How about barcode?
@santiagoorozcoguayara828 Жыл бұрын
You can send any formats that support zxing like public enum BarcodeFormat { /** Aztec 2D barcode format. */ AZTEC, /** CODABAR 1D format. */ CODABAR, /** Code 39 1D format. */ CODE_39,
@Ah95ed2 жыл бұрын
How to read Barcode
@dairondanilo6067 Жыл бұрын
Do it on kotlin multiplataform please!!!!
@LazyTram9112 жыл бұрын
It's awesome, but not working now. Maybe some problems with dependency(
@nguyenucthinh96062 жыл бұрын
How to detect 4 points of qr code in screen?
@sijanneupane Жыл бұрын
done and dusted!
@abhirrup93patra Жыл бұрын
can u tell how to develop an ocr scanner for passport scanning?
@karthikramachandran56023 жыл бұрын
Why did you not use ML kit sdk it also offers scan barcode/qr code
@PhilippLackner3 жыл бұрын
why would you use something that costs if you can get the same for free?
@karthikramachandran56023 жыл бұрын
ML kit sdk is free.Firebase mlkit is no longer there which used to cost.
@samwise16883 жыл бұрын
Lol. In my country it is demanded to enter public places showing your qr code which confirms that you did vaccination(with sputnik v ofc). Who are you working for lol
@azizbekrasulmetov92933 жыл бұрын
Its throwing exception
@kesavguru4153 жыл бұрын
Make screen recorder app in kotlin 😄
@shahabsaalami4574 Жыл бұрын
There aret too many advertisment when whatchin this vido :|
@PhilippLackner Жыл бұрын
Luckily you can always choose whether to watch or not to watch a free video 😄
@shahabsaalami4574 Жыл бұрын
@@PhilippLackner unfortunately you are awesome 😁, I have to watch your videos
@StormChild2 ай бұрын
@@shahabsaalami4574 KZbin Premium is the way to go to support the creators and being free from those pesky ads! ;))
@Ilamarea2 жыл бұрын
I was getting a 'missing method' crash with v 1.2.0-alpha04 at 'ProcessCameraProvider.getInstance(context)' Stick with 1.1.0 Java sucks
@hououinkyouma77502 жыл бұрын
it not working on me.... W/System.err: com.google.zxing.NotFoundException
@krlos99252 жыл бұрын
Same error, could you solve it?
@JorgeSotoRamos Жыл бұрын
@Jari R This really works I hope it doesn't fail or that it solves one more way it was soon 👍👍
@alexandrejacinto886 Жыл бұрын
The solution from Jarir works!
@nurhidayatdroid8892 Жыл бұрын
@jarir8547 Thanks bro
@ducthinhtrai Жыл бұрын
@@alexandrejacinto886 What is the solution? Looks like some Jarir guy's comment was deleted. And I'm having the same issue