Samuel Pröll
Samuel Pröll
Hi, unlike the "qt6_simple" UI, the default UI ("simplest") does not track/calculate the FPS of the camera. It can therefore not calculate HR in beats per minute but rather reports...
Although, since the simplest UI is not really optimized and does frame retrieval, processing and visualization sequentially (qt6_simple partly does this in separate threads) tracking FPS through a clock might...
I just updated the simplest UI to track FPS and show HR in bpm. This streamlines the interpretation of both user interfaces.
What version of Python are you using? Which OS? Have you tried re-installing the package?
Unfortunately, I am struggling to reproduce the problem. Importing yarppg works for me on an M3 mac with Python3.10.. If you could find out, which import inside yarppg blocks for...
great to hear that the issue was just in the environment. It's difficult for me to tell. tensorflow might be an issue parallel to mediapipe but I am not sure.
This works for me on Windows (Python 3.11) ``` hydra-core==1.3.2 mediapipe==0.10.14 numpy==2.0.1 opencv-contrib-python==4.10.0.84 pandas==2.2.2 scipy==1.14.0 ``` Full environment: ``` absl-py==2.1.0 altgraph==0.17.4 antlr4-python3-runtime==4.9.3 asttokens==2.4.1 attrs==24.2.0 babel==2.16.0 beautifulsoup4==4.12.3 bleach==6.1.0 certifi==2024.8.30 cffi==1.17.0 charset-normalizer==3.3.2...