Skip to content

A C wrapper of the Basler Pylon C++ SDK, developed to be used in Unity

License

Notifications You must be signed in to change notification settings

ebadier/BaslerPylonWrapper

Repository files navigation

C wrapper of the Basler Pylon C++ SDK, developed to be used in Unity

  • The .NET SDK from Basler is not compatible with Unity, so this C wrapper of the Basler Pylon C++ SDK has been made to be compatible with Unity
  • You can directly record videos from multiple Basler cameras simultaneously
  • All video recording is done in a dedicated thread per camera, so the main thread is never blocked
  • Developped and Tested with Visual Studio 2019 (v142) on Windows 10, with 2x Basler acA1920-155uc
  • This wrapper is used in the BaslerPylonUnity project

Getting Started

1. Plug your Basler cameras on your computer, and configure them using the PylonViewer software

2. Close the PylonViewer software, or at least close the camera devices inside it, because only one program can access the cameras at a time

3. Build the Visual studio solution and run the program BaslerPylonWrapperTest

Requirements

About

A C wrapper of the Basler Pylon C++ SDK, developed to be used in Unity

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published