Motion Tracking Plugin

iporty

n3wb
Joined
Jun 24, 2015
Messages
9
Reaction score
0
I've been using Blue Iris for a few years to watch my properties. Recently I've started using a Dahua camera with PTZ. Because of my day job I have experience with machine learning and computer vision.

I would like to integrate better vision and tracking into my system. I don't want to replicate all of the great functionality that blue iris supports. I would just like to augment the motion detection and add tracking. Is there an API for augmenting blue iris functionality in this regard.

One thought was to have a process that captured the camera feed independently of blue iris and then just call blue iris with PTZ commands. This approach has the downside of figuring out how to interface and decode each new camera, which is one of the big benefits of blue iris.

Any thoughts or suggestions?
 

iporty

n3wb
Joined
Jun 24, 2015
Messages
9
Reaction score
0
After a bit more research it looks like I can have a process capture the stream from Blue Iris and then send commands to blue iris for PTZ.
 
Top