WebCam or Video in D

Guillaume Piolat via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Aug 14 06:19:30 PDT 2017


On Monday, 14 August 2017 at 04:41:24 UTC, brian wrote:
> Howdy folks.
>
> Has anyone gotten an example of using D as mechanism to read in 
> video files, specifically from a webcam?
>
> I don't see any OpenCV libraries, and the example in the DCV 
> library that uses FFMPEG, I can't get to work (I've raised an 
> issue in Github here https://github.com/libmir/dcv/issues/119 
> if anyone has suggestions).
>
> If anyone has a working example of something that reads in some 
> video, that'd be a start for a project I'm looking to undertake.
>
> TIA
> Brian

It wouldn't be very hard to write a minimal OpenCV loader (for 
example based on DerelictUtil) with only the few functions you 
need in OpenCV.


More information about the Digitalmars-d-learn mailing list