Pylon SDK (Windows)
Pylon SDK (Windows)
Question: How to set "End of Exposure event" by using Basler C++ API? Answer: Refer to the sample code from the folder below, => SODA Te...
Mon, 2 Mar, 2020 at 2:10 PM
Problem: - Want to save image while camera is grabbing, using VB.Net programming. Solution: - We do not have VB.NET sample code, refer to C++ code written...
Mon, 2 Mar, 2020 at 2:02 PM
Problem: - Programming issue: Can we set the timeout timing to infinite? Answer: - The camera will wait for the trigger signal in order to start, the u...
Mon, 2 Mar, 2020 at 2:03 PM
Question: - How to open specific camera by using API? Answer: - Refer to programming guild document, advanced topic, Creating specific cameras. - The...
Mon, 2 Mar, 2020 at 2:06 PM
Question: - How to save image into .avi file by using Pylon SDK? Answer: - Refer to sample code "Utility_GrabAvi_saving_time_filename".
Mon, 2 Mar, 2020 at 2:14 PM
Question: - Is the an low level function called "Exposure done event"? Answer: - Yes, the sample code can found from C++/Legacy Samples/Legac...
Mon, 2 Mar, 2020 at 2:27 PM
Issue: -How to use call back event by using low level API? Solution: - Refer to the "Programming using the low level API" chapter from the pylonC...
Mon, 2 Mar, 2020 at 2:30 PM
Problem: -Programming issue: - How to get line status all from C++ API? Ans: CIntegerPtr LineStatusAll(camera.GetNodeMap().GetNode("LineStatusA...
Mon, 2 Mar, 2020 at 2:35 PM
Question: -How to write the code for exposure time? -How the codes should be for us to set the shutter in absolute values (instead of raw value)? Soluti...
Mon, 2 Mar, 2020 at 2:37 PM
Question: - What is the difference between "ExposureTimeAbs" and "ExposureTimeRaw"? Answer: - "ExposureTimeAbs" is a flo...
Mon, 2 Mar, 2020 at 2:38 PM