Skip to content

Can trigger or cancel MQTT/URL's, Telegram fix

Pre-release
Pre-release
Compare
Choose a tag to compare
@VorlonCD VorlonCD released this 19 Sep 18:01
· 247 commits to master since this release
  • Fixed error where telegram would give "Could not upload image" error (Due to missing aitool.exe.config file)
  • You can now define both a trigger AND cancel MQTT or URL action.
  • You can now have multiple MQTT topic and payloads. Use "topic1 | topic2" and "payload1 | payload 2" etc.
  • Image file is validated before sending to Deepstack server. If an "invalid image" error is still returned from Deepstack, you may need to look deeper into Deepstack logs to find out why.
  • Created json setting "DisplayPercentageFormat". It defaults to "({0:0.00}%)" but you can use any formatting rules you want - Google for "C# String.Format examples" to see how to change that value to what you need. The first "0:" has to stay, but you can change anything else. 0:0 would leave you just the whole percentage.
  • Force detected object names to always have "Title Case".
  • Added json setting "Camera.Action_image_merge_jpegquality" = 80 so you can control how large resulting images are when you also have the "Merge annotations into images" checkbox enabled. 100=largest, best quality, 20=small, low quality, small image.

AITOOL-VORLONCD.zip