Open cjh1995-ros opened 1 month ago
I think the issue is that older calibrations store ov9782 as being able to output both mono and color: socket: CAM_A, sensorName: OV9782, width: 1280, height: 800, orientation: AUTO, supportedTypes: [COLOR, MONO]
. We can fix it by changing the calibration or to fix in FW.
cc @SzabolcsGergely
@jakaskerl So do I need to calibrate the camera with chessboard?
Hi @cjh1995-ros Afaik the device needs to be reflashed completely (not possible through recalibration). Best to wait for FW fix.
Workaround:
camRgb.setSize((1280, 800))
camRgb.setVideoSize((640, 400))
Thanks @jakaskerl. It worked!
Hi @cjh1995-ros Afaik the device needs to be reflashed completely (not possible through recalibration). Best to wait for FW fix.
Workaround:
camRgb.setSize((1280, 800)) camRgb.setVideoSize((640, 400))
Sorry that I closed the issue. I just checked and it works. However, fov is decreased so hard. Guess it cropped the undistorted image. Here's the results. Is there any way to resize the image in the Camera
node?
(setSize - serVideoSize) 800P - 400P
800P - 800P
400P - 400P
Hi @cjh1995-ros Afaik the device needs to be reflashed completely (not possible through recalibration). Best to wait for FW fix.
@jakaskerl Then how long should I wait for the FW update?
@jakaskerl I meet the same question, how long will update the FW? many thanks
Describe the bug A clear and concise description of what the bug is. Currently, I'm working on
OAK-1-W-97
withOV9782
. In the doc, it supports 400P, 720P, 800P. So I try to test every resolution and 720P and 800P work fine, but 400P gave me the following result.I tested it with following code.
For additional test, here's the result of
depthai-viewer
. Idk why the following log came out.