Search found 6 matches
- Thu Feb 21, 2013 11:36 am
- Forum: ZoneMinder 1.25.x
- Topic: Retrieve current JPEG from camera that is recording
- Replies: 1
- Views: 1115
Re: Retrieve current JPEG from camera that is recording
In html5 supposing that you have an http stream you could do something like that <canvas id="myCanvas" width="578" height="400"></canvas> <script> var canvas = document.getElementById('myCanvas'); var context = canvas.getContext('2d'); var imageObj = new Image(); imageObj.onload = function ...
- Thu Feb 21, 2013 10:00 am
- Forum: ZoneMinder 1.25.x
- Topic: help for compile the source
- Replies: 0
- Views: 776
help for compile the source
Hello everybody. I need to cover some portion of the streaminig with black area, and apllay this area to the streaming and to the registration too. I want to modify the c++ library. But first I have to compile it. I'm a developer but I don't have much expirience on C++. Can you help me? If you find ...
- Fri Feb 08, 2013 9:21 am
- Forum: ZoneMinder 1.25.x
- Topic: problem with owner
- Replies: 1
- Views: 1149
Re: problem with owner
The problem with owner could be generated by a an error in configure zoneminder by the tar.gz. I installed the ZoneMinder Virtual Appliance and the problem seems to be resolved. I still have a problem with the stream stream error: Timed out waiting for msg. But I don't see any impact in the user ...
- Tue Feb 05, 2013 3:45 pm
- Forum: ZoneMinder 1.25.x
- Topic: Many monitors with one controlled camera
- Replies: 6
- Views: 3324
Re: Many monitors with one controlled camera
Yes. I made it
- Tue Feb 05, 2013 1:53 pm
- Forum: ZoneMinder 1.25.x
- Topic: problem with owner
- Replies: 1
- Views: 1149
problem with owner
Hello everybody
I have made some change to the interface of zoenminder 1.2.5 on ubuntu server 12.10 and now I have a problem when I see the recorded event.
On chrome web console I see this error:
getCmdResponse stream error: socket_sendto( /tmp/zm/zms-644813s.sock ) failed: Permission denied
I have made some change to the interface of zoenminder 1.2.5 on ubuntu server 12.10 and now I have a problem when I see the recorded event.
On chrome web console I see this error:
getCmdResponse stream error: socket_sendto( /tmp/zm/zms-644813s.sock ) failed: Permission denied
- Mon Dec 03, 2012 11:36 am
- Forum: ZoneMinder 1.25.x
- Topic: sending alert mail to different account based on filter
- Replies: 0
- Views: 725
sending alert mail to different account based on filter
Hello everybody!
I have a question for you:
I would like to know if it is possible to send mail and messagge alert to different account based on filter.
I have the need of alert a user if there is a motion on the webcam he is owner.
I have a question for you:
I would like to know if it is possible to send mail and messagge alert to different account based on filter.
I have the need of alert a user if there is a motion on the webcam he is owner.