@@ -24,7 +24,7 @@ PoMiDAQ also provides an experimental Python module to access a Miniscope easily
24
24
currently only been tested on Linux (and may stay Linux-only) and is still considered a bit experimental.
25
25
26
26
Some features like parallel behavior recording, are intentionally left out of PoMiDAQ.
27
- You may like to use [ Syntalos] ( https://github.com/bothlab /syntalos ) for advanced multimodal data acquisition
27
+ You may like to use [ Syntalos] ( https://github.com/syntalos /syntalos ) for advanced multimodal data acquisition
28
28
with Miniscopes and a variety of cameras, or try
29
29
[ Miniscope-DAQ-QT-Software] ( https://github.com/Aharoni-Lab/Miniscope-DAQ-QT-Software ) instead.
30
30
@@ -38,10 +38,18 @@ Don't hesitate to file issues if you notice anything unusual.
38
38
On Linux, you can also just install the software from your software center when Flathub is configured:
39
39
<a href =" https://flathub.org/apps/details/io.github.bothlab.pomidaq " ><img src =" https://flathub.org/assets/badges/flathub-badge-en.png " width =" 140 " /></a >
40
40
41
+ If you Linux distribution is Ubuntu 24.04, you can also install PoMiDAQ from the Syntalos PPA:
42
+ ``` bash
43
+ sudo add-apt-repository ppa:ximion/syntalos
44
+ sudo apt update
45
+ sudo apt install pomidaq
46
+ ```
47
+
41
48
### Notes
42
49
#### On Linux
43
- * The released binaries were built on Ubuntu 22 .04 or Debian 12 respectively. They may work on other Debian-based distributions as well,
50
+ * The released binaries were built on Ubuntu 24 .04 or Debian 13 respectively. They may work on other Debian-based distributions as well,
44
51
but in case they don't, compiling the application from source is pretty easy to do (for short instructions see below).
52
+ * For Ubuntu 24.04, PoMiDAQ can be installed from the Syntalos PPA (see above)
45
53
* You need at least an OpenGL 3.0-capable graphics driver on your system to run this application.
46
54
47
55
#### On Windows
@@ -72,9 +80,9 @@ If you want to cite PoMiDAQ, please use its Zenodo DOI:
72
80
### Dependencies
73
81
74
82
* CMake (>= 3.16)
75
- * Qt6 (>= 6.4 )
76
- * FFmpeg (>= 4 .1)
77
- * OpenCV (>= 4.1 )
83
+ * Qt6 (>= 6.6.2 )
84
+ * FFmpeg (>= 6 .1)
85
+ * OpenCV (>= 4.8 )
78
86
* KF6ConfigWidgets (on Linux)
79
87
* [ pyBind11] ( https://github.com/pybind/pybind11 ) (optional)
80
88
0 commit comments