Forums

Full Version: Frame buffer to ImageDisplay
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

BReeves

Wondering if a TVLDSImageDisplay control can be pointed to an RGB frame buffer in memory to display the image.

Working with an IP camera that streems it's output to a buffer. Looking for an easy way to display the RGB frame direct from the buffer. I have a pointer to the buffer which is raw RGB data.

Bought VideoLab for another project and thought if this is posible I can work with something I already know.

Thanks
Bob

Dave

Hi, you can make an ImageDisplay display a VideoBuffer with VLDSImageDisplay->DisplayImage(YourBuffer); for example. You should be able to create a read or write pointer to your buffer and videobuffer.

Regards,
Dave
Reference URL's