Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 850 Bytes

SDK_custom_action.rst

File metadata and controls

36 lines (21 loc) · 850 Bytes

Custom Trigger Action

This example shows how to set custom action to be triggered when a certain event occurs. In this case, we will trigger an action when a person is detected in the frame. The action will save the exact frame to a file.

Setup

Pipeline

Pipeline graph

Source Code

Python

Also available on GitHub.

../../../../examples/trigger_action/custom_action.py