We offer two methods for modifying the color and zoom settings on the FPV thermal imaging camera.
- Via the keypad serial port board parameter configuration board. Vcan2023-tool.
- Click the Mode (飞涨) 按钮 once to change the color of the thermal imaging camera.
- Click the Mode (飞涨) 按钮 twice to change the zoom in or out in 1x 2x 4x of the thermal imaging camera.
- Via the UART AT commands. Please read this port.
This method applies to the following FPV thermal imaging cameras.
Table of Contents
Commonly used commands
Change Iron Red: F0053678200002D0FF
Zoom-in X1: F0053670120000B8FF
Zoom-in X2: F0053670120001B9FF
Zoom-in X4: F0053670120002BAFF
Zoom-in X8: F0053670120003BAFF
节省: F0053674100000BAFF
1. Module Interface Definition

Pin definition
| 1 | 电源 | DC 6~16V Power supply |
| 2 | 接地 | 土地 / 地面 |
| 3 | CVBS | CVBS video signal |
| 4 | 串口_TXD | module UART send 3.3V |
| 5 | 串口_RXD | moduleUART take over 3.3V |
2. Communication method
2.1. Serial communication format
与主机建立通信之前, the communication parameters need to be set on the host according to the following table.
Thermal imaging camera serial port communication format
| Name | 定义 |
| 波特率 | 115200 基点 |
| 起始位 | 1 少量 |
| 数据位 | 8 位 |
| 停止位 | 1 少量 |
| Verification method | 没有任何 |
2.2. Description of serial port data transmission method
Communication send packet
Fields included in the FPV thermal imaging camera core serial communication data packet
| 开始 | 尺寸 | 设备地址 | Class Command Address | Subclass command address | Read and write flags | DATE0 | 数据(N-1) | CHK | 结尾 |
| (N+4) |
]
Data transfer communication example
This example is “Set the current color to Fusion 1 模式”。
步 1 Query the device address command, class command address, subclass command address, and read-write flag.
Query the serial port command table in Appendix A to obtain the device address command(0x36) and the class command address (0x78), subclass command address (0x20), and flag bit (写: 0x00).
步 2 Calculate SIZE, 数据, and CHK values.
尺寸: N+4. The color setting is N=1 and SIZE is 0x05.
数据: Color fusion mode, corresponding hexadecimal value is 0x02.
CHK: The fields are 0x36, 0x78, 0x02, 0x00 and 0x02. After accumulation, the result of taking the lower 8 bits is 0XD0.
It can be calculated using the calculator that comes with your PC.

Combined with the above parameters, the host sends the command F0 05 36 78 20 00 02 D0 FF to the camera.
| Command Direction | 开始 | 尺寸 | 设备地址 | class command address | subcategory life Order address | Flag bit | 数据 | CHK | 结尾 |
| Host Send | 0xF0 | 0x05 | 0x36 | 0x78 | 0x20 | 0x00 | 0x00 | 0xD0 | 0xFF |
| Camera feedback | 0xF0 | 0x05 | 0x36 | 0x78 | 0x20 | 0x03 | 0x01 | 0xD3 | 0xFF |
Specific definitions of each field in communication data packets
| 场地 | Number of bytes | 描述 | numerical value | 地点 | |
| 开始 | 1 | command package start | 0xF0 | 1 | |
| 尺寸 | 1 | The length is N+4 | 2 | ||
| 设备地址 | 1 | 设备地址 | 0x36 | 3 | |
| Class command address | 1 | Class command address | 4 | ||
| Subclass command address | 1 | Subclass command address | 5 | ||
| Flag bit | 1 | Host sends packet | Read and write flag | Write as 0x0Reads as 0x1 | 6 |
| Camera feedback data packet | Correct return flag | 0x03 | |||
| Error code return flag | 0x04 | ||||
| 数据(data content) | 氮 | Host sends packet | Pass data content | Default 0x00 | 7- (N+6) |
| Camera feedback data packet | Feedback normal command status | ||||
| Feedback error command status | |||||
| 数据内容 | |||||
| CHK | 1 | sum check | Valid check bit range: After adding up the device address + class command address + subclass command address + return flag + 数据, 采取较低的 8 位 | (N+7) | |
| 结尾 | 1 | End of command package | FF | (N+8) | |
Communication receiving the data packet
In the command format returned by the thermal imaging core to the host, DATA0 is the high byte, and DATA (N-1) is the low byte.
| 开始 | 尺寸 | 设备地址 | class command address | subclass command address | Read and write flag | DATE0 | 数据(N-1) | CHK | 结尾 |
| (N+4) |
Specific definitions of each field in communication data packets
| 场地 | Number of bytes | 描述 | numerical value | 地点 | |
| 开始 | 1 | command package start | 0xF0 | 1 | |
| 尺寸 | 1 | command length | The length is N+4 | 2 | |
| 设备地址 | 1 | 设备地址 | 0x36 | 3 | |
| Class command address | 1 | Class command address | 4 | ||
| Subclass command address | 1 | Subclass command address | 5 | ||
| returnlogoBit | 1 | Host sends packet | Read and write flag | 0x03 | 6 |
| 数据 | 氮 | Host sends packet | Pass data content | Default 0x00 | 7- (N+6) |
| CHK | 1 | sum check | Valid check digit range: After accumulating device address + class command address + subclass command address + return flag + 数据, 采取较低的 8 位 | (N+7) | |
| 结尾 | 1 | End of command package | FF | (N+8) | |
Color Settings
Thermal imaging is based on infrared radiation intensity and has no color information. The image algorithm maps a set of colors based on the grayscale value, namely pseudo color. The camera supports multiple pseudo-color modes for users to choose from. The default is white hot 0x00.
Commands and parameters
Set the pseudo-color type displayed by the camera:
| Command Direction | 尺寸 | 设备地址 | Class Command Address | 0x00: 白热 0x01: 黑热 0x02: 融合 1 0x03: 彩虹 0x04: 融合 2 0x05: 铁红 1 0x06: 铁红 2 0x07: 深棕色 0x08: 颜色 1 0x09: 颜色 2 0x0A: Ice Fire 0x0B: 雨 0x0C: 绿色热力 0x0D: 红热 0x0E: 深蓝色 | Flag bit | 数据 | CHK |
| Host Send | Calculated based on actual data | 0x36 | 0x78 | 0x20 | 0x00 | 0x00: 白热 0x01: 黑热 0x02: 融合 1 0x03: 彩虹 0x04: 融合 2 0x05: 铁红 1 0x06: 铁红 2 0x07: 深棕色 0x08: 颜色 1 0x09: 颜色 2 0x0A: Ice fire 0x0B: 雨 0x0C: 绿色热力 0x0D: 红热 0x0E: 深蓝色 | Calculated based on actual data |
| Camera feedback | 0x05 | 0x36 | 0x78 | 0x20 | 0x03 | 0x01 | Calculated based on actual data |
Read the current pseudo-color mode of the camera
| Command Direction | 尺寸 | 设备地址 | Class Command Address | Sub Class Command Address | Flag bit | 数据 | CHK |
| Host send | 0x05 | 0x36 | 0x78 | 0x20 | 0x01 | 0x00 | Calculated based on actual data |
| Camera feedback | Calculated based on actual data | 0x36 | 0x78 | 0x20 | 0x03 | 0x00: 白热 0x01: 黑热 0x02: 融合 1 0x03: 彩虹 0x04: 融合 2 0x05: 铁红 1 0x06: 铁红 2 0x07: 深棕色 0x08: 颜色 1 0x09: 颜色 2 0x0A: 冰与火 0x0B: 雨 0x0C: 绿色热力 0x0D: 红热 0x0E: 深蓝色 | Calculated based on actual data |
例子:
Read the current pseudo-color mode of the camera:
F0 05 36 78 20 01 00 CF FF
Set the current pseudo color to融合 1 模式
F0 05 36 78 20 00 02 D0 FF
Save current settings
Issue this command to save the current settings of the camera.
Commands and parameters
| Command Direction | 尺寸 | 设备地址 | Class Command Address | SubClass Command Address | Flag bit | 数据 | CHK |
| Under the host send | 0x05 | 0x36 | 0x74 | 0x10 | 0x00 | 0x00 | Calculated based on actual data |
| Camera feedback | 0x05 | 0x36 | 0x74 | 0x10 | 0x03 | 0x01 | Calculated based on actual data |
例子:
Save the current color mode of the camera F0 05 36 74 10 00 00 BA FF camera returns
F0 05 36 74 10 03 01 BE FF
3. Serial port software
sscom32.win7.exe

Set the camera zoom-in commands
zoom in 1: F0053670120000B8FF X1
zoom in 2: F0053670120001B9FF X2
zoom in 4: F0053670120002BAFF X4
zoom in 8: F0053670120003BAFF X8
Regarding the FPV Thermal imaging camera.

This is the night test result of the Analog thermal imaging camera.
It can be installed on FPV drones and quadcopters
This is a good infrared night vision camera.
It can detect animals, 汽车, or humans hiding at night that are emitting heat.
It is a miniaturized integrated product characterized by small size and low power consumption.
It can be installed on various types of equipment.
例如无人机云台, 机器人万向节, 个人头盔, 豆荚, ETC.
It supports analog signal cvbs output to replace your FPV camera.
It supports automatic and manual calibration and background.
It also supports receiving serial port commands and can support 1x, 2x, 4x, and 8x zoom-in.
It contains 15 different display colors, which can be switched at any time by sending AT commands.
There is also a mobile phone interface version, which can help with safety checks at night.
Especially when hiking or hunting at night, open the third eye.
The entire camera weighs only 25 grams and is very light.
Now let’s look at this camera’s appearance and what interfaces it has.
As a professional drone accessories supplier, we provide free customization, production, and sales.
If you have any project needs, please get in touch with us and we will provide you with free solutions.
FPV camera
FPV Analog video scrambler and descrambler module for video encryption and decryption board
FPV camera
FPV camera
FPV camera
CVBS HDMI to IP Encoder
FPV camera
AI IP Camera
FPV camera
FPV camera
AI IP Camera
FPV camera
FPV camera
FPV camera
FPV camera
FPV camera
FPV camera
FPV camera
FPV camera
FPV camera
AI IP Camera
FPV camera



Ask A Question
感谢您的回复。 ✨