comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » DLM for video capture
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: DLM for video capture [message #92498 is a reply to message #90668] Fri, 01 January 2016 02:55 Go to previous messageGo to previous message
andrewcool777 is currently offline  andrewcool777
Messages: 27
Registered: November 2012
Junior Member
On Monday, 23 March 2015 02:17:13 UTC+10:30, David Grier wrote:
> Dear Folks,
>
> I've written a DLM that captures images from video cameras directly
> into IDL. The library is available for download at
>
> http://github.com/davidgrier/idlvideo
>
> Video capture functionality is provided by OpenCV, the Open Source
> Computer Vision library. The DLM and associated camera objects should
> work for any camera that is supported by OpenCV. This package has
> been tested with IDL 8.3 and IDL 8.4 running on linux and MacOS systems.
>
> On my MacBook Pro, the following code snippet acquires and displays
> 3 seconds of 1280 x 720 RGB video images at 30 frames per second
> using the built-in FaceTime camera:
>
> cam = dgggrvideo()
> im = image(cam.read())
> for i = 0, 89 do im.putdata, cam.read()
> obj_destroy, cam
>
> Let me know if this is useful, and please do follow up with feature
> requests and bug reports.
>
> All the best,
>
> David

> please do follow up with feature requests and bug reports.

OK then David, how about a version for Windows...?

Andrew Cool (who's too dumb to do it himself...)
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Opening and read .dat file double format
Next Topic: IDL help?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 11:43:46 PDT 2025

Total time taken to generate the page: 0.00398 seconds