Search results

  1. Z

    Using a group with the json api

    > You need to loop through the cameras in the group and send the command to each camera. So if you had 5 cameras, you'd need to send 5 commands. It's a pity we can't replicate the shift-click GUI command, which does a whole group at once. > [0] off, [1] 30s, [2] 5m, [3] 30m, [4] 1h, [5] 2h...
  2. Z

    Using a group with the json api

    I've been sending pause commands through the Blue Iris json api, and I can successfully pause cameras, but not groups. {"cmd":"camconfig","camera":"mygroup","pause":2,session:some_session} Placing a camera name in the camera field works. I've tried group names with and without the +, and it...
Top