Difference between revisions of "Rockchip-isp1"

From Rockchip open source Document
Jump to: navigation, search
Line 8: Line 8:
 
kind of different with plain v4L2.
 
kind of different with plain v4L2.
  
The document below provide basical informations about the rockchip-isp1 driver and Image Signal Processing block on Rockchip SoC with  examples and details.
+
The document below provide basical informations about the rockchip-isp1 driver and Image Signal Processing block on Rockchip SoC with examples and details.
  
 
= Hardware =
 
= Hardware =
Line 16: Line 16:
 
=== Block diagram ===
 
=== Block diagram ===
  
The datasheet about ISP need NDA
+
The datasheet about ISP is currently only available under ''NDA, so we can't paste the completed block diagram from ''datasheet to here.
 +
 
 +
Below diagram is a abstract version:
  
 
== MIPI Details ==
 
== MIPI Details ==
 +
 +
= Driver =
 +
 +
= Software =
 +
 +
== Android ==
 +
 +
=== Camera Hal3 ===
 +
 +
TO BE DONE
 +
 +
== Linux ==
 +
 +
=== Gstreamer ===
 +
 +
=== User applications  ===
 +
 +
= Usage Example =
 +
 +
 

Revision as of 06:48, 30 November 2017

NOTE: Under construction

Overview

rockchip-isp1 is a V4L2 based driver for Image Signal Processing block on Rockchip SoC. Compared to the earlier driver rk-isp10, it use Media Controller framework, which it's

kind of different with plain v4L2.

The document below provide basical informations about the rockchip-isp1 driver and Image Signal Processing block on Rockchip SoC with examples and details.

Hardware

ISP Details

Block diagram

The datasheet about ISP is currently only available under NDA, so we can't paste the completed block diagram from datasheet to here.

Below diagram is a abstract version:

MIPI Details

Driver

Software

Android

Camera Hal3

TO BE DONE

Linux

Gstreamer

User applications 

Usage Example