Thanks to visit codestin.com
Credit goes to github.com

Skip to content

julienGautier77/PiCam

Repository files navigation

PiCam

An user interface to control Princeton scientifics camera

This software is not associated with TELEDYNE . Use it at your own risk.

it use PICam™ 5.x SDK from Teledyne inspered from https://github.com/sliakat/SpeReadPy If lightfield installed(no need to install picam) The path of dll librairy is : pathToLib = 'C:\Program Files\Common Files\Princeton Instruments\Picam\Runtime\picam.dll'

If you install Picam sdk somewhere else please change the path in picam.py line 386

It can make plot profile and data measurements analysis by using : https://github.com/julienGautier77/visu

It is tested :

on win 10 and win 11 64 bits (AMD64)

with python 3.10.12 based on conda

On a PIXIS MTE PreEM cameras

Picam dll : 5.14.7.2311

Requirements

  • python >3.8
  • PyQt6
  • visu 2025.02
  • picam installer 5.X

Installation

install PICam skd install for Teledyne (see https://github.com/sliakat/SpeReadPy) install visu : pip install git+https://github.com/julienGautier77/visu

Usage

appli = QApplication(sys.argv)
import princeton 
e = princeton.Ropper()  
e.show()
appli.exec_()      

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages