Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenCV problem #5

Open
prajyot9767 opened this issue Apr 6, 2018 · 0 comments
Open

OpenCV problem #5

prajyot9767 opened this issue Apr 6, 2018 · 0 comments

Comments

@prajyot9767
Copy link

VIDEOIO ERROR: V4L2: Pixel format of incoming image is unsupported by OpenCV
Unable to stop the stream: Device or resource busy
OpenCV Error: Unspecified error (The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script) in cvWaitKey, file /tmp/build/80754af9/opencv_1512687413662/work/modules/highgui/src/window.cpp, line 682
Traceback (most recent call last):
File "client.py", line 28, in
client.connect()
File "client.py", line 16, in connect
frame=self.videofeed.get_frame()
File "/home/sunil/Downloads/videochat-master/videofeed.py", line 17, in get_frame
c = cv2.waitKey(1)
cv2.error: /tmp/build/80754af9/opencv_1512687413662/work/modules/highgui/src/window.cpp:682: error: (-2) The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function cvWaitKey

I can't seem to understand the problem here. Can you please help me!! I've installed opencv and server side code works fine but when i compile client.py there seems to be some issues. Please help me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant