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

Camera board • Re: night vision ir camera issue

$
0
0
I have not applied the json file to my code. Do you know where or how I can access this?
The following code, when inserted after creating the picam2 object, but before configuring or starting the camera, should apply the tuning file.
The storage location of the tuning files differs between Pi5 and previous models but picamera2 will find and load the file given only the appropriate name.

Code:

tuning = Picamera2.load_tuning_file("ov5647_noir.json")picam2 = Picamera2(tuning=tuning)
The suggestion to try disabling the on-board illuminators is based on them being fairly high current devices, so may be loading the supply to the module/board and affecting its operation.

Okay thanks, I added it to my code. I will test it later when it is dark outside. Also, how do I disable the illuminators... I cant find any documentation for this and I am very new to using it

do you have any other suggestions if these things don't work? is my best option to just add more leds?

Statistics: Posted by 1parkerj1 — Wed May 08, 2024 10:13 am



Viewing all articles
Browse latest Browse all 5294

Trending Articles