T O P I C R E V I E W |
alalieli |
Posted - Jul 05 2016 : 14:28:12 Hi
I am trying to update live video from vclbitmap. Every new frame I updating VCLBitmap and update IEBitmap from VCLBitmap then call to update method
When I display this way one display - it works. But with several displays, the displays freeze.
I am using Builder C++ XE5 |
4 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Jul 06 2016 : 21:00:44 Hi
You can just use IEBitmap.Assign( aBitmap );
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
w2m |
Posted - Jul 06 2016 : 08:12:46 What is the component are you using?
Bill Miller Adirondack Software & Graphics Email: w2m@hughes.net EBook: http://www.imageen.com/ebook/ Custom Commercial ImageEn Development |
alalieli |
Posted - Jul 06 2016 : 07:02:22 How can I udpate IEBitmap directly if I use TBitmap object? |
xequte |
Posted - Jul 05 2016 : 16:38:23 Hi
Can you show some of your code. Also, it best to avoid use of VCLBitmap and update the IEBitmap directly.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|