Search found 2 matches

by adr14n
Thu Mar 10, 2022 12:13 pm
Forum: General discussion
Topic: Triggering cameras from the command line using Python
Replies: 4
Views: 3444

Re: Triggering cameras from the command line using Python

To answer YrbkMgr's question... I want to see whether I can get an external IR motion sensor to trigger my cameras to reduce false positives. In particular, I understand some IR detectors are good at identifying people instead of inanimate objects, small pets, moving shadows, reflections off puddles...
by adr14n
Tue Mar 08, 2022 12:49 am
Forum: General discussion
Topic: Triggering cameras from the command line using Python
Replies: 4
Views: 3444

Triggering cameras from the command line using Python

I spent several hours this evening trying to work out how to trigger a camera in Blue Iris from the command line without: - reducing security for web access authentication - sending passwords in URLs - hard-coding any passwords in clear text in scripts The only method I could find which met all 3 ab...