Returns JSON config
{ "test_image": test_image.jpg } // multipart file
Upload image to get info about colors detected in the image. This should make it easier to add objects with known colors as the program sees them.
{ "test_image": test_image.jpg } // multipart file
{
"color_lower": "0, 0, 0",
"color_upper": "255, 255, 255"
} // fields
Upload image to get info about colors detected in the image. This should make it easier to add objects with known colors as the program sees them.
{
"imageUrl": "http://some_camera_image.jpg"
} // json
Take the camera_name
config and imageUrl
to run detection and see which objects are detected.
Returns the latest results for the given label. all
can be passed to get a result for all labels.
{
"trash_can":{
"area":2818,
"camera_name":"front_doorbell_cam",
"result":true,
"variant":"overcast"
}
} // json
Returns a snapshot of the latest image for the <camera_name>.
Returns a snapshot of the latest snapshot for the <zone_name> of the <camera_name>.
Returns a snapshot of the latest detection for the <camera_name>.