Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Frame buffer to ImageDisplay
10-10-2012, 06:09 AM
Post: #1
Frame buffer to ImageDisplay
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
Quote this message in a reply
10-10-2012, 06:41 AM
Post: #2
RE: Frame buffer to ImageDisplay
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
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)