Cesar Mauri
Cesar Mauri
Could you please describe step by step how to reproduce this issue. Note that, as stated in the configuration wizard, EVA does not work properly with other camera applications.
I guess you just need to set the EVA keyboard as the default one. To activate the EVA keyboard and set as default follow these steps (particular details might be...
In our tests we had similar issues with an Android set-top-box. With the aim of non breaking backwards compatibility with some devices (e.g. the aforementioned Lenovo) and assuming that using...
Which Messenger are you referring to? Which device are you using? Does it shows other scrolling issues?
Right. Since commit 765a2bff550db20584dee275b9af4d815db638da eViacam allows you only to use the OpenCV based camera capture API which lacks support for configuration dialog. I removed support for custom V4L2 capture due...
Hi @SaddamBInSyed Take a look at the [INSTALL](https://github.com/cmauri/eviacam/blob/master/INSTALL) file
This usually happens when you try to run eviacam without installing it because is unable to find some files. To solve it try for instance: ./configure --prefix=/usr/local make make install...
Please, provide additional details about your tablet
Yes, is available for Debian and Ubuntu. sudo apt-get install eviacam There have been reported, however, issues with Debian 9. See https://github.com/cmauri/eviacam/issues/9
It seems that newer opencv does not support cvCreateCameraCapture function anymore. In this [post](https://docs.opencv.org/4.1.2/dd/d43/tutorial_py_video_display.html) you'll find an example of how to capture video using the new API You can also...