Straight lines in image are pixelated

1.Which seller did you purchase the product(s) from?
Uctronic
2.The Model number of the product(s) you have purchased?
B0264
3.Which Platform are you using the product(s) on?
Jetson Nano B01,
4.Which instruction are you following?
https://www.arducam.com/docs/camera-for-jetson-nano/multiple-cameras-on-the-jetson-nano/camarray-arducam-2mp2-stereo-camera-mip/
5.Has your product ever worked properly?

6.What problems are you experiencing?
Hi, our problem is that working with B0264 at full resolution (3200 x1300px) we see that the images are not sharp. All straight lines appear pixelated / bands

Waitong you commnects

Regards,

 

7.What attempts at troubleshooting have you already made?

8.How would you like us to help you?

Same issue here, it appears that every other column of pixels is faulty, or read out of order.

any tilted line looks jagged.

This happens both in Raspberry Pi and Jetson nano

JAGGED EDGES

Any update on this?

This is a crop of a png image captured with a slightly modified arducam_displayer.py

( just add these lines to not scale image, and save as png):

#frame = resize(frame, 1920.0)

display

cv2.imshow(“Arducam”, frame)
ret = cv2.waitKey(1)

press ‘q’ to exit.

if ret == ord(‘q’):
cv2.imwrite(“image_captured.png”,frame)
break

I can provide the full image and code via e-mail if needed.

 

This defect affects vision algorithms, such as line search, etc…

How can we eliminate it? is it a driver issue???

please advise.

 

 

 

 

 

 

Hello!
I have the same issue, any solution?

hardware:

Arducam 1MP*2 stereoscopic camera with OV9281

raspberry pi