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