-
Hi,
I want to use the camera module v2, rotated by 90 degrees, on a 16:10 screen (1280x800), which is rotated also by /boot/config.txt line "display_rotate=3". All on a Raspberry Pi 1, 512 MB. I fa…
-
The software hangs when setting use_video_port=True if previously two recordings have been started
code to reproduce:
```
from picamera import PiCamera
camera = PiCamera()
camera.resolution …
-
This is my 2nd SD card having different error..
The [1st](https://github.com/EdjeElectronics/TensorFlow-Object-Detection-on-the-Raspberry-Pi/issues/30) had a different error
```
pi@raspberrypi:~/…
-
picameraを使う練習
-
The "Hardware" section of the PiCamera documentation describes "several post-processing steps on the frame data" by the GPU's image signal processor:
> Bayer de-noise: This is a noise reduction alg…
-
I cloned this down and ran npm install
when running `node PiCamera_accessory.js` I get the following output
/home/pi/HomeKitCam/PiCamera_accessory.js:25
let sessionIdentifier = uuid.unparse…
-
I need to get a single .npz file to train just like in ```collecting_training_data.py``` by hamichiwa.
Here's the code I have used to drive my car. Please take a look,
```
import time
import io
…
-
Hello
I was wondering if there is a way to display a picamera using tft.
blix5 updated
6 years ago
-
**My stetup:**
- Raspberry Pi 3 Model B (not B+)
- Raspbian Stretch Lite (build 2018-10-09)
- Python 3.6
- picamera 1.13
**Steps to reproduce:**
Step 1: Run this following script (in its ow…
-
I am trying to capture only Y plane from 8-megapixel images in YUV format to a list of buffers. Before the capturing is performed, I would like to set the camera parameters in every iteration. The fol…