Line 132:
Line 132:
|}
|}
=== 图像采集 ===
=== 图像采集 ===
+
{| class="wikitable"
+
!Address
+
!Name
+
!Description
+
!Data Type
+
!R/W
+
!Update timing
+
!script function
+
|-
+
|0x0400
+
|Image Acquisition
+
|Start/Stop acquisition
+
There is no image output after the camera is powered on, which means it is in the standby state.
+
+
After writing 1 to this register, it enters the running state and starts outputting images or waiting for the trigger signal.
+
|bool
+
|WO
+
|A
+
|imgacq
+
|-
+
|0x0404
+
|Trigger Mode
+
|0:Video streaming mode
+
1:Normal trigger mode.
+
+
2:High-speed continuous trigger mode.
+
+
See product manual for details.
+
|enum
+
|RW
+
|S
+
|trgmode
+
|-
+
|0x0408
+
|Trigger Source
+
|0: Software trigger mode.
+
1: Hardware trigger mode.
+
|enum
+
|RW
+
|S
+
|trgsrc
+
|-
+
|0x040C
+
|Trigger Number
+
|The number of image frames output by one trigger signal in trigger mode. Range:[1.255]
+
|uint
+
|RW
+
|S
+
|trgnum
+
|-
+
|0x0410
+
|Trigger Interval
+
|Trigger interval in normal trigger mode, in microseconds. Range:[0.0xFFFFFF]
+
|uint
+
|RW
+
|S
+
|trginterval
+
|-
+
|0x0414
+
|Trigger Software
+
|Software trigger command, write 1 for one trigger.
+
|bool
+
|WO
+
|A
+
|trgone
+
|-
+
|0x0418
+
|Trigger Count
+
|Trigger count statistics.
+
The high 16 bits indicate the number of trigger loss, and the low 16 bits indicate the total number of triggers.
+
+
Write 1 to clear the count.
+
|uint
+
|RW
+
|A
+
|trgcount
+
|-
+
|0x041C
+
|I2C ADDR
+
|I2c address. Range[0x03,0x77].
+
|uint
+
|RW
+
|A
+
|i2caddr
+
|}
=== 图像参数 ===
=== 图像参数 ===
=== 图像处理(ISP) ===
=== 图像处理(ISP) ===
=== IO控制 ===
=== IO控制 ===