intel / libxcam

libXCam is a project for extended camera(not limited in camera) features and focus on image quality improvement and video analysis. There are lots features supported in image pre-processing, image post-processing and smart analysis. This library makes GPU/CPU/ISP working together to improve image quality. OpenCL is used to improve performance in different platforms.
Other
589 stars 229 forks source link

Missing Parameters K,D,R,t,c in json file #834

Open sandeshchand87 opened 10 months ago

sandeshchand87 commented 10 months ago

In calibration_parser.cpp, the parse_fisheye_camera_param method mentions the parameters K,D,R,t,c is reading from JSON file. But the provided sample JSON file in the repo does not contain such values. Where can I get these parametric values so that I can run the application.

image