Please enable javascript, or click here to visit my ecommerce web site powered by Shopify.
Jump to: navigation, search

Difference between revisions of "Rockpi4/MIPI Camera"

(Created page with "{{rockpi4_header}} {{Languages|rockpi4/MIPI Camera}} ROCK Pi 4 > Using MIPI Camera on ROCK Pi 4 __TOC__")
 
 
Line 6: Line 6:
  
 
__TOC__
 
__TOC__
 +
 +
ROCK Pi 4 are support Raspberry Pi Camera Module V1-OV5647 and [https://www.raspberrypi.org/products/camera-module-v2/ Raspberry Pi Camera Module V2]-IMX219 now.
 +
 +
===Useing Camera Module===
 +
 +
*Connect
 +
[[File:Csi-connect.jpg]]
 +
 +
*Enable Camera Module
 +
 +
Change /boot/hw_intfc.conf:
 +
 +
Enable IMX219 Camera Module:
 +
    # Add imx219 camera module support. Need disabled ov5647 camera module.       
 +
    #intfc:dtoverlay=imx219
 +
 +
And then reboot your ROCK Pi 4 now.
 +
 +
*Test Camera Module
 +
 +
You need connect a display(HDMI or DSI Screen) on your ROCK Pi 4 before testing.
 +
 +
This step is test on [https://dl.radxa.com/rockpi/images/debian/rockpi4-debian-stretch-desktop-arm64-20190730_2022-gpt.img.gz Debian firmware]:
 +
    test_camera-rkisp1.sh

Latest revision as of 03:54, 1 August 2019

    ROCK Pi 4 >  Using MIPI Camera on ROCK Pi 4

ROCK Pi 4 are support Raspberry Pi Camera Module V1-OV5647 and Raspberry Pi Camera Module V2-IMX219 now.

Useing Camera Module

  • Connect

Csi-connect.jpg

  • Enable Camera Module

Change /boot/hw_intfc.conf:

Enable IMX219 Camera Module:

   # Add imx219 camera module support. Need disabled ov5647 camera module.         
   #intfc:dtoverlay=imx219

And then reboot your ROCK Pi 4 now.

  • Test Camera Module

You need connect a display(HDMI or DSI Screen) on your ROCK Pi 4 before testing.

This step is test on Debian firmware:

   test_camera-rkisp1.sh