Search results

  1. J

    send Telegram notifications with pictures

    Is &ALERT_PATH still working for anyone? I get the messages but no images.
  2. J

    send Telegram notifications with pictures

    @blazin912, Can you please share a printscreen? I guess you set it up on Record view? What resolution did you use? And was "-F thumb=@/path/to/BI_Trigger.jpg " what you used in your script?
  3. J

    send Telegram notifications with pictures

    @blazin912, did you Solveig it with thumbnail?
  4. J

    send Telegram notifications with pictures

    Nice inspiration guys. I have a powershell script sending me a 10 second video of every clip to Telegram. Just sad that it is not viewable in a good way on my watch.
  5. J

    Blueiris schedule and Reolink auto IR

    On topic, there is a http-api for ir at this link: https://ip/cgi-bin/api.cgi?cmd=getIrLights&user=******&password=******. A script that polls the value should be doable and change BI-profile. Off topic, I have been mailing with Reolink regarding keyframe interval and got a firmware that will...
  6. J

    Blueiris schedule and Reolink auto IR

    Is there anyone using day/night schedule that automatically changes when camera ir is turned on/off? I realized that I need different sensivity for motion detection at days and nights and think I will create a script that polls status of ir from the cameras but maybe someone have a better...
  7. J

    Export short clip via api?

    I tried to look at the code but I am not good enough to see how to get status for a single event. I have tried with this {"cmd":"export","session":"$sessionvariable",path:"pathvariable"} but it doesn't work. I don't understand this in the manual "Send only a path with a previously obtained path...
  8. J

    Export short clip via api?

    Gaah, thank you @bp2008! Last step is poll for status. Do you any exemple? I have not managed to get it working yet.
  9. J

    Export short clip via api?

    @bp2008 Any idea of how to make the file smaller? I have tried to edit a profile in Convert/Export and set "profile":2 but the file size is still the same.
  10. J

    Export short clip via api?

    Solved it by removing "" around the startms-value and msec-value. Like this: '{"cmd":"export","session":"48534f5555c571490414490f7bb107e4","path":"@36733140.bvr","startms":0,"msec":10000}'
  11. J

    Export short clip via api?

    Thank you very much for your help. I am using continuous recording and when I try to export the file below I get a video that is 15 minutes long. '{"cmd":"export","session":"48534f5555c571490414490f7bb107e4","path":"@36733140.bvr","startms":"0","msec":"10000"}' I just want 10 seconds around the...
  12. J

    Export short clip via api?

    Thank you @bp2008! Do you have any idea of "startms" for the export? How do I know what to set here?
  13. J

    Export short clip via api?

    Hi, Is it possible to export a short videoclip of an event via api? I am thinking of a video like the one I can get when using the email notification that is 10 seconds long. Thanks in advance!
  14. J

    Help with deepstack gpu for windows

    Hi, I have been using Deepstack with CPU and BlueIris for some days and it works great. I am curious if I could test my GPU, a GTX 680. I installed Cuda, Cudnn and Deepstack GPU version like it says here. I have tried to start Deepstack both via BlueIris and via command line but it won't...
  15. J

    Homeassistant sensor, Bash-script with curl and json

    Thank you for your willingness to help. I actually solved the problem by running all commands on the same line separeted with ; .
  16. J

    Homeassistant sensor, Bash-script with curl and json

    And when I solved that problem I got a new one. :) Now it works as I want when I run each line one by one. When I put them in a bash-script, everything after a pipe (|) prints on a new line.
  17. J

    Homeassistant sensor, Bash-script with curl and json

    Sorry for late reply. Yes, I have tested with wireshark and the result is in the attached image. I think the spaces is just how Wireshark displays it but what could be the problem is the dash (-) at the end. What do you think? I have no idea how to remove it. Thanks!
  18. J

    Homeassistant sensor, Bash-script with curl and json

    Hi, I am trying to create a sensor for Homeassistant so I can see which BlueIris profile is active for the moment. I have created a bash-script for the json commands but I am stuck, it wont log me in. # Ask about sessionkey and add it to $sessionkey sessionkey=$(curl --header "Content-Type...
Top