1

I'm running latest Ubuntu 16.10 desktop operating system.

How do I install gtk-v4l package to control my webcam settings?

I'm getting the following errors during apt-get update:

W: The repository 'http://ppa.launchpad.net/libv4l/ppa/ubuntu yakkety Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://ppa.launchpad.net/libv4l/ppa/ubuntu/dists/yakkety/main/binary-amd64/Packages  404  Not Found

I was following this guide: Webcam settings control on Ubuntu Linux operating system.

  • That PPA doesn't support 16.10 because it hasn't been updated since 2010. – karel Jan 12 '17 at 00:53
  • So the only program for webcam settings in Ubuntu is virtually non-existent? That makes me sad. – Slava Fomin II Jan 12 '17 at 18:10
  • Modern alternatives seem to be v4l2ucp and qv4l2, both of which can be installed with apt. In my quick tests, qv4l2 seemed to work better – Zach May 31 '18 at 19:18

1 Answers1

0

You cannot install the mentioned package since the ppa you added does not have the release package for yaketty yet. So you can wait for a few weeks, it will probably be updated for the 16.10 release.

enter image description here

PPA for libv4l v4l-utils

Nisheet
  • 973