Quantcast
Viewing all articles
Browse latest Browse all 5380

Camera board • Re: night vision ir camera issue

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?
I tested this and it seemed to improve the visibility of the camera! as for the weird grainy image from the first post.. I think I didnt have the csi cable plugged into the camera properly so the signal was off... I am still going to test this with more ir illuminators and then i will update.

thank you for the help Image may be NSFW.
Clik here to view.
:geek:

Statistics: Posted by 1parkerj1 — Fri May 10, 2024 12:35 pm



Viewing all articles
Browse latest Browse all 5380

Trending Articles