Medin Omeragic

Results 3 comments of Medin Omeragic

So what i get from this, is that i should change the `camRgb.setIspScale(1, 5)` parameter to `camRgb.setIspScale(2, 3)` ? Doing that openCV throws me the following error: `OpenCV(4.5.5) d:\a\opencv-python\opencv-python\opencv\modules\imgproc\src\color.simd_helpers.hpp:108: error:...

> @medonni the suggested way was using image "squashing" to preserve FOV, like here: https://github.com/luxonis/depthai-python/blob/main/examples/MobileNet/rgb_mobilenet_4k.py#L41 Not immediately sure what is the issue in your case using ImageManip, but will check...

> This is my current workaround: > > ``` > fetch( > `${process.env.REACT_APP_URL_BACKEND}/create-checkout-session`, > { > method: 'post', > headers: { > 'Authorization': `Bearer ${session.access_token}` > }, > body: JSON.stringify(opts),...