3.3.2. Human Detection
The main function is to detect human bodies and send an alert when someone enters the video being monitored, reminding the user to check the camera.
After adding Human Detection as an Extension node, click the plus sign to add it to the workflow editing area. The input for the Human Detection node must be image data collected by the upstream Media node. After inputting the data, the node will output a result of type object. If more than one target is detected and output, it will display an array type.

Result Testing
When a single-person image is input (as shown in the image below)

The output will be hasHuman (a Boolean value determining whether a person is detected in the image) and the size and coordinates of the person in the image.