save a picture
-
how can i save a picture captured by webcam
-
how can i save a picture captured by webcam
naghoumeh14 wrote:
how can i save a picture captured by webcam
By writing it out as a series of bytes to a storage medium. You'll have to be more specific to get a less vague answer; what format do you want to store it in, what format is it in when you get the data out of the webcam?
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
naghoumeh14 wrote:
how can i save a picture captured by webcam
By writing it out as a series of bytes to a storage medium. You'll have to be more specific to get a less vague answer; what format do you want to store it in, what format is it in when you get the data out of the webcam?
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
i need to save the picture captured in the bin/debug of my project and name it.. that's it...
-
i need to save the picture captured in the bin/debug of my project and name it.. that's it...
bin/debug is a folder. He asked do you want to save picture as JPEG/JFIF, Exif, TIFF, RAW, PNG, GIF, BMP or others. And in what format do you get picture?