9)
Which one of the following is correct for image related operations with on-board Raspberry Pi
camera in Python?
a. from PIcamera import PiCamera
b. from picamera import PyCamera
c. from picamera import PiCamera
d. None of these
Answers
Answered by
1
Answer:
from picamera import picamera
Answered by
0
The correct answer is (c) from picamera import PiCamera.
- Pi Camera module is a camera that can be utilized to take pictures and top-quality videos.
- Raspberry Pi Board has a CSI (Camera Serial Interface) point of interaction to which we can connect the PiCamera module directly.
Here, we have utilized Pi camera v1.3. Its features are recorded underneath:
- Resolution - 5 MP.
- HD Video recording - 1080p @30fps, 720p @60fps, 960p @45fps, etc.
- It Can catch wide, still (unmoving) pictures of resolution 2592x1944 pixels.
- CSI Interface empowered.
Similar questions