Frame buffer to ImageDisplay - Printable Version +- Forums (http://mitov.com/forum) +-- Forum: VCL Components (/forum-6.html) +--- Forum: VideoLab (/forum-19.html) +--- Thread: Frame buffer to ImageDisplay (/thread-916.html) |
Frame buffer to ImageDisplay - BReeves - 10-10-2012 06:09 AM 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 RE: Frame buffer to ImageDisplay - Dave - 10-10-2012 06:41 AM 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 |