Can't access Logitech C930e (webcam) under Ubuntu with SimpleCV
Ubuntu won't recognize my new Logitech C930e webcam fully. Guvcview does (see below). Logitech says it supports UVC 1.5.
I found:
http://sourceforge.net/p/linux-uvc/mailman/message/31645720/
Why isn't it integrated in Ubuntu 14.04 (cheese app)?
I need this camera for SimpleCV (which won't recognize it as well).
I figured out:
cam = Camera(0) // -> for the internal notebook (edge 130) webcam
cam = Camera(1) // -> for the Logitech C930e
I receive following errors:
SimpleCV:1> cam = Camera(1)
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
and with an openCV command:
SimpleCV:2> cap = cv2.VideoCapture(1)
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
libv4l2: error setting pixformat: Device or resource busy
HIGHGUI ERROR: libv4l unable to ioctl S_FMT
libv4l2: error setting pixformat: Device or resource busy
libv4l1: error setting pixformat: Device or resource busy
HIGHGUI ERROR: libv4l unable to ioctl VIDIOCSPICT
webcam logitech
add a comment |
Ubuntu won't recognize my new Logitech C930e webcam fully. Guvcview does (see below). Logitech says it supports UVC 1.5.
I found:
http://sourceforge.net/p/linux-uvc/mailman/message/31645720/
Why isn't it integrated in Ubuntu 14.04 (cheese app)?
I need this camera for SimpleCV (which won't recognize it as well).
I figured out:
cam = Camera(0) // -> for the internal notebook (edge 130) webcam
cam = Camera(1) // -> for the Logitech C930e
I receive following errors:
SimpleCV:1> cam = Camera(1)
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
and with an openCV command:
SimpleCV:2> cap = cv2.VideoCapture(1)
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
libv4l2: error setting pixformat: Device or resource busy
HIGHGUI ERROR: libv4l unable to ioctl S_FMT
libv4l2: error setting pixformat: Device or resource busy
libv4l1: error setting pixformat: Device or resource busy
HIGHGUI ERROR: libv4l unable to ioctl VIDIOCSPICT
webcam logitech
Did you installed guvcview?
– user224082
May 16 '14 at 13:17
Yes, it's installed. Guvcview recognizes the cam, but ubuntu and simplecv not.
– empedokles
May 16 '14 at 15:53
add a comment |
Ubuntu won't recognize my new Logitech C930e webcam fully. Guvcview does (see below). Logitech says it supports UVC 1.5.
I found:
http://sourceforge.net/p/linux-uvc/mailman/message/31645720/
Why isn't it integrated in Ubuntu 14.04 (cheese app)?
I need this camera for SimpleCV (which won't recognize it as well).
I figured out:
cam = Camera(0) // -> for the internal notebook (edge 130) webcam
cam = Camera(1) // -> for the Logitech C930e
I receive following errors:
SimpleCV:1> cam = Camera(1)
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
and with an openCV command:
SimpleCV:2> cap = cv2.VideoCapture(1)
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
libv4l2: error setting pixformat: Device or resource busy
HIGHGUI ERROR: libv4l unable to ioctl S_FMT
libv4l2: error setting pixformat: Device or resource busy
libv4l1: error setting pixformat: Device or resource busy
HIGHGUI ERROR: libv4l unable to ioctl VIDIOCSPICT
webcam logitech
Ubuntu won't recognize my new Logitech C930e webcam fully. Guvcview does (see below). Logitech says it supports UVC 1.5.
I found:
http://sourceforge.net/p/linux-uvc/mailman/message/31645720/
Why isn't it integrated in Ubuntu 14.04 (cheese app)?
I need this camera for SimpleCV (which won't recognize it as well).
I figured out:
cam = Camera(0) // -> for the internal notebook (edge 130) webcam
cam = Camera(1) // -> for the Logitech C930e
I receive following errors:
SimpleCV:1> cam = Camera(1)
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
and with an openCV command:
SimpleCV:2> cap = cv2.VideoCapture(1)
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
VIDIOC_QUERYMENU: Invalid argument
libv4l2: error setting pixformat: Device or resource busy
HIGHGUI ERROR: libv4l unable to ioctl S_FMT
libv4l2: error setting pixformat: Device or resource busy
libv4l1: error setting pixformat: Device or resource busy
HIGHGUI ERROR: libv4l unable to ioctl VIDIOCSPICT
webcam logitech
webcam logitech
edited May 20 '14 at 20:58
empedokles
asked May 15 '14 at 11:59
empedoklesempedokles
1665715
1665715
Did you installed guvcview?
– user224082
May 16 '14 at 13:17
Yes, it's installed. Guvcview recognizes the cam, but ubuntu and simplecv not.
– empedokles
May 16 '14 at 15:53
add a comment |
Did you installed guvcview?
– user224082
May 16 '14 at 13:17
Yes, it's installed. Guvcview recognizes the cam, but ubuntu and simplecv not.
– empedokles
May 16 '14 at 15:53
Did you installed guvcview?
– user224082
May 16 '14 at 13:17
Did you installed guvcview?
– user224082
May 16 '14 at 13:17
Yes, it's installed. Guvcview recognizes the cam, but ubuntu and simplecv not.
– empedokles
May 16 '14 at 15:53
Yes, it's installed. Guvcview recognizes the cam, but ubuntu and simplecv not.
– empedokles
May 16 '14 at 15:53
add a comment |
1 Answer
1
active
oldest
votes
Try with Installing common Web Cam driver packages in Ubuntu
sudo apt-get install build-essential linux-headers-`uname -r`
I receive errors: "E: Paket ov51x-jpeg kann nicht gefunden werden. E: Paket ov51x kann nicht gefunden werden."
– empedokles
May 16 '14 at 15:54
Seems this stuff is already there: "build-essential ist schon die neueste Version. build-essential wurde als manuell installiert festgelegt. linux-headers-3.13.0-24-generic ist schon die neueste Version. linux-headers-3.13.0-24-generic wurde als manuell installiert festgelegt. 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 22 nicht aktualisiert."
– empedokles
May 16 '14 at 16:01
It says it is already the newest version. Linux-headers was declared as manually installed. 0 acutalized. 0 new installed. 0 to delete and 22 not acutalized.
– empedokles
May 16 '14 at 16:07
I can switch to it over settings. But as soon as I set anything else then 320x240 it says: "Error while processing signal".
– empedokles
May 16 '14 at 20:13
The logitech C930e records 1080p.
– empedokles
May 16 '14 at 23:35
|
show 2 more comments
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f466323%2fcant-access-logitech-c930e-webcam-under-ubuntu-with-simplecv%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try with Installing common Web Cam driver packages in Ubuntu
sudo apt-get install build-essential linux-headers-`uname -r`
I receive errors: "E: Paket ov51x-jpeg kann nicht gefunden werden. E: Paket ov51x kann nicht gefunden werden."
– empedokles
May 16 '14 at 15:54
Seems this stuff is already there: "build-essential ist schon die neueste Version. build-essential wurde als manuell installiert festgelegt. linux-headers-3.13.0-24-generic ist schon die neueste Version. linux-headers-3.13.0-24-generic wurde als manuell installiert festgelegt. 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 22 nicht aktualisiert."
– empedokles
May 16 '14 at 16:01
It says it is already the newest version. Linux-headers was declared as manually installed. 0 acutalized. 0 new installed. 0 to delete and 22 not acutalized.
– empedokles
May 16 '14 at 16:07
I can switch to it over settings. But as soon as I set anything else then 320x240 it says: "Error while processing signal".
– empedokles
May 16 '14 at 20:13
The logitech C930e records 1080p.
– empedokles
May 16 '14 at 23:35
|
show 2 more comments
Try with Installing common Web Cam driver packages in Ubuntu
sudo apt-get install build-essential linux-headers-`uname -r`
I receive errors: "E: Paket ov51x-jpeg kann nicht gefunden werden. E: Paket ov51x kann nicht gefunden werden."
– empedokles
May 16 '14 at 15:54
Seems this stuff is already there: "build-essential ist schon die neueste Version. build-essential wurde als manuell installiert festgelegt. linux-headers-3.13.0-24-generic ist schon die neueste Version. linux-headers-3.13.0-24-generic wurde als manuell installiert festgelegt. 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 22 nicht aktualisiert."
– empedokles
May 16 '14 at 16:01
It says it is already the newest version. Linux-headers was declared as manually installed. 0 acutalized. 0 new installed. 0 to delete and 22 not acutalized.
– empedokles
May 16 '14 at 16:07
I can switch to it over settings. But as soon as I set anything else then 320x240 it says: "Error while processing signal".
– empedokles
May 16 '14 at 20:13
The logitech C930e records 1080p.
– empedokles
May 16 '14 at 23:35
|
show 2 more comments
Try with Installing common Web Cam driver packages in Ubuntu
sudo apt-get install build-essential linux-headers-`uname -r`
Try with Installing common Web Cam driver packages in Ubuntu
sudo apt-get install build-essential linux-headers-`uname -r`
edited May 16 '14 at 15:59
answered May 16 '14 at 13:24
user224082
I receive errors: "E: Paket ov51x-jpeg kann nicht gefunden werden. E: Paket ov51x kann nicht gefunden werden."
– empedokles
May 16 '14 at 15:54
Seems this stuff is already there: "build-essential ist schon die neueste Version. build-essential wurde als manuell installiert festgelegt. linux-headers-3.13.0-24-generic ist schon die neueste Version. linux-headers-3.13.0-24-generic wurde als manuell installiert festgelegt. 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 22 nicht aktualisiert."
– empedokles
May 16 '14 at 16:01
It says it is already the newest version. Linux-headers was declared as manually installed. 0 acutalized. 0 new installed. 0 to delete and 22 not acutalized.
– empedokles
May 16 '14 at 16:07
I can switch to it over settings. But as soon as I set anything else then 320x240 it says: "Error while processing signal".
– empedokles
May 16 '14 at 20:13
The logitech C930e records 1080p.
– empedokles
May 16 '14 at 23:35
|
show 2 more comments
I receive errors: "E: Paket ov51x-jpeg kann nicht gefunden werden. E: Paket ov51x kann nicht gefunden werden."
– empedokles
May 16 '14 at 15:54
Seems this stuff is already there: "build-essential ist schon die neueste Version. build-essential wurde als manuell installiert festgelegt. linux-headers-3.13.0-24-generic ist schon die neueste Version. linux-headers-3.13.0-24-generic wurde als manuell installiert festgelegt. 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 22 nicht aktualisiert."
– empedokles
May 16 '14 at 16:01
It says it is already the newest version. Linux-headers was declared as manually installed. 0 acutalized. 0 new installed. 0 to delete and 22 not acutalized.
– empedokles
May 16 '14 at 16:07
I can switch to it over settings. But as soon as I set anything else then 320x240 it says: "Error while processing signal".
– empedokles
May 16 '14 at 20:13
The logitech C930e records 1080p.
– empedokles
May 16 '14 at 23:35
I receive errors: "E: Paket ov51x-jpeg kann nicht gefunden werden. E: Paket ov51x kann nicht gefunden werden."
– empedokles
May 16 '14 at 15:54
I receive errors: "E: Paket ov51x-jpeg kann nicht gefunden werden. E: Paket ov51x kann nicht gefunden werden."
– empedokles
May 16 '14 at 15:54
Seems this stuff is already there: "build-essential ist schon die neueste Version. build-essential wurde als manuell installiert festgelegt. linux-headers-3.13.0-24-generic ist schon die neueste Version. linux-headers-3.13.0-24-generic wurde als manuell installiert festgelegt. 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 22 nicht aktualisiert."
– empedokles
May 16 '14 at 16:01
Seems this stuff is already there: "build-essential ist schon die neueste Version. build-essential wurde als manuell installiert festgelegt. linux-headers-3.13.0-24-generic ist schon die neueste Version. linux-headers-3.13.0-24-generic wurde als manuell installiert festgelegt. 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 22 nicht aktualisiert."
– empedokles
May 16 '14 at 16:01
It says it is already the newest version. Linux-headers was declared as manually installed. 0 acutalized. 0 new installed. 0 to delete and 22 not acutalized.
– empedokles
May 16 '14 at 16:07
It says it is already the newest version. Linux-headers was declared as manually installed. 0 acutalized. 0 new installed. 0 to delete and 22 not acutalized.
– empedokles
May 16 '14 at 16:07
I can switch to it over settings. But as soon as I set anything else then 320x240 it says: "Error while processing signal".
– empedokles
May 16 '14 at 20:13
I can switch to it over settings. But as soon as I set anything else then 320x240 it says: "Error while processing signal".
– empedokles
May 16 '14 at 20:13
The logitech C930e records 1080p.
– empedokles
May 16 '14 at 23:35
The logitech C930e records 1080p.
– empedokles
May 16 '14 at 23:35
|
show 2 more comments
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f466323%2fcant-access-logitech-c930e-webcam-under-ubuntu-with-simplecv%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Did you installed guvcview?
– user224082
May 16 '14 at 13:17
Yes, it's installed. Guvcview recognizes the cam, but ubuntu and simplecv not.
– empedokles
May 16 '14 at 15:53