# Framegrabber **Repository Path**: hc_24/Framegrabber ## Basic Information - **Project Name**: Framegrabber - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-10 - **Last Updated**: 2025-08-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![FramegrabberSDK](doc/images/FramegrabberSDK_800x200.png "FramegrabberSDK") # Framegrabber SDK Framegrabber SDK sample codes ## Prerequisites * Framegrabber SDK version >= 5.10. ## C++ ### Property Add paths in C++ project property: * VC++ Directories * Include Directories * $(BASLER_FG_SDK_DIR)\SDKExamples\include; * $(BASLER_FG_SDK_DIR)\include * Library Directories * $(BASLER_FG_SDK_DIR)\lib\visualc ### Other examples Folder: ...\Basler\FramegrabberSDK\SDKExamples ## C# Add dll to project reference. ### Reference dll * SiSoCsInterface * Dll path: ...\Basler\FramegrabberSDK\lib\SiSoCsInterface.dll ## Python ### Installation 1. Install python. The support version is 3.7 ~ 3.10. 2. Install numpy by command prompt. ```console python -m pip install --user numpy ``` 4. Set environment variables. Both ways are doable. * By python: > If you have kind of anaconda system(multiple python verions) then recommend using python way. ```python import os import sys framegrabber_sdk_path = os.environ['BASLER_FG_SDK_DIR'] sys.path.insert(0, rf"{framegrabber_sdk_path}\bin") sys.path.insert(0, rf"{framegrabber_sdk_path}\SDKWrapper\PythonWrapper\python310\lib") ``` * By manual: Add paths to variable ```Path``` in environment variables. ``` %BASLER_FG_SDK_DIR%\bin;%BASLER_FG_SDK_DIR%\SDKWrapper\PythonWrapper\python310\lib ``` ### Reference information https://docs.baslerweb.com/frame-grabbers/python-wrapper#installation ## Support If you still have any questions please contact [Balser Support](https://www.baslerweb.com/en-us/support/contact/)