cancel_find_objects
  • 1 Minute to read

cancel_find_objects


Article summary

This method will cancel the object search initiated with the find_objects() method when performed in non-blocking mode.

Reference

Arguments

None

Return

None

Exceptions

None

See the complete list of cv exceptions.

Examples

...
self.predictor.cancel_find_objects()
...

Was this article helpful?