Pixelman download

If you want to be notified of firmware releases, please let us know and we will send you email when new version of firmware is available. The package does not need any installation, just extract it. Details about program can be found on manual page.


Pixelman 3.0.0 (11.01.2019) Beta

From version 3.0.0 only the basic functionalities for Data Acquisition is guarantied to be included. Other plugins from older versions may work with this version. Users can extend the functionalites with python scripting plugin or write their own plugins.

  • license system change (free license from version 3.0.0)

  • Only basic plugins and functionalities included

  • Python scripting plugin included

  • Pixelman 2.2.5 (13.5.2015)

    Pixelman 2.2.3 (25.9.2013)

    Dac Scan fixes, minor fixes in fitpix library, license system improvements... releaseinfo.txt

    NOTE for Mac OS X 10.9 Mavericks users:
    Starting with Mac OS X Mavericks, Apple ships its own FTDI driver that blocks standard FTDI driver. To disable this driver run these commands in Terminal application:

    sudo kextunload -bundle com.apple.driver.AppleUSBFTDI
    cd /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns
    sudo mv AppleUSBFTDI.kext AppleUSBFTDI.disabled
    sudo touch /System/Library/Extensions

     

    Libraries:


    USB/FITPix Interface driver v 2.08.24 Microsoft WHQL certified FTDI driver for Windows 2000/XP/Vista/Win7.
    USB/FITPix Interface driver for Mac OS X FTDI Driver installer package for Mac OS X. (needed only for older Pixelman prior to 2.2.1)
    Microsoft libraries 9.0 Versions 9.0 of some "Windows" libraries, required by Pixelman 1.10 (23.09.2009) and later (for 2.0.X not needed). Install them from redist. package.

     

    Development:


    Developers guide Programmer’s Guide for plugin development
    FF example (1.8.1 - 28.11.2007) Flat field correction plugin example. Fully set up VC++ 2005 solution with Pixelman 1.8.1
    Adjustable filter example 13.09.2007 Example how to implement "Adjustable filter"
    Dummy hardware library Source code of the simplified Dummy hardware library which can be used as an skeleton for user HW library development