Skip to content

1.67 preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@gentlepumpkin gentlepumpkin released this 10 Jun 10:10
· 21 commits to master since this release

Flagging alerts replaces duplicate cameras
Due to changes in Blue Iris we now can flag alerts with detections, so no duplicate camera is needed. You can use "http://blueiris.ip/admin&camera=shortname&flagalert=1" with your BI credentials to flag alerts. You can continue to use your duplicate cameras, but for new cameras, this is the easiest way.

Alert text support ("memo")
Furthermore it's now possible to display information next to a specific alert recording in Blue Iris ("memo"). To hand over information, AI Tool now includes a [summary] parameter which contains all detected objects and can be added to the BI trigger url. You can add "&memo=[summary]" to your trigger or flagging url. The memo must be added when triggering, therefore it currently does not work with a flagging setup without duplicate cameras.

further changes

  • added filter options for people, vehicles, and animals @Lazersfly

  • added analysis sleep during first half of cooldown time to minimize CPU load

  • info text on Main tab shows time of last trigger

  • Fix error 'Processing the following image' because paths are not properly joined @kvanhertum

  • improved DeepStack URL input @edalquist

  • added trigger url paramters (placeholders): @BootsSiR
    [camera] gives camera name
    [summary] gives a nice summary with all detected objects and confidences
    [detection] gives first detected object
    [position] gives position of first detected object
    [confidence] gives confidence of first detected object
    [imagepath] give the full path to the image that caused the trigger
    [imagefilename] gives only the filename of the image