PS3 Eye: mudanças entre as edições

De Pontão Nós Digitais
Ir para navegaçãoIr para pesquisar
Sem resumo de edição
Sem resumo de edição
Linha 23: Linha 23:
== Linx ==
== Linx ==


http://wiki.nuigroup.com/PS3_Eye_on_Linux
http://kaswy.free.fr/?q=en/node/47
http://kaswy.free.fr/?q=en/node/47
http://kaswy.free.fr/?q=node/42
http://kaswy.free.fr/?q=node/42

Edição das 00h06min de 4 de novembro de 2011

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