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 depthai-core v2.20.2 with an OAK-1 camera (IMX378 sensor, SKU A00109) and I realized that the images have some displaced pixels (as seen in the image)
I have tested with three different cameras and I have a similar effect, just that the displaced pixels regions are not always the same. Do you have any clue of how to solve this issue or what is the cause? I am using depthai in a C++ application.
The distance at which the image was taken is around 45 cm and the displaced pixels zones are normally found on the right side of the image frame.
The used resolution is THE_4K_ at 30 FPS (it appears also at 20 FPS).
Minimal Reproducible Example
To save the image press the 'C' key . This is the minimum I can do since reducing something else from the code will not be representative or enough to reproduce the issue. The image recovered from the still node (2174_still.png) has not any image artifacts, but the image from the imagemanip node (2174_img_manip.png) always has it.
I use the ImageManip to avoid loading the whole 3 image channels into the buffer due to frame rate. This step is key since I use the OAK-1 camera connected to an Android Device and if I don't do this the frame rate goes from 20 (taking only one channel from imgmanip node) to 10(taking the 3 channels image from isp).
Expected behavior
The images SHOULD NOT have such artifacts
Additional context
The artifact is only produced when using the ImageManip node. About the ImageManip limitations I do not surpass the width of the image (3840 pixels which is also a multiple of 16). I've tried also with the GRAY8 image type and the artifact also appears with this configuration.
I've tested with the following versions of depthai-core:
2.17.4
2.18.0
2.19.1
2.20.2
2.21.2
The artifact appears in all the versions but for the 2.17.4. In this version the artifact is almost imperceptible, but it does appear when looking carefully (more evident in an image with checkerboard).
To give a little of background, I was working with the 2.17.4 since january 2022 (at that time it was the available release version), so that is why I have not noticed this artifact before. I was intending to update the depthai-core version for a new one to be able to recover the metadata from each image (lensPosition, ISO, exposureTime), and it may be related that from version 2.18.0 to 2.21.2 it is possible to obtain the imaga metada, but the artififact is also a lot more evident for those versions.
The text was updated successfully, but these errors were encountered:
Description
I am using depthai-core v2.20.2 with an OAK-1 camera (IMX378 sensor, SKU A00109) and I realized that the images have some displaced pixels (as seen in the image)
I have tested with three different cameras and I have a similar effect, just that the displaced pixels regions are not always the same. Do you have any clue of how to solve this issue or what is the cause? I am using depthai in a C++ application.
The distance at which the image was taken is around 45 cm and the displaced pixels zones are normally found on the right side of the image frame.
The used resolution is THE_4K_ at 30 FPS (it appears also at 20 FPS).
Minimal Reproducible Example
To save the image press the 'C' key . This is the minimum I can do since reducing something else from the code will not be representative or enough to reproduce the issue. The image recovered from the still node (2174_still.png) has not any image artifacts, but the image from the imagemanip node (2174_img_manip.png) always has it.
I use the ImageManip to avoid loading the whole 3 image channels into the buffer due to frame rate. This step is key since I use the OAK-1 camera connected to an Android Device and if I don't do this the frame rate goes from 20 (taking only one channel from imgmanip node) to 10(taking the 3 channels image from isp).
Expected behavior
The images SHOULD NOT have such artifacts
Additional context
The artifact is only produced when using the ImageManip node. About the ImageManip limitations I do not surpass the width of the image (3840 pixels which is also a multiple of 16). I've tried also with the GRAY8 image type and the artifact also appears with this configuration.
I've tested with the following versions of depthai-core:
The artifact appears in all the versions but for the 2.17.4. In this version the artifact is almost imperceptible, but it does appear when looking carefully (more evident in an image with checkerboard).
To give a little of background, I was working with the 2.17.4 since january 2022 (at that time it was the available release version), so that is why I have not noticed this artifact before. I was intending to update the depthai-core version for a new one to be able to recover the metadata from each image (lensPosition, ISO, exposureTime), and it may be related that from version 2.18.0 to 2.21.2 it is possible to obtain the imaga metada, but the artififact is also a lot more evident for those versions.
The text was updated successfully, but these errors were encountered: