Skip to content
Advertisement

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 I write the following code.

Code:

JavaScript

I don’t know why uncommenting namedWindow(WIN_NAME,CV_WINDOW_AUTOSIZE); the camera doesn’t grab anymore.

I would be very grateful if some one could help me please.

Advertisement

Answer

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement