Thread overview
Interfacing with webcam
Sep 30, 2014
Kyle
Jan 11, 2018
Amorphorious
Jan 12, 2018
thedeemon
September 30, 2014
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!
January 11, 2018
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.
January 12, 2018
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.