<< return to Vizycam.com

User Tools

Site Tools


wiki:object_detector_app

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
wiki:object_detector_app [2022/10/07 11:19]
vizycam [Settings dialog]
wiki:object_detector_app [2022/10/07 11:25]
vizycam [Customized handlers]
Line 96: Line 96:
  In particular, the **event_type** value specifies the type of the event. ​ The different types are listed below:  In particular, the **event_type** value specifies the type of the event. ​ The different types are listed below:
  
-  * **trigger**:​ This event indicates that a trigger class object has been identified. ​ The **image** and **timestamp** are included. ​  The default implementation of ''​handle_event''​ sends a text message with the object class, timestamp and image. ​  +  * **trigger**:​ This event indicates that a trigger class object has been identified. ​ The **image** and **timestamp** are included. ​  The default implementation of ''​handle_event''​ sends a text message with the object class, ​**timestamp** and **image**.   
-  * **register**:​ This event indicates when a bird or non-bird ​has entered the scene. ​ The birds and non-birds ​are listed in the **dets** field. ​  +  * **register**:​ This event indicates when an object ​has entered the scene. ​ The objects ​are listed in the **dets** field. ​  
-  * **deregister**:​ This event indicates when a bird or non-bird ​has left the scene. ​ The birds and non-birds ​are listed in the **dets** field. ​+  * **deregister**:​ This event indicates when an object ​has left the scene. ​ The objects ​are listed in the **dets** field. ​
   * **daytime**:​ This event indicates when it has entered the "​daytime"​ state and has enough light to reliably identify species.   * **daytime**:​ This event indicates when it has entered the "​daytime"​ state and has enough light to reliably identify species.
   * **nighttime**: ​ This event indicates when it has entered the "​nighttime"​ state and is inactive.   * **nighttime**: ​ This event indicates when it has entered the "​nighttime"​ state and is inactive.
wiki/object_detector_app.txt · Last modified: 2023/05/09 16:27 by vizycam