www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Interfacing with webcam

reply "Kyle" <dnewbie helpme.com> writes:
Hi,

Has anyone successfully used D to capture images from a webcam? 
Something like what you can do with OpenCV or pygame's camera 
API? Any idea how I can do this without having to know a lot of 
complex stuff? Thanks!
Sep 29 2014
parent reply Amorphorious <Amorphorious gmail.com> writes:
On Tuesday, 30 September 2014 at 03:41:20 UTC, Kyle wrote:
 Hi,

 Has anyone successfully used D to capture images from a webcam? 
 Something like what you can do with OpenCV or pygame's camera 
 API? Any idea how I can do this without having to know a lot of 
 complex stuff? Thanks!
Looking for something similar. I simply need to show the video of a camera and be able to do to basics like rotation, crop, etc.
Jan 11 2018
parent thedeemon <dlang thedeemon.com> writes:
On Thursday, 11 January 2018 at 17:02:58 UTC, Amorphorious wrote:

 Looking for something similar. I simply need to show the video 
 of a camera and be able to do to basics like rotation, crop, 
 etc.
On which platform? On Windows I've successfully used DirectShow, I can show an example of working with a camera.
Jan 11 2018