-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flir code development. flircode_build is the release and can now be f…
…ound in artiq!
- Loading branch information
Showing
232 changed files
with
51,612 additions
and
26 deletions.
There are no files selected for viewing
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,4 +1,5 @@ | ||
Since it was less than 100mb, I copied the entire python SDK here. You must have it locally installed to be able to run it from here! | ||
The OneNote has instructions on how to install. Dont use their install guide! | ||
|
||
FLIRcodev3.0 is the first version I released. It is stable on the software end but the hardware end is untested. v3.1 is the hardware testing end. | ||
FLIRcodev3.0 is the first version I released. It is stable on the software end but the hardware end is untested. v3.1 is the hardware testing end. | ||
v3.3 is a rewriting of 3.2 code to clean it up and simplify. |
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
Binary file not shown.
Binary file not shown.
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,4 +1,23 @@ | ||
v1.0 was a failure based on the simplistic code of the manual. Scrapped. | ||
v2.0 was a copy-paste of novatech code with all names and unique functions REMOVED | ||
v3.0 is v2.0 but with the addition of the flir camera functions. Methods are working without the camera. Call "sipyco_rpctool ::1 3200 call picture" to get trigger picture. | ||
v3.1 I dont want to ruin v3.0 stability when hardware testing. v3.1 is hardware testing. | ||
v3.1 I dont want to ruin v3.0 stability when hardware testing. v3.1 is hardware testing. | ||
|
||
|
||
Installation: | ||
1. Install Spinnaker with python3.8 | ||
conda install python3.8 | ||
2. In Flircodevx.x directory, run: | ||
|
||
conda install sipyco | ||
conda install asyncserial | ||
python setup.py build | ||
python setup.py install | ||
|
||
3. Change directories to flir and start server with: | ||
|
||
python aqctl_flir.py | ||
|
||
4. In another anaconda window, in the flir directory, take picture with: | ||
|
||
sipyco_rpctool ::1 3200 call picture |
Oops, something went wrong.