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.
Ben noob op Linuxgebied, er staat doodleuk compile libwecam (coderegel 24), maar hoe moet ik Libwebcam compilen?
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?