Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4861

Advanced users • How to manually enable night vision on a camera?

$
0
0
Hello, i recently bought a camera from aliexpress, it is 95 degree OV5647 camera for raspberry pi 4 it supports normal and night vision, i connected a raspberry pi 5 wire to it and it works, the camera switches automatically but how can i switch from night vision to normal manually? I already figured out how to disable it automatically switching but now i want to know how to do it manually

Im using Picamera2 library here is my current code:

```
import gpiozero
import time
import picamera2
Camera = picamera2.Picamera2()
Camera.configure(Camera.create_preview_configuration())
Camera.start_preview(picamera2.Preview.QTGL)
Camera.start()
time.sleep(20)
```

Model: Raspberry pi 5 4g

Statistics: Posted by scel5525pro2 — Thu Aug 08, 2024 12:16 pm



Viewing all articles
Browse latest Browse all 4861

Trending Articles