Pylon SDK (Windows)
Pylon SDK (Windows)
Question: How to use LOW API Letency sample code to use End of Exposure Event? Answer: -For low level coding, refer under legacy sample codes folder. ...
Mon, 2 Mar, 2020 at 2:48 PM
Question: - How to use Basler Camera Event in API? Answer: - Not all the events listed below are applicable for ace cameras. Basically ace cameras onl...
Mon, 2 Mar, 2020 at 2:50 PM
Problem: -How to set camera frame rate by using Basler API? Answer: camera1.Open();
camera1.AcquisitionFrameRateEnable.SetValue(true);
double d = c...
Mon, 2 Mar, 2020 at 2:51 PM
Problem: -How to read the camera temperature by using Basler SDK? Solution: - Refer to the sample code, G:\Team Drives\202 Support\05 Programming code\...
Mon, 2 Mar, 2020 at 2:59 PM
Question: - Does Basler Pylon API support Java language? Solution: - Basler officially do not support Java, but possible to do a wrapper in Pylon C or ...
Mon, 2 Mar, 2020 at 3:00 PM
Problem: - How to save the images into local drive by using C# API? Solution: - Refer to the C# - Save image to local drive sample code. Location: G:\T...
Mon, 2 Mar, 2020 at 3:04 PM
Problem: - How to save the grabbed image in BMP format? C++ sprintf(numstr, "Image%d.png", i);
Pylon::CImagePersistence::Save( Im...
Mon, 2 Mar, 2020 at 4:04 PM
Question: - How to configure camera to hardware trigger mode by using Pylon C++ API? Answer: - Provided sample code "Grab hardware trigger.cpp&qu...
Mon, 2 Mar, 2020 at 4:07 PM
Question: - What is Over triggering event? Answer: - If you are triggering frame acquisition with an ExFSTrig signal and you attempt to acquire frames ...
Mon, 2 Mar, 2020 at 4:14 PM
Question: - How to convert 12-bit packed image from Basler camera to OpenCV image format. - How to convert the image from 12-bit packed to 16 bit once it ...
Tue, 24 Mar, 2020 at 12:08 PM