[ubuntu] Skype HQ Video

Pagina: 1
Acties:

Onderwerpen


Acties:
  • 0 Henk 'm!

  • knakworst
  • Registratie: November 1999
  • Laatst online: 00:43

knakworst

Get more sats!

Topicstarter
Ik probeer skype in HQ video uit te laten zenden, maar ik kom er niet uit.

Op skype forums heb ik de volgende handleiding gevonden, maar ik begrijp hier een stap niet.

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
HQ from linux works with some tweaks, but you won't get the HQ logo since it's not supported.

First you need to pin skype to the proper resolution and FPS to start:

edit your .Skype/<profilename>/config.xml file and add in the Lib section:

CODE
    <Video>
      <CaptureHeight>480</CaptureHeight>
      <CaptureWidth>640</CaptureWidth>
      <Fps>30</Fps>
    </Video>


This should start your cam with 640@30fps. But you won't get it now.

Second you need to change the auto-exposure of the camera:

Get libwebcam from the great quickcamteam pages:
CODE
svn co http://svn.quickcamteam.net/svn/qct/Linux/


compile it and then you have uvcdynctrl. With this you can trigger quite some parameters of your cam:

CODE
./uvcdynctrl -c
Listing available controls for device video0:
  Exposure, Auto Priority
  Exposure (Absolute)
  Exposure, Auto
  Backlight Compensation
  Sharpness
  White Balance Temperature
  Power Line Frequency
  Gain
  White Balance Temperature, Auto
  Saturation
  Contrast
  Brightness


What you want for 640@30 is to turn off 'Exposure, Auto Priority'. I am sure you'll figure this out yourself how to do this with uvcdynctrl


Ben noob op Linuxgebied, er staat doodleuk compile libwecam (coderegel 24), maar hoe moet ik Libwebcam compilen?

Acties:
  • 0 Henk 'm!

  • DrClaw
  • Registratie: November 2002
  • Laatst online: 21-08 21:39
je kunt in je application manager de build-essentials proberen te installeren. ( 'apt-get update' en dan 'apt-get install build-essentials' )

dan moet je de sourcecode van je project downloaden, zoals aangegeven in de handleiding (met 'svn co bladibla' dus).
daarna moet je naar die map met sourcecode gaan via de shell, en kijken of er een Makefile is, of een configure file.

is er een configure, dan voer je './configure' uit. daarna is er een Makefile, als het allemaal goed gegaan is.

dan typ je 'make' in, en eventueel 'make install' om de boel op de juiste plaats in je FS te zetten.

Acties:
  • 0 Henk 'm!

  • knakworst
  • Registratie: November 1999
  • Laatst online: 00:43

knakworst

Get more sats!

Topicstarter
build-essential is geinstalleerd, via synaptic.

Alleen als ik svn co http://svn.quickcamteam.net/svn/qct/Linux/ in een terminal intyp krijg ik:
Checked out revision 22.

Waar komt dan die map terecht :?

Acties:
  • 0 Henk 'm!

  • gertvdijk
  • Registratie: November 2003
  • Laatst online: 09-09 10:57
In je working directory toch gewoon?
pwd

ls

[ Voor 12% gewijzigd door gertvdijk op 16-10-2008 18:49 ]

Kia e-Niro 2021 64 kWh DynamicPlusLine. See my GitHub and my blog for articles on security and other stuff.


Acties:
  • 0 Henk 'm!

  • KnEuTeR
  • Registratie: Mei 2000
  • Laatst online: 24-02-2024

KnEuTeR

iedereen heeft een handelsmerk

het is misschien handig om de README te lezen die erbij zit, daarom heet dat bestand ook zo ;)

Daar staat het precies in uitgelegd

De source heeft een aantal dependencies die je waarschijnlijk ook moet installeren, en het maakt ook gebruik van cmake dus je moet maar op die namen die je tegenkomt zoeken met de Synaptic package manager.

http://svn.quickcamteam.net/svn/qct/Linux/README

[ Voor 47% gewijzigd door KnEuTeR op 16-10-2008 20:24 ]

Computers ain't that smart, Whatever man built could be taken apart