bp2008 / ui3

A powerful, modern HTML5 web interface for Blue Iris.
GNU Lesser General Public License v3.0
120 stars 18 forks source link

Use new `camlist` fields for additional video stream overlay icons. #54

Closed bp2008 closed 3 years ago

bp2008 commented 3 years ago

JSON camlist new fields:

triggerSource:x
triggerZones:x

#define TRIGGER_SOURCE_MOTION   (1<<1)
#define TRIGGER_SOURCE_ONVIF    (1<<2)
#define TRIGGER_SOURCE_AUDIO    (1<<3)
#define TRIGGER_SOURCE_EXTERNAL (1<<4)
#define TRIGGER_SOURCE_DIO      (1<<5)
#define TRIGGER_SOURCE_GROUP    (1<<6)
#define TRIGGER_SOURCE_CANCELLED (1<<7)
#define TRIGGER_SOURCE_NOSIGNAL (1<<8)

Considerations:

bp2008 commented 3 years ago

Added in UI3-133