You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/devices/spinnaker.rst
+34-4Lines changed: 34 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ First ensure that the Spinnaker SDK is installed.
15
15
16
16
The python wrapper is available via FLIR. It must be installed separately and pointed to the correct conda environment during install.
17
17
18
-
For GigE cameras, ensure that the network interface card (NIC) on the computer with the BLACS controlling the camera has enabled Jumbo Frames. That maximum allowed value (typically 9000) is preferable to avoid dropped frames.
18
+
For GigE cameras, ensure that the network interface card (NIC) on the computer with the BLACS controlling the camera has enabled Jumbo Frames. The maximum allowed value (typically 9000) is preferable to avoid dropped frames.
19
19
20
20
Usage
21
21
~~~~~
@@ -34,15 +34,45 @@ Below is a generic configuration.
34
34
35
35
from labscript_devices.SpinnakerCamera.labscript_devices import SpinnakerCamera
0 commit comments