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

Home » Public Forums » archive » Re: How to display live Video in IDL
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: How to display live Video in IDL [message #45849 is a reply to message #45846] Tue, 11 October 2005 06:39 Go to previous message
btt is currently offline  btt
Messages: 345
Registered: December 2000
Senior Member
Marc Reinig wrote:
> I would like to display a video stream from a camera in IDL, as part of my
> application. Does IDL have facilities for that? Alternatively, can I get a
> Windows handle to a window created by IDL so I can blit directly there?
>

Hi,

If your camera API provides easy interface with IDL via a DLM that you
can code up (this is beginning to look like alphabet soup!) then yes. I
have done this kind of thing with the SCION frame grabber. After you
have your DLM set up, you can simply call for a new image ala newImage =
MyDLM_GetImage() or some such call. Then use object graphics to render
the image to screen (which I think is faster for images than direct
graphics). I never achieved full frame rate video display, but it was
fast enough for my purposes.

I'll bet there are faster/better ways to do this but I found it pretty
easy to manage.

I have no idea about passing an IDL graphics window to MS Windows - but
isn't there some kind of ActiveX thing for IDL connection to Windows?

Cheers,
Ben
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Tab Widgets changes at runtime?
Next Topic: Re: Asynchronous reading

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

Current Time: Sun Oct 12 12:15:08 PDT 2025

Total time taken to generate the page: 1.44815 seconds