Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


Sidebar

products:sbc:vim4:add-ons:os08a10-mipi-camera

This is an old revision of the document!


VIM4 OS08A10 MIPI Camera

Introduction

This document mainly introduces MIPI Camera. The document is divided into two parts,The first part of the document describes how to connect. The second part introduces How to record video via Gstreamer and test your camera under Ubuntu.

Hardware Connection

The reverse connection will burn the camera, please check the connection of the picture carefully before connecting.

docs-vim4-camera-os8a10

Command Line

Record Video via Gstreamer

Install Gstreamer

sudo apt update
sudo apt install gstreamer-aml

Record Video

gst-launch-1.0 v4l2src device=/dev/video50 io-mode=mmap num-buffers=300 ! amlvenc ! h264parse ! qtmux ! filesink location=test_50.mp4

See Also

Last modified: 2022/11/02 23:25 by hyphop