Why does OpenCV give me a black screen?

前端 未结 4 1365
伪装坚强ぢ
伪装坚强ぢ 2020-12-10 05:20

I\'m currently trying to use OpenCV (using the Processing library). However, when I try to run any examples (either the Processing ones or the C ones included with OpenCV),

4条回答
  •  不知归路
    2020-12-10 05:41

    OpenCV 2.1 still has a few problems with 64bits OS. You can read this topic on the subject.

    If you're looking for working/compilable source code that shows how to use the webcam, check this out.

    Let us know if it helped you.

提交回复
热议问题