Cesar Mauri
Cesar Mauri
Hi Phillip! Compilation in itself would not be the main issue when porting eViacam to Mac (AFAIK the tooling needed to build eViacam on Linux is also available for Mac)....
Hi! Solus distro? Who is the maintainer of the package? Did you try building eViacam against wxWidgets gtk-3 build? Thanks!
Added support for gtk+-3 in commit 6cd6ea9e51eb7ad128b885e682217e413e4b6bde
Hello, I tried the following on a clean chrooted ubuntu artful installation: `$ dpkg -l | grep -E "gtk|opencv|wx"` (no results) `$ sudo apt-get install libopencv-dev` (this command installs around...
Try applying the following patch. It basically disables multiple camera detection: [patch.diff.gz](https://github.com/cmauri/eviacam/files/1792654/patch.diff.gz)
[output.txt](https://github.com/cmauri/eviacam/files/1847337/output.txt) @JoshStrobl also applied the patch and, for me, this only opens the camera once. Here is the output of eviacam when running with the debug flag enabled: ./eviacam --debug...
Revisiting this issue in May 2019, it seems that **since Debian 10 and Ubuntu 18.10 this issue should have been fixed**. Package libwxgtk3.0-gtk3-0v5 was added to the distro and the...
Hi Rusty, The easiest way to buy eViacam is under linux. However, under Windows it is possible to build eViacam. Please, check INSTALL file. To set frame rate, perhaps is...
Hi @martinezjavier, Certainly, I never tried eViacam on Wayland, thus not sure about its compatibility. eViacam uses some "low-level" Xlib calls to work. Just guessing, but perhaps these calls to...
The message is because eViacam is not able to find the haarcascade_frontalface_default.xml that comes with opencv. In visionpipeline.cpp:80-105 the searched paths are listed.