CALL US

800-634-5178

Open Source PTZ Camera Control App

Open Source PTZ Camera Control App

By Jim Bask 0 Comment January 15, 2018

Added compiled, ready-to-use, release version of the app for both Mac OSX and Windows. You can get’em at GitHub here.

From ProperNerd

…One of the key features we needed in a PTZ camera was the IP stream and control. While the hardware for these cameras is great, the software left a lot to be desired.

The provided software was free and open source. That’s great, but it was a very old html and javascript app, all written with tables and inline css and javascript. In addition it was very buggy, some things as simple as typos meant entire features of the camera were rendered broken. So, I got started looking through the code and at first was just going to fix and clean up what they had provided. After spending some time with it I decided it would be worth it to completely start from scratch…..

Once everything was in place I realized it could fairly easily be converted into an actual desktop app. Rather than using a web browser to access it, including all the clutter and overhead that comes with, I could have it run in it’s own window and keep the desktop much cleaner….[continue reading]