I was wondering if there is a way to record video from a USB webcam to a .avi file (including sound). I know how to view video and capture screenshots, but I'd like to be able to record a section of video. If there really isn't then is there a way to take a series of images and audio and compile them into a video file? The reason for this project is to make AI accessible video logs. Let me know.
blaze423 0 Newbie Poster
Recommended Answers
Jump to Postdoes python got a module for that?
Jump to PostTry this links
http://www.jperla.com/blog/2007/09/26/capturing-frames-from-a-webcam-on-linux/
for linuxas tonyjv provided
http://technobabbler.com/?p=22
for windows
Jump to PostI'm not sure about python itself doing it, but the way I would approach it would be to use an external program to do the actual video encoding. You could call it from python after you saved as many image files you wanted with your method of grabbing the images.
…
All 9 Replies
TrustyTony 888 ex-Moderator Team Colleague Featured Poster
blaze423 0 Newbie Poster
marekbar218 0 Newbie Poster
richieking 44 Master Poster
SgtMe 46 Veteran Poster Featured Poster
richieking 44 Master Poster
amysmith28 0 Newbie Poster
Tech B 48 Posting Whiz in Training
ashely97 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.