Re: Interfacing with webcam

2018-01-11 Thread thedeemon via Digitalmars-d-learn

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.




Re: Interfacing with webcam

2018-01-11 Thread Amorphorious via Digitalmars-d-learn

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.


Interfacing with webcam

2014-09-29 Thread Kyle via Digitalmars-d-learn

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!