ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Upate several displays from Bitmap freeze

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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