[[MV Camera Application Development Guide on Rochchip/zh|查看中文]]
[[MV Camera Application Development Guide on Rochchip/zh|查看中文]]
−
Application Layer Usage and Development Guide for MV/RW Series Camera Modules on the Rockchip Platform
+
Application Layer Usage and Development Guide for MV/RAW Series Camera Modules on the Rockchip Platform
+
+
=== Overview ===
+
This document applies to scenarios where the camera hardware is correctly connected, the driver is properly installed, and the MV/RAW series camera has been successfully recognized.
+
+
The main objectives of this guide are to:
+
+
* Query the device information of the connected MV/RAW series camera
+
* Configure and prepare the camera operating modes
+
* Introduce several methods for previewing and capturing images
+
* Explain camera parameter configuration
+
* Provide guidance for customer-specific development
+
+
On the Rockchip platform, regardless of the method used to access the camera, it is necessary to complete '''device detection''' and '''media-ctl configuration''' before performing any further operations. Therefore, the following sections first cover device detection and media-ctl setup.