Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draw motion detection areas on live view #226

Open
curtishall opened this issue Dec 10, 2014 · 1 comment
Open

Draw motion detection areas on live view #226

curtishall opened this issue Dec 10, 2014 · 1 comment

Comments

@curtishall
Copy link
Member

http://community.bluecherrydvr.com/responses/motion-detection-display

@antonsviridenko
Copy link
Contributor

Possible options:

  1. Server can draw bounding boxes over motion regions inside RTSP stream
  2. Bounding boxes are computed on server and coordinates are sent in some separate data stream, then boxes are drawn above live view in clients. There can be synchronisation issues
  3. Client does motion detection independently, using same algorithm and parameters (threshold, areas, etc) as server. Double work is performed on server and client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants