Difference between revisions of "Rockchip-isp1"
From Rockchip open source Document
Line 26: | Line 26: | ||
= Software = | = Software = | ||
− | == | + | == Linux == |
− | === | + | === Gstreamer === |
− | + | === User applications === | |
− | == | + | == Android == |
− | === | + | === Camera Hal3 === |
− | = | + | https://source.android.com/devices/camera/camera3?hl=zh-cn |
= Usage Example = | = Usage Example = | ||
| |
Revision as of 06:49, 30 November 2017
NOTE: Under construction
Contents
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
Linux
Gstreamer
User applications
Android
Camera Hal3
https://source.android.com/devices/camera/camera3?hl=zh-cn
Usage Example