PS3 Eye

De Pontão Nós Digitais
Revisão de 23h18min de 9 de novembro de 2011 por Hick209 (discussão | contribs) (→‎Linx)
Ir para navegaçãoIr para pesquisar
A versão imprimível não é mais suportada e pode ter erros de renderização. Atualize os favoritos do seu navegador e use a função de impressão padrão do navegador.

The PS3 eye camera is a useful webcam that is cheap yet fast enough for many practical purposes. At Lab Macambira we use it for projects such as the AirHackTable.

Controlling the Parameters

This information may be obsolete, but here it is:


List all available V4L control of the driver :

v4l2-ctl -d /dev/video0 -l

View actual control value :

v4l2-ctl -d /dev/video0 -C [gain, exposure, vflip .....]

Set control value :

v4l2-ctl -d /dev/video0 -c  [gain=xx, exposure=yy, vflip=z .....]

TIP: You must set autogain=0 before to set other controls like gain or exposure.

Useful settings (using modprobe, but can be set using v4l as above as well)

modprobe -r gspca_ov534      #to remove the module
modprobe gspca_ov534 videomode=14 autogain=0 exposure=60

(to load the driver with a 320×240 resolution and fixed exposure at 75 fps)

Linx

http://wiki.nuigroup.com/PS3_Eye_on_Linux

http://kaswy.free.fr/?q=en/node/47

http://kaswy.free.fr/?q=node/42


Neste site tem um patch do driver que lhe permite controlar algumas coisas extras, entre elas o white balance. Driver Patch