Navigation

  • index
  • next |
  • previous |
  • Python tisgrabber Tutorial documentation »
  • Tutorial

Tutorial¶

This tutorial shows how to get started with Python and the C-Wrapper DLL “tisgrabber”. It needs Python 3 and Python ctypes being installed.

The samples referenced in this tutorial can be found in the “samples” directory.

Annotation: The use of the tisgrabber functions is similar in Python and C. Thus C programmers can use this tutorial too.

Step by Step:

  • First Steps
    • Importing tisgrabber dll
    • HGRABBER
    • Strings
    • Simple Live Video
  • Device Handling
    • IC_ShowDeviceSelectionDialog
    • Open a Device Manually by Model Name
    • Open a Device by Model Name and Serial Number
    • Using Device Configuration Files
      • Creating the Device file
      • Open a Device by Configuration File
    • List Devices
    • Detect Device Lost
    • ROI, Binning & Co
      • Setting an ROI
      • Binning and Skipping
      • Moving an ROI on the Sensor
  • Properties
    • Built in Property Dialog
    • List available properties
    • Setting properties
  • tisgrabber.py file
    • Constants
    • Usage in own Scripts
  • Using Images
    • Snap and Save an Image from LiveStream
    • Snapping an Image and Process it with OpenCV
    • Frameready Callback
      • Callback User data
      • Callback Function
      • Callback Function Pointer

Previous topic

Welcome to Python tisgrabber

Next topic

First Steps

This Page

  • Show Source

Quick search

Navigation

  • index
  • next |
  • previous |
  • Python tisgrabber Tutorial documentation »
  • Tutorial
© Copyright 2021, Stefan Geißler The Imaging Source Europe GmbH. Created using Sphinx 4.2.0.