Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx


Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | Comp.Arch.Embedded | USB Webcam commands control

There are 6 messages in this thread.

You are currently looking at messages 0 to 6.

USB Webcam commands control - USB wcam - 2009-09-18 17:59:00

I need to find where can get the commands control to programming a USB
webcam (UVC webcam compliant and/or Non-UVC webcam compliant) with a
programming language (C, Visual Basic, Visual C++).
In this case the idea is develop a application that will control the
webcam and the main idea is just take a FRAME every certain time, then the
application shoud be able to display the image so the user should be able
to see the picture
	   
					
---------------------------------------		
This message was sent using the comp.arch.embedded web interface on
http://www.EmbeddedRelated.com



Re: USB Webcam commands control - don - 2009-09-18 18:30:00

USB wcam wrote:
> I need to find where can get the commands control to programming a 

> USB webcam (UVC webcam compliant and/or Non-UVC webcam compliant) with a

Does this secret webcam have a name, website ??

don


> programming language (C, Visual Basic, Visual C++).
> In this case the idea is develop a application that will control the
> webcam and the main idea is just take a FRAME every certain time, then the
> application shoud be able to display the image so the user should be able
> to see the picture
> 	   
> 					
> ---------------------------------------		
> This message was sent using the comp.arch.embedded web interface on
> http://www.EmbeddedRelated.com

Re: USB Webcam commands control - Dimiter Popoff - 2009-09-18 19:34:00

On Sep 19, 1:30=A0am, don <don> wrote:
> USB wcam wrote:
> > I need to find where can get the commands control to programming a
> > USB webcam (UVC webcam compliant and/or Non-UVC webcam compliant) with =
a
>
> Does this secret webcam have a name, website ??
>
> don

So what if it had. How many specified like that webcams can you point
us to.
I have yet to see *one*.

Dimiter

------------------------------------------------------
Dimiter Popoff               Transgalactic Instruments

http://www.tgi-sci.com
------------------------------------------------------
http://www.flickr.com/photos/didi_tgi/sets/72157600228621276/



Re: USB Webcam commands control - 2009-09-18 21:47:00

On Sep 18, 6:30=A0pm, don <don> wrote:
> Does this secret webcam have a name, website ??

UVC (USB video class)  is a standard, not _a_ camera.

To the OP: Unfortunately, I've only worked with the Linux driver and I
gather
from your post that you're using Windows.  But you might want to look
at
    http://linux-uvc.berlios.de/
If nothing else, it will tell you what cameras follow the standard.
Most cheap
ones I've seen don't and require custom drivers (presumably with no
standard
API, if one at all).

      Steve

Re: USB Webcam commands control - USB wcam - 2009-09-21 13:51:00

QuickCam Messenger Vendor ID: 0x46D; Product ID: 0x8F0 this a NON-UVC
Class, but I can use camara that uses the UVC standard.

I need to find the commands control, I mean commands like:

capture picture or take a pciture or send streaming video, basically the
commads that the driver send to the device.
The idea is develop an application (Visual C++) to take a pciture, but
again I need the commands.



>On Sep 18, 6:30=A0pm, don <don> wrote:
>> Does this secret webcam have a name, website ??
>
>UVC (USB video class)  is a standard, not _a_ camera.
>
>To the OP: Unfortunately, I've only worked with the Linux driver and I
>gather
>from your post that you're using Windows.  But you might want to look
>at
>    http://linux-uvc.berlios.de/
>If nothing else, it will tell you what cameras follow the standard.
>Most cheap
>ones I've seen don't and require custom drivers (presumably with no
>standard
>API, if one at all).
>
>      Steve
>	   
					
---------------------------------------		
This message was sent using the comp.arch.embedded web interface on
http://www.EmbeddedRelated.com

Re: USB Webcam commands control - larwe - 2009-09-22 08:00:00

On Sep 21, 1:51=A0pm, "USB wcam" <wjimen...@hotmail.com> wrote:

> capture picture or take a pciture or send streaming video, basically the
> commads that the driver send to the device.
> The idea is develop an application (Visual C++) to take a pciture, but
> again I need the commands.

You absolutely do not. The entire point of installing a multi-gigabyte
bloated operating system full of DLLs is to have access to APIs that
insulate you from knowing or caring about the drivers underneath.

Read this page:
http://www.shrinkwrapvb.com/videocap.htm