You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using an OAK-FFC 4P board with two OV9782 color camera modules. I want to obtain rectified left and right images, but the stereo node only provides grayscale rectified images. Is there a way to get rectified color images, or is there a workaround to calculate them?
The text was updated successfully, but these errors were encountered:
I am also interested in this. I found this thread, but I'm finding that the output of the ImageManip node is not exactly the same as the stereo's rectified output...
@tarekmuallim I believe I fixed the problem on the code of the other thread (see PR). With this, I am now getting rectified RGB from the OAK module (from ImageManip) that looks the same as the rectified grayscale coming from the StereoDepth node. However, I had to change meshCellSize = 16 to 20, otherwise I get a glitchy image in blocks.
Hi,
I am using an OAK-FFC 4P board with two OV9782 color camera modules. I want to obtain rectified left and right images, but the stereo node only provides grayscale rectified images. Is there a way to get rectified color images, or is there a workaround to calculate them?
The text was updated successfully, but these errors were encountered: