Showing posts with label RTSP. Show all posts
Showing posts with label RTSP. Show all posts

Friday, July 24, 2015

Monitor IP camera on PC by RTSP

    This test program is an extension of my previous test program (article "Use USB camera as barcode reader - image resolution is 1280 x 720"), I replace the USB communication interface by RTSP communication interface.

    The RTSP communication implements live555 library, all my programming environment is done by VC++.

    Except the capturing image from IP camera, some image processing (image filters - gray, noise, negative, contour, histogram) is done, and image analysis (OCR, optical character recognition) is tested, too.