https://github.com/entropiajp/resultoon
I wanted to use this on a Mac.
Atmosphere Thank you for your support.
https://gist.github.com/dmiyakawa/1188613bebdb45e07214
I did --with-qt when I put opencv3, but I don't think it made sense (after all, I needed the "debugging" section below).
For reference, the final state of pip freeze is as follows (I put ipython because it is used for debugging, but it has nothing to do with the main body)
$ pip freeze
appnope==0.1.0
decorator==4.0.2
gnureadline==6.3.3
ipython==4.0.0
ipython-genutils==0.1.0
numpy==1.9.2
path.py==8.1.1
pexpect==3.3
pickleshare==0.5
pytesseract==0.1.6
requests==2.7.0
simplegeneric==0.8.1
tesseract==0.1.3
traitlets==4.0.0
It's tough.
https://gist.github.com/dmiyakawa/711364542f9fa3922dc7
I felt like I was using the old OpenCV constants ... but I'm fine.
cv2.CaptureDevice(0)Was a built-in camera on the Mac.
However, if you can get even one Capture Device with the built-in camera, it means that the entire code is running on the Mac, so I feel that there is a lot of potential so far.
(Squid will not recognize if the constant value is wrong, but I have not reached that stage yet)
# Is AVT-C875 not recognized as a Capture Device?
This was the main subject I didn't understand.
Apparently, the AVT-C875 can be seen from RECentral, but it cannot be seen as an OpenCV Capture Device. I don't have CaptureDevice (1).
http://stackoverflow.com/a/30384945
It seems that there is only one Capture Device ... (One is a camera built into the Mac)
As expected, I can't find a combination of AVT-C875 and OpenCV Zubari. I couldn't find any record that someone was able to do it, so I was frustrated here.
If you read this, please uncover the truth.
https://github.com/entropiajp/resultoon/pull/2
Recommended Posts