TSCM_Calib icon indicating copy to clipboard operation
TSCM_Calib copied to clipboard

Segmentaion Fault

Open ADITYA97-CODER opened this issue 10 months ago • 5 comments

i man getting this error while launching, also can you share how to calibration images

ADITYA97-CODER avatar Apr 21 '24 11:04 ADITYA97-CODER

i mean how to capture calibration images. if you could share some examples .

ADITYA97-CODER avatar Apr 21 '24 11:04 ADITYA97-CODER

i man getting this error while launching, also can you share how to calibration images

what's the error you got? Could you show more details?

For the method to capture image, well, it depends on your own device. For example, how many cameras you have, how to read frame through camra SDK.

Generally, if your camera supports UVC protocol, you can use the VideoCapture function in OpenCV to open the camera, and use imwrite to capture and save the image.


I also provide a dataset for calibration test: https://pan.baidu.com/s/1iTzwtG9HWD_va2STfKekhQ?pwd=6zar. Hope it helps.

imuncle avatar Apr 21 '24 12:04 imuncle

Thank you for your response. I'll try to figure it out. Can you share your email or any contact. I am stuck with a computer vision problem and I am new in this field . I have few doubts regarding this paper. I am trying to implement it for my use case. I was hoping if you could help me out.

ADITYA97-CODER avatar Apr 21 '24 13:04 ADITYA97-CODER

you can contact me by [email protected]

imuncle avatar Apr 22 '24 02:04 imuncle

Hey, can you provide a simple tutorial on how to use this code for a single camera calibration. i would be really helpful and also the test dataset link is not working also i am getting this error "Program received signal SIGSEGV, Segmentation fault. 0x000055555557e3f7 in cv::Mat::operator=(cv::Mat const&) ()"

ADITYA97-CODER avatar Apr 22 '24 17:04 ADITYA97-CODER