Hello pari lyiy I don't really understand what you want to do when you say generate a qr cdoe from a video ? Do you mean put a link video from youtube and generate the link ?
Hello Resparing, The main purpose of this tutorial is for people to learn how to do it and I believe the only way to lear and understand is to do it by your self, so this is why I'm not sharing the direct code on a git or something like that, bit feel free to rewritting my code and use it on your project :)
If I got time, I'll maybe make an update of this video and add the logo in the center but right now I got some other stuff to finish, but it's no exclude ^^
Hello Kenan, Zxing is open source so there is basically no limit for the usage. You can check their gitup if you are interested github.com/zxing I hope I answer your question :)
BarcodeWriter' does not contain a definition for 'Writer' and no accessible extension method 'Writer' accepting a first argument of type 'BarcodeWriter' could be found (are you missing a using directive or an assembly reference?)
Check this it might help : Did you install the plugin correctly ? Did you add the correct library ? Do you have the same code has me ? because a syntax error can cause your error
When you say bigger pixel do you mean a bigger qrcode ? cause if is that your are looking, you just need to increase the size of rawimage (SupportQRCodeGenerate) and you ll have a bigger qrcode
Hi Profesor. Do you have the script link? I have type the coding but stuff in the unity when adding the script in the component. It said my script class cannot be found. I have checked the syntax should be correct.
check if there is any script with the same name or is there any error that is preventing unity from compiling the script baseline the issue you are facing is due to fact that unity is not able to compile the scripts
Hi! Thx for tutorial ^_^ How can i scale QRcode (in my project i use Barcode 128) without loss of quality? 256x256 works good, but I need 250x90. QR image still works but quality is realy bad, and can't scan that QR
I never try to change to ratio of the QRcode and I don't think it ll work if you change this ratio... So sorry but right now I don't have a solution for you problem ...
Thx for the tutorial however I keep on getting an error can you help me with this one? NullReferenceException: Object reference not set to an instance of an object QrCodeGenerator.encodeTexttoQR () (at Assets/Script/QrCodeGenerator.cs:47)
Did you check if you drag and drop the _rawImageReceiver and the _textInputField in the inspector ? Also are you sure you have create a new texture for _storeEncodedTexture in the start function ? If you check everything and it good but still have the error can you give me the full error in the console plus the line of code corresponding
Excellent tutorial, we are looking forward to the next, reader QRcode. Thank you very much.
Very good Tutorial!! Thank you so much !
Прекрасний туторіал! Дякую)
You're welcome! ^^
hi thank you so much for this tutorial! i have a question. is there a way to generate a qrcode from a video?
Hello pari lyiy
I don't really understand what you want to do when you say generate a qr cdoe from a video ?
Do you mean put a link video from youtube and generate the link ?
you are the best
"CyberPunk" 2077 Views!
Anyways, amazing video!
Edit: Is there any way to download thee QR code that you made?
Hello Resparing,
The main purpose of this tutorial is for people to learn how to do it and I believe the only way to lear and understand is to do it by your self, so this is why I'm not sharing the direct code on a git or something like that, bit feel free to rewritting my code and use it on your project :)
@@elprofesorkudo I love that bro, there is no point in copying everything. not even analyzing the code.
very good tutorial
Bro I really liked your video but have you seen those QR codes where there is Brand logo in the centre How do we create that?
If I got time, I'll maybe make an update of this video and add the logo in the center but right now I got some other stuff to finish, but it's no exclude ^^
very good tutorial !!
But how can I save the QR codes in my local cache?
Thank you!
awesome
Hi, is the DLL free? Also, is there a dependency on any company or software developer?
Is there a time limit?
Hello Kenan,
Zxing is open source so there is basically no limit for the usage.
You can check their gitup if you are interested
github.com/zxing
I hope I answer your question :)
Thank you so much.
I got the answer to my question.👌
Hello!
do you know how to add custom logo at the center and corners of the QR similar to facebook's QR ?
BarcodeWriter' does not contain a definition for 'Writer' and no accessible extension method 'Writer' accepting a first argument of type 'BarcodeWriter' could be found (are you missing a using directive or an assembly reference?)
Check this it might help :
Did you install the plugin correctly ?
Did you add the correct library ?
Do you have the same code has me ? because a syntax error can cause your error
Gracias manito
Great, thanks
Nice video!!! But how can you use a bigger pixel version like 512x512? its not wotking only with 256x256
When you say bigger pixel do you mean a bigger qrcode ? cause if is that your are looking, you just need to increase the size of rawimage (SupportQRCodeGenerate) and you ll have a bigger qrcode
Hi Profesor. Do you have the script link? I have type the coding but stuff in the unity when adding the script in the component. It said my script class cannot be found. I have checked the syntax should be correct.
Helle FG Creates
Sorry I don't have any link :/
check if there is any script with the same name or is there any error that is preventing unity from compiling the script
baseline the issue you are facing is due to fact that unity is not able to compile the scripts
Hi! Thx for tutorial ^_^
How can i scale QRcode (in my project i use Barcode 128) without loss of quality? 256x256 works good, but I need 250x90.
QR image still works but quality is realy bad, and can't scan that QR
I never try to change to ratio of the QRcode and I don't think it ll work if you change this ratio...
So sorry but right now I don't have a solution for you problem ...
@@elprofesorkudo It's ok. I resolve my problem with changing UV Rect. TY
please send me the codes i am desperate
please send me the codes
Poggers
man has 69 subs
😏
lmao hhaha funny number
Thx for the tutorial however I keep on getting an error can you help me with this one?
NullReferenceException: Object reference not set to an instance of an object
QrCodeGenerator.encodeTexttoQR () (at Assets/Script/QrCodeGenerator.cs:47)
Did you check if you drag and drop the _rawImageReceiver and the _textInputField in the inspector ?
Also are you sure you have create a new texture for _storeEncodedTexture in the start function ?
If you check everything and it good but still have the error can you give me the full error in the console plus the line of code corresponding