|
| 1 | + |
| 2 | +.. _camera_configuration: |
| 3 | +======= |
| 4 | +Cameras |
| 5 | +======= |
| 6 | + |
| 7 | +The software supports camera-based acquisition. It can run both normal and rolling |
| 8 | +shutter modes of contemporary scientific CMOS cameras. |
| 9 | + |
| 10 | +Hamamatsu |
| 11 | +--------- |
| 12 | + |
| 13 | +.. note:: |
| 14 | + |
| 15 | + **navigate** has been tested with the following versions of the Hamamatsu's |
| 16 | + drivers: |
| 17 | + |
| 18 | + - DCAM API: 20.7.641, 21.7.4321, 22.9.6509, 22.11.4321, 23.12.6736 |
| 19 | + - Camera Firmware: 2.21B, 2.53.A, 3.20.A, 4.30.B, |
| 20 | + - Active Silicon CoaXpress: 1.10, 1.13, 1.21. |
| 21 | + |
| 22 | + |
| 23 | +----------------- |
| 24 | + |
| 25 | +ORCA-Flash4.0 V3 |
| 26 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 27 | + |
| 28 | +- :ref:`Install Directions <dcam>`. |
| 29 | +- `ORCA-Flash 4.0 v3 Manual <https://www.hamamatsu |
| 30 | + .com/us/en/product/cameras/cmos-cameras/C13440-20CU.html>`_. |
| 31 | + |
| 32 | +.. collapse:: Configuration File |
| 33 | + |
| 34 | + .. code-block:: yaml |
| 35 | +
|
| 36 | + microscopes: |
| 37 | + microscope_name: |
| 38 | + camera: |
| 39 | + hardware: |
| 40 | + type: HamamatsuOrca |
| 41 | + serial_number: 111 |
| 42 | + camera_connection: |
| 43 | + defect_correct_mode: 2.0 |
| 44 | + delay: 1.0 #ms |
| 45 | + settle_down: 0.1 #ms |
| 46 | + flip_x: False |
| 47 | + flip_y: False |
| 48 | +
|
| 49 | +
|
| 50 | +| |
| 51 | +
|
| 52 | +------------------ |
| 53 | + |
| 54 | + |
| 55 | +ORCA-Fusion |
| 56 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 57 | + |
| 58 | +- :ref:`Install Directions <dcam>`. |
| 59 | +- `ORCA-Fusion Manual <https://www.hamamatsu |
| 60 | + .com/jp/en/product/cameras/cmos-cameras/C15440-20UP.html>`_. |
| 61 | + |
| 62 | +.. collapse:: Configuration File |
| 63 | + |
| 64 | + .. code-block:: yaml |
| 65 | +
|
| 66 | + microscopes: |
| 67 | + microscope_name: |
| 68 | + camera: |
| 69 | + hardware: |
| 70 | + type: HamamatsuOrcaFusion |
| 71 | + serial_number: 111 |
| 72 | + camera_connection: |
| 73 | + defect_correct_mode: 2.0 |
| 74 | + delay: 1.0 #ms |
| 75 | + settle_down: 0.1 #ms |
| 76 | + flip_x: False |
| 77 | + flip_y: False |
| 78 | +
|
| 79 | +
|
| 80 | +| |
| 81 | +
|
| 82 | +------------------ |
| 83 | + |
| 84 | + |
| 85 | +ORCA-Lightning |
| 86 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 87 | + |
| 88 | +- :ref:`Install Directions <dcam>`. |
| 89 | +- `ORCA-Lightning Manual <https://www.hamamatsu |
| 90 | + .com/us/en/product/cameras/cmos-cameras/C14120-20P.html>`_. |
| 91 | + |
| 92 | + |
| 93 | +.. collapse:: Configuration File |
| 94 | + |
| 95 | + .. code-block:: yaml |
| 96 | +
|
| 97 | + microscopes: |
| 98 | + microscope_name: |
| 99 | + camera: |
| 100 | + hardware: |
| 101 | + type: HamamatsuOrcaLightning |
| 102 | + serial_number: 111 |
| 103 | + camera_connection: |
| 104 | + defect_correct_mode: 2.0 |
| 105 | + delay: 1.0 #ms |
| 106 | + settle_down: 0.1 #ms |
| 107 | + flip_x: False |
| 108 | + flip_y: False |
| 109 | +
|
| 110 | +
|
| 111 | +| |
| 112 | +
|
| 113 | +------------------ |
| 114 | + |
| 115 | + |
| 116 | +ORCA-Fire |
| 117 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 118 | + |
| 119 | + |
| 120 | +- :ref:`Install Directions <dcam>`. |
| 121 | +- `ORCA-Fire Manual <https://www.hamamatsu.com/us/en/product/cameras/cmos-cameras/C16240-20UP.html>`_. |
| 122 | + |
| 123 | + |
| 124 | +.. collapse:: Configuration File |
| 125 | + |
| 126 | + .. code-block:: yaml |
| 127 | +
|
| 128 | + microscopes: |
| 129 | + microscope_name: |
| 130 | + camera: |
| 131 | + hardware: |
| 132 | + type: HamamatsuOrcaFire |
| 133 | + serial_number: 111 |
| 134 | + camera_connection: |
| 135 | + defect_correct_mode: 2.0 |
| 136 | + delay: 1.0 #ms |
| 137 | + settle_down: 0.1 #ms |
| 138 | + flip_x: False |
| 139 | + flip_y: False |
| 140 | +
|
| 141 | +| |
| 142 | +
|
| 143 | +------------------ |
| 144 | + |
| 145 | +Photometrics |
| 146 | +------------ |
| 147 | + |
| 148 | +- :ref:`Install Directions <pvcam>`. |
| 149 | + |
| 150 | + |
| 151 | +.. note:: |
| 152 | + |
| 153 | + **navigate** has been tested with the following versions of the Photometric's |
| 154 | + drivers: |
| 155 | + |
| 156 | + - PVCAM: 3.9.13 |
| 157 | + |
| 158 | +----------------- |
| 159 | + |
| 160 | +Iris 15 |
| 161 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 162 | + |
| 163 | +.. collapse:: Configuration File |
| 164 | + |
| 165 | + .. code-block:: yaml |
| 166 | +
|
| 167 | + microscopes: |
| 168 | + microscope_name: |
| 169 | + camera: |
| 170 | + hardware: |
| 171 | + type: Photometrics |
| 172 | + serial_number: 111 |
| 173 | + camera_connection: PMPCIECam00 |
| 174 | + defect_correct_mode: 2.0 |
| 175 | + delay: 1.0 #ms |
| 176 | + settle_down: 0.1 #ms |
| 177 | + flip_x: False |
| 178 | + flip_y: False |
| 179 | +
|
| 180 | +
|
| 181 | +| |
| 182 | +
|
| 183 | +------------------ |
| 184 | + |
| 185 | + |
| 186 | +Synthetic Camera |
| 187 | +---------------- |
| 188 | + |
| 189 | +The synthetic camera simulates noise images from an sCMOS camera. If no camera is present, |
| 190 | +the synthetic camera class must be used. |
| 191 | + |
| 192 | +.. collapse:: Configuration File |
| 193 | + |
| 194 | + .. code-block:: yaml |
| 195 | +
|
| 196 | + microscopes: |
| 197 | + microscope_name: |
| 198 | + camera: |
| 199 | + hardware: |
| 200 | + type: synthetic |
| 201 | + serial_number: 111 |
| 202 | + camera_connection: |
| 203 | + defect_correct_mode: 2.0 |
| 204 | + delay: 1.0 #ms |
| 205 | + settle_down: 0.1 #ms |
| 206 | + flip_x: False |
| 207 | + flip_y: False |
| 208 | +
|
| 209 | +| |
0 commit comments