goldwater668 / hikvision-fisheye-camera-calibration

calibrate hikvision fisheye IP camera and undistort frame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Device:

Hikvision fisheye ip camera - DS-2CD3955FWD-IWS

Usage:

First, run cali_img_capture.py script and press SPACE button to capture 9x6 chessboard image for calibration (seen here). 30-40 images work fine for calibration.

Next, run hik_cam_calibrate.py to get camera intrinsic parameters and distortion coefficients (K and D).

Last, in hik_cam.py show how to use K and D to undistort images.

Requirements

opencv 3.2.0

Referrence

Here

About

calibrate hikvision fisheye IP camera and undistort frame


Languages

Language:Python 100.0%