Pink color in the ZED one GS stream

Hi,

i am using a zedx one gs no lens camera and i fit EDA lens EDATEC ED-LENS-M12-230390-08 8MP 3.9MM M12 RASPBERRY PI LENS but the stream is pinkish … is that because of the lens or there are some parameters which i have to tweak?

also when i try to launch using the ros2 node it logs calibration file corrupted but the zed_explorer does open the pinkish feed

Is the optics equipped with an IR filter?
Normally, pinkish images are caused by an oversaturation of the RED channel because of the IR component of the sunlight.

ZED Explorer does not search for the calibration file because it shows the raw unrectified images.

You must use OpenCV to calibrate the camera and generate a YAML calibration file to be opened using the parameter sl::InitParametersOne::optional_opencv_calibration_file:

Normally, our cameras are calibrated in the factory, but this is not possible when they are sold with no optics.

I changed the lens and now the pink issue is vanished … it was a lens issue ..

Thanks !

1 Like

@ubuntuubuntu:/usr/local/zed/settings$ ls
SN304653602.conf

does this mean my camera is calibrated??

and how to download the calibrated file coz when i tried by this https://www.stereolabs.com/developers/calib?SN=304653602

[CAM_FHD1200]
fx=0
fy=0
cx=0
cy=0

[CAM_FHD]
fx=0
fy=0
cx=0
cy=-60

[CAM_SVGA]
fx=0
fy=0
cx=0
cy=0

[DISTO]
k1=0
k2=0
k3=0
k4=0
k5=0
k6=0
p1=0
p2=0

[MISC]
Sensor_ID=1

gave me an empty file

This means that the camera is not factory calibrated.

This is expected if you bought a camera with no optics.