Hi Nick, I’m new to your channel and I appreciate the videos you bring to us they are interesting informative and teach new innovative ways to learn new projects. I do have a request which is to consider making a 30-45 minute python crash course that covers the basics of python programming/or basics to get us started making projects in python etc
First, I pray you are faring better. Loss of a parent is difficult. Second. I want to use argparse to control my programs with mediapipe. Want to use different classes in my master program. TO do so, I think I need the IP_URL address for my web cam even though I have it connected by USB and oftentimes just use my continuity camera on my MAC. Can you suggest what the -I -input path would look like and how to find it? thank you.
Hi Nick. Thanks for the great tutorial. If I want to compare consecutive frames from camera and processing takes a little while, what happens when it comes to the next frame analysis? Does it start analyzing from the current frame and miss those passed during the analysis?
Thank you for the good video. I succeeded in connecting. But why is my screen black? Can't I connect to my Photo Booth in MacBook? Do I have to buy an external camera?
Video request: please show how to do an analysis on an image mask as a second level analysis. For example if it identifies a Red ball from a ball pit, is the red ball rough or smooth? A second tier level analysis? Also shape of the mask outline would be an interesting criteria as well or things like that.
thank you for your lecture wonder Start video recording key = 'F5' Video recording pause key ='F6' End section (off) key ='q' If you can tell me how to do it, thank you.
hello. At what point the physical camera start to work? i am try to precisely control the starting time of two identical cameras so they can be frame synchronized for stereo vision. first i would like do it by software. but i can also div the hard ware (the easist way should be starting the power supply at the same time by a shared switch).
How can I get a list of video devices connected included the camera? For instance: I would like to get a usb video capture conected. Thanks for help me.
It's a great video. Thank you for your sharing. I have a question. If the camera is connected through network interface card(Intel chip). what should I code it? Thank you.
I have a fisheye camera that has 7 different sources, each source representing a different angle. How can i make a control for it through my .py code so that, when i run this as a .exe file, i can choose which source to view?
Hi Nicholas, Excelent Video!! but i have a special question! what if I have a vcr recorder, and an easy cap, but i don´t have the correct program for the easy cap, can i choose this device to digitalize my vhs?! Please & TYSM!
dude, just discovered your channel and I'm amazed, :D you should do stuff on the jetson nano or raspberry pi. I mean, although is basically the same thing, it would be interesting on the limitations of the hardware and stuff you could do with it.
Thanks for the great tutorials, I have been following along but using Jupyter notebooks inside of VSCode but have noticed that when I use cv2.destroyAllWindows it fails to close the window unless I also add cv2.waitKey(1) after that line. I do use cv2waitKey() early in my code as part of the if statement which successfully ends the loop. Just wondering if this is a VSCode weirdness, not that it is a drama to add the extra line but I would just like to know what is causing this issue. Thank You
Please do a project on federated learning mate.apply the fed learning concept in medical data it will be helpful for my studies.i am commenting on every video 😅.
Good day sir, i have watch the yolo tutorial with pytorch on your channel... May i request simple video on how do we can deploy the code into app or web in real time.... some say that it can be done using flask.. 😅
Thanks for your Super and clear explanation.I've a question regarding text capture in an application in python.How can I identify name from the application image?
Great video Nick, Can you do a time series forecasting for attention based sequence to sequence model maybe sometime in the future, i really loved the stock prediction video using RL and i wanted to explore more models for Times series Forecasting. Thank you for uploading great Videos man.
This channel is exceptional! Could you also make a video on the new Pose Detection in the Google ML Kit, interested in how you would do it and your views on the new version :D
Hi nick! Thankful for your tutorials! I am following this but I am running Jupiter Notebook thru Docker and I have tried 1~10 for the VideoCapture and I can't seem to make it work. just tell's me "[ WARN:0@213.087] global /io/opencv/modules/videoio/src/cap_v4l.cpp (876) open VIDEOIO(V4L2): can't find camera device" ?
Sir if I convert the tensorflow transfer learning model into tensorflowjs. I get this error 💥This may due to the following reason: 1. The layer is defined in python, in which case it needs to be ported to tensorflowjs or your JavaScript code 2. The custom layer is defined in JavaScript, but is not registered properly with tf.serialization.registerClass Please 🙏 reply 😭
i have a doubt is there a chance that the index at which web cam is configured taht can channge once you restart the systems example if we can access the camera via cv2.videocapture(0) then post restart we are able to access the webcam by cv2.videocapture(1)
Doskonały film. Proszę, jaki jest najlepszy sposób na opłacalne inwestycje w handel kryptowalutami?
Hi Nick, I’m new to your channel and I appreciate the videos you bring to us they are interesting informative and teach new innovative ways to learn new projects.
I do have a request which is to consider making a 30-45 minute python crash course that covers the basics of python programming/or basics to get us started making projects in python etc
Quickly, Smart and Complet...!!! Thanks Nicholas
thank you so much, you always expland everything clearly!!! good job
Hi Nicholas, what model of webcam do did you use for this? The footage is quite good.
best tutorial over the internet
Happy Diwali Nick
Thank you for speeding the light of knowledge 🪔🤝🤝
Happy Diwali Adarsh!
Happy diwali Nick🎆✨🎇🪔🪔love from 🇮🇳 INDIA❤
First, I pray you are faring better. Loss of a parent is difficult. Second. I want to use argparse to control my programs with mediapipe. Want to use different classes in my master program. TO do so, I think I need the IP_URL address for my web cam even though I have it connected by USB and oftentimes just use my continuity camera on my MAC. Can you suggest what the -I -input path would look like and how to find it? thank you.
Hi Nick.
Thanks for the great tutorial.
If I want to compare consecutive frames from camera and processing takes a little while, what happens when it comes to the next frame analysis?
Does it start analyzing from the current frame and miss those passed during the analysis?
Amazing mate!! Extremely useful!
Thank you for the good video. I succeeded in connecting. But why is my screen black? Can't I connect to my Photo Booth in MacBook? Do I have to buy an external camera?
can you have a tutorial too how to access the depth camera and IR camera, like of what ScanMax M5 ToF camera capable of?
Video request: please show how to do an analysis on an image mask as a second level analysis. For example if it identifies a Red ball from a ball pit, is the red ball rough or smooth? A second tier level analysis? Also shape of the mask outline would be an interesting criteria as well or things like that.
thank you for your lecture
wonder
Start video recording key = 'F5'
Video recording pause key ='F6'
End section (off) key ='q'
If you can tell me how to do it, thank you.
hello. At what point the physical camera start to work? i am try to precisely control the starting time of two identical cameras so they can be frame synchronized for stereo vision. first i would like do it by software. but i can also div the hard ware (the easist way should be starting the power supply at the same time by a shared switch).
Please teach me how to freeze a model to convert into tensorflowjs
How can I get a list of video devices connected included the camera? For instance: I would like to get a usb video capture conected. Thanks for help me.
yes I want to do the same thing I can't find a tutorial
Happy Diwali Nick !!
Thank you Nick, very cool
Do you use jupyternotebook outside of computer vision? Like for example the work you do at IBM, is most of that done in jupyter?
thank you for diwali wishes sir you are a great teacher
It's a great video. Thank you for your sharing. I have a question. If the camera is connected through network interface card(Intel chip). what should I code it? Thank you.
what if my camera is connected via ethernet cable
Can you detect quiality of a fruit? i mean more than just classification but measure colour
I have a fisheye camera that has 7 different sources, each source representing a different angle. How can i make a control for it through my .py code so that, when i run this as a .exe file, i can choose which source to view?
Happy Diwali to you too
I cannot connect my camera to my google collar sheet? I already looked at stack overflow, but could not find a solution. Any ideas?
Got any errors for me?
cap=cv2.VideoCapture(0) is not working on my mac "kernel has died will restart automaticaly"
Please help
Hi Nicholas, Excelent Video!! but i have a special question! what if I have a vcr recorder, and an easy cap, but i don´t have the correct program for the easy cap, can i choose this device to digitalize my vhs?! Please & TYSM!
Can you tell me what brand webcam you used?
is it possible to display multiple cameras through python? could you teach us?
Can you used Baumer industrial camera using neoapi python ?
Please make a video about stereo camera and stereo vision
New projects kicking off in a few weeks!! Will take a look at the oakd maybe.
Happy Diwali bro god bless
dude, just discovered your channel and I'm amazed, :D you should do stuff on the jetson nano or raspberry pi. I mean, although is basically the same thing, it would be interesting on the limitations of the hardware and stuff you could do with it.
Want capture image from usb connected (baumer) camera helps me thank you
Thanks for the great tutorials, I have been following along but using Jupyter notebooks inside of VSCode but have noticed that when I use cv2.destroyAllWindows it fails to close the window unless I also add cv2.waitKey(1) after that line. I do use cv2waitKey() early in my code as part of the if statement which successfully ends the loop. Just wondering if this is a VSCode weirdness, not that it is a drama to add the extra line but I would just like to know what is causing this issue. Thank You
Happy Diwali! 🎆
Happy Diwali 🪔!!
Is there any way to improve OpenCV performance during ML predictions real time? Cause its laggy frames for my Intel laptop
Can you do a tutorial for uploading a model into a cv2 and run it with gui pyqt or tkinter? Thanks!
Video request:
please show tutorial on how Panoptic Segmentation works and implement to raspberry pi ?
Please do a project on federated learning mate.apply the fed learning concept in medical data it will be helpful for my studies.i am commenting on every video 😅.
How to display the time date in live webcam window
First thank you so much. With this code I can use any external camera not only the webcam?
no, this tutorial is not suitable for using an external camera
Good day sir, i have watch the yolo tutorial with pytorch on your channel... May i request simple video on how do we can deploy the code into app or web in real time.... some say that it can be done using flask.. 😅
Thanks for your Super and clear explanation.I've a question regarding text capture in an application in python.How can I identify name from the application image?
Great video Nick,
Can you do a time series forecasting for attention based sequence to sequence model maybe sometime in the future, i really loved the stock prediction video using RL and i wanted to explore more models for Times series Forecasting.
Thank you for uploading great Videos man.
Hi. I want to get name of webcams. Can you help me ?
Nice video, keep it up, thank you :)
Idk why but I tried 60 times and it still couldnt connect to my external camera?? please help
Can I access others devices?
Love you're videos
Can u make video on driver drowsiness using CNN...
is it possible to pay you for a project?
gr8 video.
i subscribed
This channel is exceptional!
Could you also make a video on the new Pose Detection in the Google ML Kit, interested in how you would do it and your views on the new version :D
Hi nick! Thankful for your tutorials! I am following this but I am running Jupiter Notebook thru Docker and I have tried 1~10 for the VideoCapture and I can't seem to make it work. just tell's me "[ WARN:0@213.087] global /io/opencv/modules/videoio/src/cap_v4l.cpp (876) open VIDEOIO(V4L2): can't find camera device" ?
Sir if I convert the tensorflow transfer learning model into tensorflowjs. I get this error
💥This may due to the following reason:
1. The layer is defined in python, in which case it needs to be ported to tensorflowjs or your JavaScript code
2. The custom layer is defined in JavaScript, but is not registered properly with tf.serialization.registerClass
Please 🙏 reply 😭
enjoyable 👍
beautiful
Ty
PERFEEEECCCTTTT
Can you add discord admin pls
i have a doubt is there a chance that the index at which web cam is configured taht can channge once you restart the systems example if we can access the camera via cv2.videocapture(0) then post restart we are able to access the webcam by cv2.videocapture(1)