raspberry pi4

CAMERA V2 모듈 설정 순서

v처니v 2022. 5. 3. 17:36

# 개발환경  RPI4 + Camera module V2


# 준비 작업

1. 라즈베리파이 업데이트 및 리부팅 (우측 상단에 다운로드 이미지가 있을 경우)
2. sudo raspi-config 실행  
   - 3. Interface Options -> 1.Camera -> select -> finish 

https://www.raspberrypi.com/documentation/accessories/camera.html#libcamera-raw

해당 링크 참조 

 

 

libcamera-still -o test.jpg

libcamera-still -e png -o test.png
libcamera-still -e bmp -o test.bmp => raw data + bmp header data
libcamera-still -e rgb -o test_rgb.data => raw data 
libcamera-still -e yuv420 -o test.data

'raspberry pi4' 카테고리의 다른 글

tensorflow 설치 하기 for libcamera  (0) 2022.05.10
open cv 설치 하기 for libcamera  (0) 2022.05.10
EEPROM 펌웨어 업데이트 방법  (0) 2022.05.06
libcamera test  (0) 2022.05.04
os 라즈비안 업데이트 세팅 순서.  (0) 2022.05.03