Skip to content

julienGautier77/PiCam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 The path of dll librairy is : libPath: str='C:/Program Files/Princeton Instruments/PICam/Runtime/picam.dll

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

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

It is tested :

on win 10 64 bits (AMD64)

with python 3.10.12 based on conda

On a PIXIS 1024

Picam dll : 5.13.3.2211

Requirements

  • python >3.8
  • PyQt6
  • visu 2023.07
  • 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