|
IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Class that triggers a report when the hand leaves a zone and the number of pieces in a zone increases. More...


Public Member Functions | |
| def | __init__ (self, theConfig=None) |
| Constructor for sortTrigger trigger class. More... | |
| def | test (self, theSig) |
| Check if a report should be triggered for the supplied signal. More... | |
Public Attributes | |
| isInit | |
| prevSig | |
Class that triggers a report when the hand leaves a zone and the number of pieces in a zone increases.
| def __init__ | ( | self, | |
theConfig = None |
|||
| ) |
Constructor for sortTrigger trigger class.
| def test | ( | self, | |
| theSig | |||
| ) |
Check if a report should be triggered for the supplied signal.
Returns true when the virtual button is pressed (rising edge)
| isInit |
| prevSig |