Hi, I saw here it says isp is left as is and other types of frames are undistorted by camera node.
My application requires the full 12MP rgb img; so far I've been able to get it ColorCamera
node continuosly and I would like to get the undistorted frames. Based on the link above, looks like still
frame is the way to go.
- Can we get the still frames constantly without sending control to the camera (eg to obtain isp frames, most tutorial would use
isp.get().getCvFrame()
)?
- Does the undistortion works at different lens pos?