Page 1 of 1

TRVCamera and TRVCamSender can run in the thread?

Posted: Tue Dec 09, 2014 2:18 pm
by hyj_rv
TRVCamera and TRVCamSender can run in the thread?

Posted: Tue Dec 09, 2014 2:48 pm
by Sergey Tkachenko
These components use threads.

Posted: Wed Dec 10, 2014 4:57 am
by hyj_rv
Sergey Tkachenko wrote:These components use threads.
I added in a TDataModule TRVCamera and TRVCamSender,Dynamically create the TDataModule in the thread,But don't seem to work.

Posted: Wed Dec 10, 2014 11:31 pm
by Sergey Tkachenko
The components must be created and destroyed in the context of the main process.