* * * * * RUN:
motion_init -cam 1 -sensitivity 5;
motion_start -cam 1 -interval 50;
% |
Set motion detection task on camera 1 in the background with sensitivity 5 and detecting interval to 500ms. |
* * * * * M1:
http
-id 1
-interval 100
-duration 1000;
%
|
When the motion detected on camera 1, the PIXORD Camera server will feed out images which is queued in the buffer to the server-push-image requested client thought HTTP protocol. The transmission will keep on 10000ms with the 1 fps frame rate.
In this script, the PIXORD server will send images to the client with listen id=1. A request command likes below example,
http://root:pass@192.168.1.128/getimage?camera=1&fmt=sif&id=1
|