Table of Contents
Published: 2026-09-21 · Category: RISC-V AI · Reading time: ~4 min · Status: DRAFT
What was announced
Covered by CNX Software on 16 September 2026, the AIMORELOGY Ovis is an open-source AI vision camera module built around the CVITEK CV1842H-P SoC. The pitch is full-colour 1080p night vision plus 1.5 TOPS of edge AI inference in a compact modular stack.
Target applications given are drones, robotics, security systems, smart cameras and custom embedded vision products.
Be clear about one thing up front: this is a crowdfunding announcement, not a product shipping to distribution.
The numbers, as published
| Item | Value |
|---|---|
| SoC | CVITEK CV1842H-P |
| Application CPU | 1× Arm Cortex-A53 @ 1.1 GHz |
| Companion CPU | 1× RISC-V C906 @ 800 MHz |
| NPU | 1.5 TOPS @ INT8, with BF16 support |
| ISP | AI-ISP, real-time 1080p |
| Core board | 20 × 20 mm |
| On-board storage | 2 Gbit NAND flash |
| Core board I/O | USB, UART debug pads |
| Image sensor | SC235HAI (on Sensor board) |
| Sensor board I/O | Ethernet, UART |
| Optional | CVBS board between Sensor and Core boards |
Why the C906 is the interesting line
The Cortex-A53 at 1.1 GHz is unremarkable. The RISC-V C906 at 800 MHz is the datapoint worth tracking.
The C906 is one of the most widely deployed 64-bit RISC-V application cores in shipping silicon, and its appearance here is as a companion core in a vision SoC rather than as the headline processor. That is the current reality of RISC-V in edge AI silicon: the vector/control work sits on an open-ISA core while the matrix throughput lives in a proprietary NPU.
For engineers, the practical consequence is that your toolchain story splits in two. Anything you write for the C906 is standard RISC-V — GCC or LLVM, upstream debugger support, no architecture licence. The NPU is vendor-coupled regardless of which core you compile for. Choosing an open-ISA companion core does not by itself buy you NPU portability.
The mechanical design is the actual differentiator
The stacked three-board arrangement is more interesting than the spec sheet:
- Ovis Core board — 20 × 20 mm, SoC, 2 Gbit NAND, USB, UART debug pads
- Sensor board — SC235HAI sensor, adds Ethernet and UART
- Optional CVBS board — sits between the two for legacy analogue output
A 20 × 20 mm compute-and-NPU core with a separable sensor board means the same vision pipeline can be re-pointed at a different sensor without respinning the compute carrier. For anyone integrating vision into a gimbal, an inspection head or a robot body, that decoupling is the whole value proposition.
The AI-ISP claim — real-time 1080p with full-colour night vision — is the part to validate on real footage before committing. ISP quality claims are notoriously hard to assess from written specifications, and "full-colour night vision" spans a wide quality range.
How 1.5 TOPS frames the use case
1.5 TOPS at INT8 places this firmly in inference-at-the-sensor territory: classification, detection of a small number of object classes, presence/absence, simple tracking. It is not a platform for on-device transformer inference.
That is not a criticism — it is a sizing statement. The relevant question for a design is whether 1.5 TOPS at the sensor eliminates a round trip to a host, and for detection-class workloads it generally does. BF16 support is listed, which gives some headroom for models that do not quantise cleanly to INT8.
Not disclosed
The coverage leaves out most of what a design-in decision needs:
- DRAM size and type — the 2 Gbit figure is NAND flash, not RAM. RAM is not disclosed.
- Power consumption, thermal envelope — not disclosed
- Price, crowdfunding platform, campaign end date, shipping date — not disclosed
- Software stack — SDK, model zoo, framework support, whether the NPU toolchain is open — not disclosed
- Open-source scope — "open-source" is claimed; which layers (schematics, firmware, BSP) is not stated
Sources
- CNX Software — CVITEK CV1842H-P-based edge AI camera module offers night vision and AI-ISP support (Crowdfunding), 16 September 2026, by Debashis Das: <https://www.cnx-software.com/2026/09/16/cvitek-cv1842h-p-based-edge-ai-camera-module-offers-night-vision-and-ai-isp-support/>
- CNX Software RISC-V tag index (used to confirm no more recent RISC-V board or chip coverage through 21 Sep 2026): <https://www.cnx-software.com/tag/risc-v/>
Verification notes
- Specifications are transcribed from CNX Software's write-up, which is the primary English-language source available. The figures in the table are CNX's, not the vendor's datasheet; no independent datasheet was located.
- NAND versus RAM is explicitly distinguished above because the source lists only "2 Gbit NAND flash". Do not quote 2 Gbit as memory.
- Selected partly for category coverage. No genuinely new RISC-V MCU part surfaced in the 18–21 September window. Alternatives considered and rejected: Banana Pi BPI-CM6 (forum thread dates to April 2025; wiki product page is empty — not a new launch), Espressif ESP32-S31 (mass production announced 27 July 2026), HiSilicon Jingwei A2 MCU (9 Sep, limited relevance and availability for an overseas engineering audience).
- Editor's judgement needed: this is the weakest of the batch on hard news value. It is included because the C906-in-vision-SoC pattern is a real ecosystem signal and the CNX source is reliable. Drop it if the calendar is tight.