Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'configure': 0.04; 'api': 0.09; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'module,': 0.17; 'parameters': 0.20; "i'd": 0.22; 'header:User-Agent:1': 0.26; 'header:X -Complaints-To:1': 0.28; 'skip:( 20': 0.28; 'query': 0.30; 'code': 0.31; 'subject:change': 0.33; 'to:addr:python-list': 0.33; 'hi,': 0.33; 'there': 0.35; 'received:org': 0.36; 'quite': 0.37; 'some': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'limited.': 0.64 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Gelonida N Subject: change webcam settings for v4l linux webcams Date: Wed, 20 Feb 2013 14:24:23 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: unicorn.dungeon.de User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361366675 news.xs4all.nl 6977 [2001:888:2000:d::a6]:47139 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39357 Hi, I'd like to write some code to capture images from a web cam. I found opencv and videocapture. However it seems, that the python opencv API is quite limited. I don't seem to be able to set all parameters (focus,contrast,exposure,. . . ) of a web cam via opencv. Is there any python module, that would allow me to query / configure such settings?