Replies: 2 comments 9 replies
-
|
Hey ho, running image analysis in the datachange notification is a pretty tough task for a single core. That will be your blocking behaviour.
In your case I would even say, use another process and try to handle it with that, because you won't have a good performance with threadding as well I would say. |
Beta Was this translation helpful? Give feedback.
9 replies
-
|
yes put your data in some Queue object and have another thread of proces analyse it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All,
I'm subscribing to multiple tags. based on particular tag, I'm calling an image analysis function under datachangenotification method During the time it takes to finish the image analysis I Was not able to read and store data of other tags . I want to read the other tags value as well as to perform image analysis parellely. Working on closed loop process !. what blocks the operation ?
Beta Was this translation helpful? Give feedback.
All reactions