In real-world video surveillance and embedded systems, a CVBS to IP video converter is often more than just an encoder. Many projects require it to act as a control hub, integrating external hardware such as IR illuminators, relays, and UART-controlled devices.
In this article, we’ll walk through a real customer inquiry, analyze the technical requirements, and explain how these features can be implemented through custom development.

Customer Inquiry (Original Message)
A customer using our CVBS encoder board raised the following questions:
1. Alarm/control output via GPIO:
I would like to use the alarm output (GPIO) to control an external flashlight/IR illuminator. I need to be able to turn it on by sending a command (via any supported interface — HTTP API, MQTT, or other), and have it remain on until I send another command to turn it off. Is this feature supported? Is there any documentation or API reference for remote control of the alarm output?
2. UART-controlled video selector:
I can see that the web interface has a “UART Settings” section with a “UART Test” function. I am planning to connect a UART-controlled video selector to the board. All cameras connected to the selector output video in the same format (CVBS), so the board itself will not need to handle any format switching — UART commands will only change the active input on the selector.
Is it possible to remotely send UART commands to the selector (via HTTP API, MQTT, or any other supported method)? Is there any documentation for this use case?Table of Contents
Encoder Modules Boards
Decoder Modules Boards
Available for Customization
New Encoder Products
No. Product Name Configuration Key Features Status 1 Dual-Channel USB UVC Visible Light Video Encoder 2× USB input Supports dual USB camera video encoding, and RTSP streaming; local CVBS/HDMI output; switchable display modes Mass Production 2 Dual-Channel Encoder (1× USB Visible Light + 1× USB Thermal Imaging camera) 2× USB input Supports dual USB camera (visible + thermal) capture, encoding, and RTSP streaming; local CVBS/HDMI output; switchable display modes Mass Production 3 RTSP Decoder HDMI/CVBS Display Module HDMI + CVBS output Supports up to 4×1080P@30fps RTSP stream decoding; Support video streaming protocol forwarding; HDMI/CVBS output display Sample Available 4 RTSP Decoder HDMI/CVBS Display Module with 4.3"/5" LCD HDMI output + LCD screen Supports up to 4×1080P@30fps RTSP stream decoding; protocol forwarding; HDMI/CVBS output display Debugging 5 Dual-Channel Encoder (1× USB Visible Light + 1× CVBS Analog) 1× CVBS + 1× USB UVC input Dual video (USB + CVBS), encoding and RTSP streaming; local CVBS/HDMI output; switchable display modes Debugging 6 Dual-Channel Encoder (1× USB UVC + 1× AHD Analog) 1× AHD + 1× USB UVC input Dual video capture (USB + AHD), encoding and RTSP streaming; local CVBS/HDMI output; switchable display modes Debugging 7 Dual-Channel Encoder (1× CVBS + 1× AHD Analog Video) CVBS + AHD 2 video input Dual analog video capture, encoding and RTSP streaming; local CVBS/HDMI output; switchable display modes Debugging 8 Dual-Channel Encoder (1× CMOS Camera + 1× USB Thermal Imaging camera) 1× USB interface Supports CMOS + USB thermal camera capture, encoding and RTSP streaming; local CVBS/HDMI output; switchable display modes Mass Production For customized video input/output conversion solutions not listed in our products, please contact us for OEM/ODM support. We can develop tailored products based on your requirements.
Technical Requirement Analysis
This request goes beyond basic video encoding. The customer is essentially trying to build a network-controlled embedded system with the following capabilities:
1. Remote GPIO Control (Digital Output)
The customer wants:
- Remote ON/OFF control of a GPIO pin
- Control via network interfaces (HTTP, MQTT, etc.)
- Persistent state (not just a trigger pulse)
This means the GPIO must function as a latched digital output, similar to a relay.
Typical use cases include:
- IR illuminator control
- Alarm devices
- External lighting systems
2. UART over Network (Transparent Transmission)
The second requirement is more advanced.
System architecture:
Multiple Cameras → Video Selector (UART controlled) → CVBS → Encoder → IP Stream
The encoder does not switch video inputs itself. Instead:
- A UART-controlled video selector determines which camera is active
- The encoder must forward remote commands to UART
This requires a network-to-UART bridge capability.
3. API and Integration Expectations
The customer clearly expects:
- HTTP API or MQTT interface
- Command-based control
- Documentation for integration
This indicates the customer is likely:
- A system integrator
- Developing a scalable or commercial solution
What the Customer Really Needs
Summarizing the request:
- GPIO as a remotely controlled switch
- UART as a remote command channel
- The encoder acting as a control gateway, not just a video device
In other words:
A CVBS to IP video converter with remote control capabilities
Our Solution
We confirmed with our engineering team that:
✔ GPIO Remote Control
- Supported via custom firmware
- ON/OFF state can be maintained
- Can be controlled via network commands
✔ UART Remote Command Transmission
- Supported via custom firmware
- Remote commands can be sent to UART devices
- Suitable for controlling video selectors or other peripherals
Implementation Approach
To enable these features, we provide custom firmware development, which includes:
- GPIO control API
- UART data transmission interface
- Protocol definition (HTTP or other)
- Integration documentation
Commercial Terms
Because these features are project-specific, a one-time development effort is required.
- Development Cost: USD X,000
- Refund Policy: Fully refundable when total order reaches 1,000 units
This model ensures:
- Fast customization for your project
- Cost efficiency for large-scale deployment
Why Custom Development Matters
Off-the-shelf products often cannot meet advanced integration needs such as:
- Hardware control logic
- Protocol bridging
- System-level automation
Custom firmware allows your encoder to become:
- A smart edge device
- A control interface hub
- A scalable solution for deployment
Conclusion
This case highlights an important trend:
Modern video systems are no longer just about streaming — they are about control, integration, and intelligence.
With the right customization, a CVBS to IP video converter can serve as:
- A video encoder
- A hardware controller
- A communication bridge
Contact Us
If you have similar requirements for GPIO control, UART integration, or remote device management, feel free to reach out.
We are happy to support your project from concept to mass production.
FAQ
Q: I need to send binary numbers and control commands in both directions. Can your converter board support this?
A: Yes, our converter (encoder) board fully supports bidirectional communication of binary data and control commands.
How it works:
- The board is equipped with a standard serial interface:
TX (Transmit), RX (Receive), and GND (Ground). - It can be connected to a remote computer via an Ethernet cable (LAN).
- Through this connection, the system enables two-way transmission of serial data, including binary values and control commands.
Requirements:
- Serial Communication Software
You will need to run a serial communication tool on your computer (e.g., a terminal or custom software) to send and receive commands. - IP Address Configuration
- The converter board and the computer must be configured with each other’s IP addresses.
- Proper network setup ensures reliable communication between both devices.
Key Features:
- Supports full-duplex (bidirectional) communication
- Compatible with binary data and command-based protocols
- Easy integration with existing serial systems
- Remote communication over standard network infrastructure
Typical Use Cases:
- Remote device control
- Industrial automation systems
- Data acquisition and monitoring
- Embedded system communication

Ask A Question
Thank you for your response. ✨