From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from p3plsmtpa01-05.prod.phx3.secureserver.net ([72.167.82.85]:47477 "HELO p3plsmtpa01-05.prod.phx3.secureserver.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1759107Ab0GPTpL (ORCPT ); Fri, 16 Jul 2010 15:45:11 -0400 Message-ID: <4C40B598.20705@streamvenue.com> Date: Fri, 16 Jul 2010 14:40:08 -0500 From: Bryan Nations MIME-Version: 1.0 To: linux-media@vger.kernel.org Subject: How to begin v4l2 application development?? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: I am new to video for linux and would like to know what resources are available to assist me in programming a simple webcam application with c++ in a *nix environment. My main goal right now is to just view the webcam in a small window. I have found lots of info on driver development, but I am interested in the application side. Are there any c++ examples or references that will help me get started? Thanks