반응형
라즈베리파이 카메라 Python Interface 설명 자료(Link)
라즈베리파이 카메라 사용에 대한 상세한 자료를 담았다. 이전 자료는 옛날 버전이라고 결론을 짓지만 확실한 건 아닌것 같다. 지금 올리는 게 최신 버전이다.
아래 글의 출처 링크 - https://picamera.readthedocs.io/en/release-1.13/
화면 왼쪽 목차가 나오는 쪽 맨 아래에 보면 버전 링크를 볼 수 있다. 아래로 뾰족한 삼각형을 누르면 버전정보와 pdf 파일로 다운 받을 수 있다. 참고하시라.
picamera - release-1.13
This package provides a pure Python interface to the Raspberry Pi camera module for Python 2.7 (or above) or Python 3.2 (or above).
Links
- The code is licensed under the BSD license
- The source code can be obtained from GitHub, which also hosts the bug tracker
- The documentation (which includes installation, quick-start examples, and lots of code recipes) can be read on ReadTheDocs
- Packages can be downloaded from PyPI, but reading the installation instructions is more likely to be useful
Table of Contents
- 1. Installation
- 2. Getting Started
- 3. Basic Recipes
- 4. Advanced Recipes
- 5. Frequently Asked Questions (FAQ)
- 6. Camera Hardware
- 7. Development
- 8. Deprecated Functionality
- 9. API - The PiCamera Class
- 10. API - Streams
- 11. API - Renderers
- 12. API - Encoders
- 13. API - Exceptions
- 14. API - Colors and Color Matching
- 15. API - Arrays
- 16. API - mmalobj
- 17. Change log
- 18. License
Indices and tables
기가 막힌 라즈베리파이 스테레오 카메라가 나온다. 이미지 출처 참고!
StereoPi
An open source stereoscopic camera based on Raspberry Pi
반응형
'개발자' 카테고리의 다른 글
C 프로그래밍을 위한 로드맵 (1) | 2022.09.14 |
---|---|
C 프로그래밍 커리큘럼, 20일 과정 (1) | 2022.09.13 |
소프트웨어 요구 사항 상세화 방법 (1) | 2022.07.19 |
한글 개발자 커뮤니티 사이트 목록 (0) | 2022.01.17 |
A Guide to Debouncing 버튼 바운스 해결 가이드 (0) | 2021.05.28 |
점성 액체 정량공급기 배선 도면 (0) | 2021.05.18 |
어드벤처 디자인 교과 운영 Guide (0) | 2021.02.23 |
Joel Goldberg의 교훈에 이은 인터뷰 (0) | 2021.01.25 |
더욱 좋은 정보를 제공하겠습니다.~ ^^