Difference between revisions of "TIScam"
Schindelin (Talk | contribs) (→The Imaging Source Camera Device Adapter: add downlink required for the nightly builds) |
|||
(11 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | = | + | {| style="text-align: left" |
+ | !Summary: | ||
+ | |Interfaces with [http://www.theimagingsource.com The Imaging Source] Cameras | ||
+ | |- valign="top" | ||
+ | !Author: | ||
+ | | Falk Dettmar | ||
+ | |- valign="top" | ||
+ | !License: | ||
+ | |GNU LGPL | ||
+ | |- valign="top" | ||
+ | !Platforms: | ||
+ | |Windows and Linux (No Mac driver available) | ||
+ | |- valign="top" | ||
+ | !Devices: | ||
+ | |Cameras | ||
+ | |- valign="top" | ||
+ | !Available since version | ||
+ | |1.3.46 (but see below for problems as of 2018) | ||
+ | |} | ||
− | + | == Installation == | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | The camera will work out of the box if the driver is installed (either by the [http://www.theimagingsource.com/en_US/support/downloads/ Device Driver installer] or the [http://www.theimagingsource.com/en_US/support/downloads/details/iccapture/ IC Capture software]) since Micro-Manager 1.4.15 and later bundle the required libraries. | |
− | + | == Support == | |
− | + | {{Listserv_Search|The Imaging Source}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | === Snap error "Camera is not initialized" === | |
− | + | ||
− | + | Once you go through the Hardware configuration wizard and successfully create a configuration file using the TIS camera, you may encounter the problem that µManager reports "Camera is not initialized" when you press the "Snap" button. When that happens, go to the Device/Property Browser (under the Tools menu), select "Click here for device selection dialog" next to the "Name" property, and then select the camera on the dialog that appears. Restart µManager if necessary, and hopefully the camera now works. | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | + | == Appendix == | |
− | + | === Installation on Micro-Manager 1.4.14 and earlier === | |
+ | # Install the IC Capture software that comes with the camera and verify you can capture images. This will install a camera device driver, which the rest of the software uses to control the camera. You might need to first uninstall any old versions of this software. (You can download IC Capture and/or device drivers from [http://www.theimagingsource.com/en_US/support/downloads/ TIS]). | ||
+ | # Install the IC Imaging Control SDK, version 3.2 (download from [http://www.theimagingsource.com/en_US/support/downloads/ TIS]). Micro-Manager 1.4.14 and current nightly builds (as of Aug, 2013) require version 3.2. | ||
+ | # During the installation, make sure to explicitly check "Visual C++ 2008" when you are presented with a page to select the components to install. | ||
+ | # Copy the following files, found in either ''<your home folder>''\Documents\IC Imaging Control\3.2\classlib\win32\release or ''<your home folder>''\Documents\IC Imaging Control\3.2\classlib\x64\release, to the Micro-Manager-1.4 folder. The following names are hard-coded, and if you have anything with a different name, it is not going to work (renaming a different DLL to match will not work, either, of course). | ||
+ | #* If you are using 32-bit Micro-Manager (even if Windows is 64-bit): '''TIS_UDSHL09_vc9.dll''' (which in turn requires '''TIS_DShowLib09.dll''') | ||
+ | #* If you are using 64-bit Micro-Manager: '''TIS_UDSHL09_vc9_x64.dll''' (which in turn requires '''TIS_DShowLib09_x64.dll''') | ||
+ | |||
+ | |||
+ | === Problems as of early 2018 === | ||
+ | As of early 2018, I (and others) have had difficulty using a USB 3.0 TIS camera with MM. The driver is not currently supported by TIS. See the following mailing list post for more details: | ||
+ | http://micro-manager.3463995.n2.nabble.com/problem-with-TIScam-td7589042.html#a7589354 | ||
{{Devices_Sidebar}} | {{Devices_Sidebar}} |
Latest revision as of 18:02, 6 May 2018
Summary: | Interfaces with The Imaging Source Cameras |
---|---|
Author: | Falk Dettmar |
License: | GNU LGPL |
Platforms: | Windows and Linux (No Mac driver available) |
Devices: | Cameras |
Available since version | 1.3.46 (but see below for problems as of 2018) |
Contents
Installation
The camera will work out of the box if the driver is installed (either by the Device Driver installer or the IC Capture software) since Micro-Manager 1.4.15 and later bundle the required libraries.
Support
Snap error "Camera is not initialized"
Once you go through the Hardware configuration wizard and successfully create a configuration file using the TIS camera, you may encounter the problem that µManager reports "Camera is not initialized" when you press the "Snap" button. When that happens, go to the Device/Property Browser (under the Tools menu), select "Click here for device selection dialog" next to the "Name" property, and then select the camera on the dialog that appears. Restart µManager if necessary, and hopefully the camera now works.
Appendix
Installation on Micro-Manager 1.4.14 and earlier
- Install the IC Capture software that comes with the camera and verify you can capture images. This will install a camera device driver, which the rest of the software uses to control the camera. You might need to first uninstall any old versions of this software. (You can download IC Capture and/or device drivers from TIS).
- Install the IC Imaging Control SDK, version 3.2 (download from TIS). Micro-Manager 1.4.14 and current nightly builds (as of Aug, 2013) require version 3.2.
- During the installation, make sure to explicitly check "Visual C++ 2008" when you are presented with a page to select the components to install.
- Copy the following files, found in either <your home folder>\Documents\IC Imaging Control\3.2\classlib\win32\release or <your home folder>\Documents\IC Imaging Control\3.2\classlib\x64\release, to the Micro-Manager-1.4 folder. The following names are hard-coded, and if you have anything with a different name, it is not going to work (renaming a different DLL to match will not work, either, of course).
- If you are using 32-bit Micro-Manager (even if Windows is 64-bit): TIS_UDSHL09_vc9.dll (which in turn requires TIS_DShowLib09.dll)
- If you are using 64-bit Micro-Manager: TIS_UDSHL09_vc9_x64.dll (which in turn requires TIS_DShowLib09_x64.dll)
Problems as of early 2018
As of early 2018, I (and others) have had difficulty using a USB 3.0 TIS camera with MM. The driver is not currently supported by TIS. See the following mailing list post for more details: http://micro-manager.3463995.n2.nabble.com/problem-with-TIScam-td7589042.html#a7589354