Pylon SDK (Windows)

Pylon SDK (Windows)

How to set "End of Exposure event" by using Basler C++ API?
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
How to save image while camera is grabbing, using VB.NET programming.
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
How to set the camera timeout timing to infinite?
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
How to open specific camera by using Pylon API?
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
How to save image as .avi file by using Pylon SDK?
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
Is the an low level function called "Exposure done event"?
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
How to use call back event by using low level API?
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
How to get camera "LineStatusAll" from C++ API?
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
How to write the code for exposure time in C++?
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
What is the difference between "ExposureTimeAbs" and "ExposureTimeRaw"?
Question: - What is the difference between "ExposureTimeAbs" and "ExposureTimeRaw"? Answer: - "ExposureTimeAbs" is a flo...
Mon, 2 Mar, 2020 at 2:38 PM