SC30MPA: 3 Mega Pixels Serial JPEG Camera User Manual
Spinel USA LLC
www.spinelelectronics.com
15
22. CHECK THE BRIGHTNESS ON PHOTOSENSOR: 56 00 8D 01 00
RETURN:
76 00 8D 02 00
ZZ
ZZ ---- 1byte 0x01 – dark, 0x00 – bright
23. SET POWER SAVE MODE: 56 00 3E 03 00 01
B1
RETURN:
76 00 3E 00
ZZ
B1 ---- 1byte power save mode status: 0x01—enter power save mode, 0x00—exit power save mode
ZZ ---- 1byte setting results: 0x00 setting succeed, 0x0E—already in power save mode
Notes:
After issuing the command, the delay for response takes about 800ms, and it can save around 50%
power. Once the camera is set in power save mode, the host must issue “exit power save mode” first
to wake up the camera, as when the camera is still in power save mode, it only responds to check
version/reset/set power save commands, and outputs “76 00 3E 00 0E” for any other command. If the
motion detection is enabled, the host must disable the motion detection before setting the camera
into power save mode.
24. CHECK DEFAULT PARAMETERS: 56 00 90 01 00
RETURN:
76 00 90 07 00
B0 B1 B2 B3 B4 B5
B0 ----1byte camera ID
B1 ----1byte image resolution, it matches the set image size command, 0x88 – 2304x1296
B2 B3 ---- 2bytes baud rate, Hex format, it matches the setting baud rate command: 0xAEC8:9600;
0x56E4:19200; 0x2AF2:38400; 0x1c4c:57600; 0xda6:115200; 0xeea1:230400; 0xeea2:460800;
0xeea3:921600
B4 ---- 1byte compression ratio, range 0x36-ox8F
B5 ---- 1byte start detection type: 0x00—motion detection, 0x01—facial detection, 0x02—vehicle
detection
Example:
Send: 56 00 90 01 00
Return: 76 00 90 07 00 66 0D A6 36 01
25. ISP IMAGE SETTING/READ/RESET
25.1 ISP IMAGE SETTING: 56 00 91 0C 04
B0 B1 B2 B3 B4 B5 B6 B7 B8 B9 B10
RETURN:
76 00 91 02 04
ZZ
B0 ---- 1byte, set different time periods, 0x00 – daytime, 0x01 -- night time.
B1 ----1byte brightness, range:0x00
~
0xFF (decimal 0-255), default 0x80=128.
B2 ---- 1byte contrast, range:0x00
~
0xFF, daytime default 0x80=128; nighttime default 0xAA =170
B3 ---- 1byte sharpness ange:0x00
~
0xFF, day time default 0x80 and night time default 0x0A . when
there is noise at night time, recommend to use 0x00
~
x0A to reduce the noise.