I’m trying to install VATIC Video Annotation Tool on Linux. I followed the instructions in README file twice, always failing to execute command: which gives these two error messages: Other turkic commands, e.g. turkic status –verify give the same error messages (for a given action name). I also noticed that source file ~/vatic/public/index.html contains links to stylesheets and scripts in
Tag: computer-vision
Basler Pylon 4 SDK and OPENCV 2.4.8, Linux simple viewer
I am developing a simple camera viewer to test Basler camera acA1300-30gc. I am working in Ubuntu 14.04 with Basler Pylon 4 and OPENCV version 2.4.8 because I am going to develop a machine vision application and I need to analyze frames on the fly. Based on OpenCV Display Image Tutorial, Sample Code in Pylon Documentation and this similar question