Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
(Quelle: https://developer.skype.com/SkypeGarage/SkypeForWindowsExperimental/HighQualityVideoCalls)Open config.xml in Skype settings directory. Find the <Video> section under <config>/<Lib>. Add the following additional parameters in it. (It probably already has some other settings in <Video>, just leave those there.)
Code:<Video> <CaptureHeight>480</CaptureHeight> <CaptureWidth>640</CaptureWidth> <Device>ATI T200 AVStream Analog Capture</Device> <Fps>25</Fps> </Video>
You of course need to replace the device name in the <Device> setting with your own device name. You can see the device information if you run "dxdiag" and then save its output as text file (see above for example).