César Gouveia
César Gouveia
You can find the pb model file here: https://github.com/PINTO0309/PINTO_model_zoo/tree/main/109_Selfie_Segmentation
It seems this issue is explained here: https://discuss.luxonis.com/d/3548-fatal-error-with-1200-p-resolution/2 However, I'm now encountering a new error using THE_720_P for both color and depth: [1944301041DF982E00] [1.13] [0.788] [ColorCamera(0)] [warning] Unsupported resolution set...
Hey @themarpe thanks for the response! Do you have an example in C++? I am unable to access certain methods, such as `camRgb.setMeshSource(dai.CameraProperties.WarpMeshSource.CALIBRATION)` or `camRgb.setCalibrationAlpha(alpha)` Thanks, César.
I'm using DepthAI version 2.24.0, which is from Dec 14, 2023. Have so many changes been made in such a short time, especially to such essential functions? On the Depth-AI...