Pushover Alert with Higher Resolution .jpg

Inigo

Young grasshopper
Oct 2, 2016
69
19
&ALERT_PATH is working well to send the Alert image from the low resolution stream ( -s --form-string "token=%996" --form-string "user=%997" --form-string "message=<b>&CAM</b>" --form-string "html=1" -F "attachment=@C:\Users\Security\BI Alerts\&ALERT_PATH" ), but I would like to send the higher resolution JPEG recorded when triggered:
1743132418984.png

(They are less than 250 kb, so it isn't a Pushover limitation.)
I have tried &IMAGE_PATH in the "New" file path, but no results. Any ideas? (The manual just says "&IMAGE_PATH - A temporary path to the most recent image from the camera"
(Blue Iris Release 5.9.9.33 x64)
Thanks,
Inigo Montoya
 
Macro &IMAGE_PATH resolves to a JPG file in the Blue Iris 'temp' folder.

something like
C:\ProgramData\Blue Iris\temp\DW1_image.jpg

These images are 'live' from the camera at the moment the macro is used, and therefore are not ideal for 'On alert' action set notifications.

Click here for details.
 
Last edited:
Hmm, it looks like selecting
1743263311802.png


just results in Blue Iris saving a JPEG off of the Low Resolution Stream :-(

1743263213566.png


The only high resolution .jpg is still the one from the Record tab
1743263611341.png


1743263611374.png


So, still looking for a method to include the high resolution .jpg in the Pushover notification.
 
Last edited:
I found a solution; cloned the cameras and selected only the Main stream on the Video tab > Configure. If someone has a more elegant solution, please let me know.