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." (https://github.com/jaraco/ja

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." (https://github.com/jaraco/jar

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: https://stackoverflow.com/questions/51843523/accessing-webcam-via-directshow-using-com-with

[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: https://stackoverflow.com/questions/51843523/accessing-webcam-via-directshow-using-com-with-pyth