OpenCV TUTORIAL #3 How to Record Video in OpenCV & Python

preview_player
Показать описание
OpenCV with Python Series #3 : How to Record Video in OpenCV & Python

Install OpenCV for Python on your system:

Рекомендации по теме
Комментарии
Автор

To save a grayscale video in Windows 10 and Python 3.7, I added the clause "isColor=False" when constructing the following line: "out = cv2.VideoWriter(filename, video_type_cv2, fps, my_res, isColor=False)". Worked like a charm!
Also, good quality tutorial and demonstrations, I appreciate it.

leandrorampim
Автор

On to the next one in the series, Again thanks for putting in the work!

zeel
Автор

Thanku i was knowing opencv from last few year but i coud'nt get how to start recording.witg it tq very much i knew like screen recording and all but not webcam vedio

parthacodes
Автор

wow, should be incredible openCV image processing or computer vision working in a web app. it is a field to discover. nice work Bro. regards from colombia.

andresmauro
Автор

Thanks for the video explaination brother 🙏🙏🙏 these videos are really helpful

AbhishekSharma-uyzv
Автор

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.

dhxbcmd
Автор

Can you make a tutorial on how you can implement video from opencv to show on wepage in smth like flask, django or bottle. Great video btw!!!

markomaksimovic
Автор

hey its really nice that u guide us that greatly but im facing a prob, it is that how can i record a live streaming for a certain time lets say that the live streaming is on and i need a code that will record 3 minutes or any given time of the streaming and save that video then again record the streaming for 3 minutes and save it and so on while the streaming is ON, its my project can anyone help please ?

syedhussainshah
Автор

Is is possible to have a certain amount of time for your video to be recorded? like you want to record a 1-3 minutes video and then break the loop. Is is possible? Love you hear your feedback and how you do it :)

junejaysan
Автор

Thank you Justin. Is there any way to apply face recognition not by using the camera but in the screen?
For example when you're having a video call in WhatsApp Web and you want to run the program to recognise who's in the call

ManuCS
Автор

Can I use this records for IP camera ?

duygukocar
Автор

Hi, what do I need to edit to record video from a camera (not webcam)?
I know the IP of the cam, and I can transmit on the PC what it frames (I should save the video)

HollyDiFifa
Автор

Hi! Great video! how can I take a photo (take a snapshot) with my webcam and save it ?

patriciafranca
Автор

can you please say how the set a videorecording in particular x, y position of pyqt mainwindow

sarathkumar-gqbe
Автор

Hey thank you so much for sharing this amazing video. Does anyone know how to recorde audio along with video. I am able to record videos but it doesn't have any sound/audio in it. Thank you :)

krishnajoshi
Автор

Hi, great works. I use linux mint/ubuntu. Adding linux references beside mac & windows would be helpful for more and more people like me. Please consider. Thank you

ferdousazamkhan
Автор

Great video !! But there is a problem .... I dont know why i can save and play the video when using 480p, if i enter 720p or other else, it only save the output but cant play the video.
FOR THOSE WHO CANT PLAY THE VIDEO, TRY TO SET IT 480p MAYBE IT WILL WORK.

sz
Автор

Is it possible to do this on Jupyter Notebook? I tried to run this code on Jupyter notebook but it didn't work.

AarshiaDatta
Автор

how to change the directory to store the optput file.. also what is the default storage

mihirsamant
Автор

Hi, does this method saves audio as well?

sofiasilvestre