Alexandre

Results 4 comments of Alexandre

https://github.com/yakshaveinc/go-keycodes/blob/master/keycodes.go

I found that my go running in my mac was not the arm64 version. so removed and installed the right one. It seemed to have helped. My current problem is:...

I was now able to run it on a mac with m1 processor. opencv installed with homebrew go version go1.18.3 darwin/arm64 ``` export CGO_CXXFLAGS="--std=c++11" export CGO_CPPFLAGS="-I/usr/local/include/opencv4" export CGO_LDFLAGS="-L/usr/local/lib -lopencv_stitching -lopencv_superres...

I had a similiar problem. When starting the camera on safari (mac or ios), the video image doesn't show the camera image. If I change to another tab and back...