To disable the motion detection function, send the command: 56 00 37 01 00, receiving ACK: 76 00 37 00 00
If receiving ACK: 76 00 37 00 00: 76 00 37 03 00, wrong setting, please try it again.
How it works: when the camera detects a change, it will send out “76 00 39 00 00” to host through serial link,
when the host receives such information, it is recommended to disable the motion detection first before image
capturing (to prevent image data interference from motion detection), the motion detection can be enabled
again after image capturing is complete for next capture.
10.1 SET MOTION DETECTION SENSITIVITY
The host can set the sensitivity of motion detection for the camera by issuing this command.
56 00 31 05 01 01 1A 6E XX
Receiving ACK command 76 00 31 00 00
XX represents the sensitivity of motion detection, ranges from 00 to FF.
If XX is 00, most sensitive, might alert wrong detection.
If XX is FF, least sensitive, might not be able to alert.
XX = 03 is recommended.
Therefore, the recommended procedures to use motion detection in the field would be:
Step 1: set right motion detection sensitivity by issuing command: 56 00 31 05 01 01 1A 6E 03
Step 2: enable motion detection by issuing command: 56 00 37 01 01
10.2 INQUIRE MOTION DETECTION STATUS
The host can inquire the motion detection status by issuing this command.
56 00 38 00
If receiving ACK command 76 00 38 00 01 00, the motion detection is disabled.
If receiving ACK command 76 00 38 00 01 01, the motion detection is enabled.
11. INITIAL OPERATION PROCESS:
(1)power up
(2)delay 2.5s
(3)reset command
(4)set image resolution command
(5)set image compressibility command
12. Capture one image operation process
(1)stop image capture command: 56 00 36 01 02 Return: 76 00 36 00 00
(2)capture the first image command: 56 00 36 01 00 Return: 76 00 36 00 00
(3)read the first image data length command: 56 00 34 01 00
Return: 76 00 34 00 04 00 00 XX YY