forked from JPHammonds/ADPICam
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from sliakat/master
Updated documentation, headers, support for 18-bit detectors
- Loading branch information
Showing
10 changed files
with
1,199 additions
and
568 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
PICAM is a C++ library provided by Princeton Instruments, a division of Roper | ||
Scientific, Inc. This library provides a common API to drive a number of | ||
cameras from Princeton Instruments. This library is freely available, | ||
PICAM is a C++ library provided by Teledyne Princeton Instruments, | ||
a business unit of Teledyne Digital Imaging, US. | ||
|
||
This library provides a common API to drive a number of | ||
cameras from Teledyne Princeton Instruments. This library is freely available, | ||
downloadable, and redistributable. We have included header and library files | ||
here for version 2.8.1.1408 as a convenience for building the EPICS areaDetector | ||
here for version 5.13.3.2211 as a convenience for building the EPICS areaDetector | ||
driver. | ||
|
||
Princeton Instruments provides up to date versions of the PICAM driver library | ||
Teledyne Princeton Instruments provides up to date versions of the PICAM driver library | ||
on their website and would prefer users to install directly from their site. | ||
|
||
The latest version of PICAM is available from this URL: | ||
ftp://ftp.piacton.com/Public/Software/Official/PICam/ | ||
The latest version of PICAM is available from these URLs: | ||
Linux: https://cdn.princetoninstruments.com/picam/picam_sdk.run | ||
Windows: https://cdn.princetoninstruments.com/picam/picam%20install.exe | ||
|
||
And the Archives directory contains every other version released | ||
ftp://ftp.piacton.com/Public/Software/Official/PICam/Archives/ | ||
You can contact pi.techsupport@teledyne.com to request installers for | ||
specific versions of PICam. | ||
|
Oops, something went wrong.