Re: [python-win32] Using DirectShow API to access webcam

2018-08-17 Thread Tim Roberts
Joe wrote: thanks for your helpful answer and the explanations. Following up on your comment on http://videocapture.sourceforge.net/ I found that there is jaraco.video, which seems to be "a port of the VideoCapture module in pure Python using ctypes and comtypes."

Re: [python-win32] Using DirectShow API to access webcam

2018-08-17 Thread Joe
Hello Tim, thanks for your helpful answer and the explanations. Following up on your comment on http://videocapture.sourceforge.net/ I found that there is jaraco.video, which seems to be "a port of the VideoCapture module in pure Python using ctypes and comtypes."

Re: [python-win32] Using DirectShow API to access webcam

2018-08-16 Thread Tim Roberts
Joe wrote: I have a question an hope you can help me. I am trying to control a UVC webcam using the DirectShow API, but could not get anything to work. The question is already posted on StackOverflow:

[python-win32] Using DirectShow API to access webcam

2018-08-16 Thread Joe
Hello, I have a question an hope you can help me. I am trying to control a UVC webcam using the DirectShow API, but could not get anything to work. The question is already posted on StackOverflow: