Search found 10 matches

by tuannm
Sun Oct 25, 2020 4:20 am
Forum: OpenCV, Python and other image processing
Topic: Depth map calibration/explanation
Replies: 21
Views: 33523

Re: Depth map calibration/explanation

The reason is from the inverted images.
Thank you so much.
by tuannm
Sat Oct 24, 2020 5:50 am
Forum: OpenCV, Python and other image processing
Topic: Depth map calibration/explanation
Replies: 21
Views: 33523

Re: Depth map calibration/explanation

hello Realizator, Can you help me check the code "4_calibration_fisheye.py" for my images? I do not know what happens when I received an error " (-3 internal error) calib_check_cond - ill-conditioned matrix for input array 35 in function 'cv::internal::calibrate extrinsic'". I used the latest code i...
by tuannm
Thu Oct 01, 2020 2:07 am
Forum: Cameras and video capture modules
Topic: Capture still images from HQ Camera 12.3MP
Replies: 13
Views: 12890

Re: Capture still images from HQ Camera 12.3MP

hi Realizator,

It finally works for me and I should accept that the average FPS is very low (~1.5 FPS with 2688x1024).
Thank you so much for your support.
by tuannm
Wed Sep 30, 2020 12:33 am
Forum: Cameras and video capture modules
Topic: Capture still images from HQ Camera 12.3MP
Replies: 13
Views: 12890

Re: Capture still images from HQ Camera 12.3MP

hi Realizator, Thank you for your kindly support. But it still didn't work for me. So, please see the short video for this clear issue. Link: https://drive.google.com/file/d/1zKUkuLG8ScYmMVlG1yLHlFXS37MYe6r0/view?usp=sharing Even though, I changed cam_width = int((cam_width+63)/64)*64) but it still ...
by tuannm
Tue Sep 29, 2020 2:34 am
Forum: Cameras and video capture modules
Topic: Capture still images from HQ Camera 12.3MP
Replies: 13
Views: 12890

Re: Capture still images from HQ Camera 12.3MP

hi Realizator, Let me send you the capture file that I use to get stereo images with a resolution of 2592x976. Link: https://drive.google.com/file/d/1MQDAnyPseuwlLrKeU3dkggqGFDB3bvY0/view?usp=sharing I set scale_factor=1, gpu_mem=256, (0 < value.width <= self.MAX_RESOLUTION.width*2) as you suggested...
by tuannm
Sun Sep 27, 2020 12:26 am
Forum: Cameras and video capture modules
Topic: Capture still images from HQ Camera 12.3MP
Replies: 13
Views: 12890

Re: Capture still images from HQ Camera 12.3MP

hi stereomaton, I have already followed the rule for width and height values. For example width = 2592, height = 976, and the vertical stripes began to appear. But it is fine for a resolution of 2560x960 or less. I expect to get a minimum resolution of 2688x1024 but it did not work. I hope to receiv...
by tuannm
Sat Sep 26, 2020 11:47 pm
Forum: Cameras and video capture modules
Topic: Capture still images from HQ Camera 12.3MP
Replies: 13
Views: 12890

Re: Capture still images from HQ Camera 12.3MP

Hi Realizator, I really want to receive your help with another problem. I tried to capture stereo images with a resolution of greater than 2560x960 but it did not work well. As you can see in the attached photo, there is something wrong on the right side of the images. Image Link: https://drive.goog...
by tuannm
Sun Sep 20, 2020 1:11 am
Forum: Cameras and video capture modules
Topic: Capture still images from HQ Camera 12.3MP
Replies: 13
Views: 12890

Re: Capture still images from HQ Camera 12.3MP

Hi Realizator,
I prefer the second tip and it works well for me.
Thank you for your support.
by tuannm
Sat Sep 19, 2020 1:15 am
Forum: Cameras and video capture modules
Topic: Capture still images from HQ Camera 12.3MP
Replies: 13
Views: 12890

Re: Capture still images from HQ Camera 12.3MP

Hello Realizator, I think my issues here are a bit different from the previous topic. Even though I tried with resolution 2028x1128 (or whatever), I got an error like this: File "/usr/lib/python3/dist-packages/picamera/camera.py", line 123, in capture, 'Timed out waiting for capture to end' picamera...
by tuannm
Fri Sep 18, 2020 8:26 am
Forum: Cameras and video capture modules
Topic: Capture still images from HQ Camera 12.3MP
Replies: 13
Views: 12890

Capture still images from HQ Camera 12.3MP

Hi everyone, I want to capture images using two HQ Cameras 12.3MP but when I use the code from the "stereopi-tutorial" package with 1_test.py file, it did not work. But that code works well for two V1 cameras. This is the link of the code: https://github.com/realizator/stereopi-tutorial/blob/master/...