Replies: 3 comments 1 reply
-
Because the noir and the normal cameras share the same sensors its really up to the system to say if there are different and at least with the v1 noir that I have I can't see anything too tell them apart. That being said I don't have the v2 or v3 noir to test with and if you look at the model name for the v3 normal vs the v3 wide there is a and difference in the sensor model - 'imx708' and 'imx708_wide' so at the least for later models it might be possible I don't know If you happen to have the noir could you try the following code in python (without the server running) and paste me the output then maybe we are in luck from picamera2 import Picamera2 |
Beta Was this translation helpful? Give feedback.
-
You should see this
I am on the pi5 and Camera 'Num' 0 is the noir 'Model': 'ov5647'..... so unless this ID '/base/axi/pcie@120000/rp1/i2c@88000/ov5647@36' is unique or the model names are better in later versions we have to see |
Beta Was this translation helpful? Give feedback.
-
Fundamentally lets say we can't 'tell' the difference between the normal and the noir cameras... If you connect them both to the pi5 they will show up as separate cameras... and can if you like share the same config but technically they don't need to (when the config saving is working).... After that trust me you will be able to tell which camera is noir and not. So lets say you use OBS to stream to youtube and have a timer running to switch camera... Just need to change from video_feed_0 to video_feed_1 |
Beta Was this translation helpful? Give feedback.
-
Since both cameras are the same except the "Normal" camera has an IR filter over the lens, I guess they will both be identified the same.
Is there any way to identify whether a camera is the "normal" or "NOIR"? Both the "Camera Module v3" and "Camera Module v3 Wide Angle" have the attribute
Beta Was this translation helpful? Give feedback.
All reactions