Florian Bruggisser
Florian Bruggisser
To be honest «*not exactly sure what*» is not a great way to fix problems. Because of that I can not really tell you why it does not work to...
Could you give some more information. What are you trying to import? What is your OS version? Python version? How did you install mediapipe-silicon and so on...
Have you googled the error? There are a lot of others having the same issue, which seems not to be related to the custom built mediapipe for arm: - https://github.com/google/mediapipe/issues/1839#issuecomment-817253475...
I just tried it with Python `3.10.5` and I could not reproduce the error. It's difficult for me to find a solution without being able to replicate the problem.
Could it be that blender is using rosetta2? Otherwise this should be possible, but I never tried to install it into blender. I am going to try it out today.
When I run the hand detection on my machine I get the right detection count. Have you modified the code? The visibility is always the default value and can be...
Ok the formulation _every path_ is maybe wrong (too open). We still have paths which do not need this parameter. We would like to use it as described in the...
@mohsen1 Ok and what is the problem with hashes for parameters? Is there a discussion in another issue about this?
Just for clarification, the `videostream` tells the camera which stream id to use? I am thinking about how this would be implemented for the RealSense2FrameGrabber. The problem there is that...
We could use the stream order defined by realsense, but there are cameras with two infrared cameras or two colour cameras. There would then be no way to switch the...