Pylon SDK (Windows)

Pylon SDK (Windows)

Which versions of Windows does pylon support?
Standard Windows OS (derived from Windows NT) These are the Windows variants we all know because we daily work with them. They are designed to run on Deskt...
Wed, 28 Aug, 2019 at 3:04 PM
What is the "Add Remote GigE Camera" feature in pylon for?
"Add Remote GigE Camera" feature (push F9 in pylon viewer) was implemented in order for users to be able to discover a GigE camera configured in a...
Thu, 29 Aug, 2019 at 9:16 AM
Which compiler works with the Basler pylon Camera Software Suite on Windows OS?
Since 2007 Basler provides the pylon Camera Software Suite (API) for interfacing with Basler’s IEEE 1394 (FireWire), GigE Vision, Camera Link and USB3 Visio...
Thu, 29 Aug, 2019 at 9:22 AM
Is there a WPF Sample code available?
Question: -Is there a WPF version of the Pylon SDK available?  Answer: -The related project was discontinued and no longer support by Basler. -Only the ...
Fri, 28 Feb, 2020 at 4:09 PM
Pylon SDK - How to retrieve camera ID and serial number.
Question:  - How to retrieve camera ID and serial number. Answer: Pylon C++ sample code: // Print the camera information. cout << "Using d...
Fri, 28 Feb, 2020 at 4:50 PM
Can pylon emulator function called in Pylon .Net C# API?
Question: -Can the pylon emulator function called in Pylon .Net C# API?  Answer: - The parameters are not implemented in the PLCamera parameters. - Ref...
Fri, 28 Feb, 2020 at 4:55 PM
How to implement the automatic image adjustment feature?
Question: - How can I implement the Automatic Image Adjustment feature from pylon Viewer in my App?  Answer: - Refer to the ready C++ sample code &quo...
Fri, 28 Feb, 2020 at 5:00 PM
Pylon API - Sequencer setting
Question: -Is there any guide for sequencer setting by using Basler API?  Answer: - There is a C# sample code for sequencer setting, the sample code w...
Fri, 28 Feb, 2020 at 5:04 PM
How to set maximum transfer size parameter by using Pylon API?
Question: How to set maximum transfer size parameter by using Pylon API? Answer:  -Maximun transfer size parameters only can set by using API. -Get the s...
Mon, 2 Mar, 2020 at 1:43 PM
How to read the camera serial number with Pylon API?
Question: How to read the camera serial number with Pylon API? Answer: 1. Use res = PylonDeviceFeatureToString(hDev, "DeviceModelName", buf...
Mon, 2 Mar, 2020 at 1:54 PM