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
This python package provides a multi-camera video streaming library focusing
9
-
on performant microscopy.
8
+
```bash
9
+
python -m pip install acquire-imaging
10
+
```
11
+
12
+
Acquire ([`acquire-imaging` on PyPI](https://pypi.org/project/acquire-imaging/)) provides high-speed, multi-camera, video streaming for up to **2** cameras and image acquisition with a programming interface for streaming video data directly to Python, cloud-friendly file formats, and visualization platforms, such as [napari](https://napari.org/stable/).
10
13
11
-
> **Note** This is an early stage project. If you find it interesting please
14
+
> **Note** This is an early stage project. If you find it interesting, please
12
15
> reach out!
13
16
14
-
Support for:
17
+
Acquire supports the following cameras (currently only on Windows):
The provided [napari](https://napari.org/stable/) plugin ([code here](https://github.com/acquire-project/acquire-python/blob/main/python/acquire/__init__.py#L131)) is a good example of how to stream for visualization.
64
37
65
-
# Development
38
+
##Development
66
39
67
40
We welcome contributors. The following will help you get started building the
0 commit comments