Logitech C920 webcam with H264 encoding, unable to set croppingCapturing h.264 stream from camera with GstreamerA misunderstanding of V4L2Gstreamer- failed to enumerate video formats and Inappropriate ioctl for device ErrorList available capture formatsGstreamer + h264 stream from c920 + v4l2loopback not workingUsing ffmpeg on Windows, what is the command to capture hardware encoded H264 stream from Logitech c930eCapture 1920x1080 video with OpenCV over Raspberry PIuvch264src stalls when capturing from Logitech C920 in darknessUse avconv to stream from C920 with no delayOpenCv capture with V4L
Renting a house to a graduate student in my department
Why do unstable nuclei form?
How to deal with inappropriate comments during interviews for academic positions?
How can I answer high-school writing prompts without sounding weird and fake?
Two researchers want to work on the same extension to my paper. Who to help?
Is there a faster way to calculate Abs[z]^2 numerically?
Why does the Earth follow an elliptical trajectory rather than a parabolic one?
Early arrival in Australia, early hotel check in not available
51% attack - apparently very easy? refering to CZ's "rollback btc chain" - How to make sure such corruptible scenario can never happen so easily?
How could a Lich maintain the appearance of being alive without magic?
Exponential generating function
Is it a bad idea to replace pull-up resistors with hard pull-ups?
Was this a power play by Daenerys?
How can this pool heater gas line be disconnected?
Should these notes be played as a chord or one after another?
Why does TypeScript pack a Class in an IIFE?
What does it mean with the ask price is below the last price?
How do I get past a 3-year ban from overstay with VWP?
Does Lawful Interception of 4G / the proposed 5G provide a back door for hackers as well?
Why does a C.D.F need to be right-continuous?
International Code of Ethics for order of co-authors in research papers
about the word 地図
When do you stop "pushing" a book?
Is a diamond sword feasible?
Logitech C920 webcam with H264 encoding, unable to set cropping
Capturing h.264 stream from camera with GstreamerA misunderstanding of V4L2Gstreamer- failed to enumerate video formats and Inappropriate ioctl for device ErrorList available capture formatsGstreamer + h264 stream from c920 + v4l2loopback not workingUsing ffmpeg on Windows, what is the command to capture hardware encoded H264 stream from Logitech c930eCapture 1920x1080 video with OpenCV over Raspberry PIuvch264src stalls when capturing from Logitech C920 in darknessUse avconv to stream from C920 with no delayOpenCv capture with V4L
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I try to get h264 stream direct from the Logitech c920 camera, it's works.
but I would like to set cropping to cut some useless sides, getting invalid argument.
v4l2-ctl --set-crop=top=16,left=16,width=80,height=80
VIDIOC_G_CROP: failed: Invalid argument
root@raspberrypi:/home/pi# v4l2-ctl --all
Driver Info (not using libv4l2):
Driver name : uvcvideo
Card type : HD Pro Webcam C920
Bus info : usb-3f980000.usb-1.5
Driver version: 4.19.29
Capabilities : 0x84A00001
Video Capture
Streaming
Extended Pix Format
Device Capabilities
Device Caps : 0x04200001
Video Capture
Streaming
Extended Pix Format
Priority: 2
Video input : 0 (Camera 1: ok)
Format Video Capture:
Width/Height : 640/480
Pixel Format : 'YUYV'
Field : None
Bytes per Line : 1280
Size Image : 614400
Colorspace : sRGB
Transfer Function : Default
YCbCr/HSV Encoding: Default
Quantization : Default
Flags :
Crop Capability Video Capture:
Bounds : Left 0, Top 0, Width 640, Height 480
Default : Left 0, Top 0, Width 640, Height 480
Pixel Aspect: 1/1
Selection: crop_default, Left 0, Top 0, Width 640, Height 480
Selection: crop_bounds, Left 0, Top 0, Width 640, Height 480
Streaming Parameters Video Capture:
Capabilities : timeperframe
Frames per second: 30.000 (30/1)
Read buffers : 0
[deleted]
raspbian h.264 video-capture v4l2 webcam-capture
add a comment |
I try to get h264 stream direct from the Logitech c920 camera, it's works.
but I would like to set cropping to cut some useless sides, getting invalid argument.
v4l2-ctl --set-crop=top=16,left=16,width=80,height=80
VIDIOC_G_CROP: failed: Invalid argument
root@raspberrypi:/home/pi# v4l2-ctl --all
Driver Info (not using libv4l2):
Driver name : uvcvideo
Card type : HD Pro Webcam C920
Bus info : usb-3f980000.usb-1.5
Driver version: 4.19.29
Capabilities : 0x84A00001
Video Capture
Streaming
Extended Pix Format
Device Capabilities
Device Caps : 0x04200001
Video Capture
Streaming
Extended Pix Format
Priority: 2
Video input : 0 (Camera 1: ok)
Format Video Capture:
Width/Height : 640/480
Pixel Format : 'YUYV'
Field : None
Bytes per Line : 1280
Size Image : 614400
Colorspace : sRGB
Transfer Function : Default
YCbCr/HSV Encoding: Default
Quantization : Default
Flags :
Crop Capability Video Capture:
Bounds : Left 0, Top 0, Width 640, Height 480
Default : Left 0, Top 0, Width 640, Height 480
Pixel Aspect: 1/1
Selection: crop_default, Left 0, Top 0, Width 640, Height 480
Selection: crop_bounds, Left 0, Top 0, Width 640, Height 480
Streaming Parameters Video Capture:
Capabilities : timeperframe
Frames per second: 30.000 (30/1)
Read buffers : 0
[deleted]
raspbian h.264 video-capture v4l2 webcam-capture
add a comment |
I try to get h264 stream direct from the Logitech c920 camera, it's works.
but I would like to set cropping to cut some useless sides, getting invalid argument.
v4l2-ctl --set-crop=top=16,left=16,width=80,height=80
VIDIOC_G_CROP: failed: Invalid argument
root@raspberrypi:/home/pi# v4l2-ctl --all
Driver Info (not using libv4l2):
Driver name : uvcvideo
Card type : HD Pro Webcam C920
Bus info : usb-3f980000.usb-1.5
Driver version: 4.19.29
Capabilities : 0x84A00001
Video Capture
Streaming
Extended Pix Format
Device Capabilities
Device Caps : 0x04200001
Video Capture
Streaming
Extended Pix Format
Priority: 2
Video input : 0 (Camera 1: ok)
Format Video Capture:
Width/Height : 640/480
Pixel Format : 'YUYV'
Field : None
Bytes per Line : 1280
Size Image : 614400
Colorspace : sRGB
Transfer Function : Default
YCbCr/HSV Encoding: Default
Quantization : Default
Flags :
Crop Capability Video Capture:
Bounds : Left 0, Top 0, Width 640, Height 480
Default : Left 0, Top 0, Width 640, Height 480
Pixel Aspect: 1/1
Selection: crop_default, Left 0, Top 0, Width 640, Height 480
Selection: crop_bounds, Left 0, Top 0, Width 640, Height 480
Streaming Parameters Video Capture:
Capabilities : timeperframe
Frames per second: 30.000 (30/1)
Read buffers : 0
[deleted]
raspbian h.264 video-capture v4l2 webcam-capture
I try to get h264 stream direct from the Logitech c920 camera, it's works.
but I would like to set cropping to cut some useless sides, getting invalid argument.
v4l2-ctl --set-crop=top=16,left=16,width=80,height=80
VIDIOC_G_CROP: failed: Invalid argument
root@raspberrypi:/home/pi# v4l2-ctl --all
Driver Info (not using libv4l2):
Driver name : uvcvideo
Card type : HD Pro Webcam C920
Bus info : usb-3f980000.usb-1.5
Driver version: 4.19.29
Capabilities : 0x84A00001
Video Capture
Streaming
Extended Pix Format
Device Capabilities
Device Caps : 0x04200001
Video Capture
Streaming
Extended Pix Format
Priority: 2
Video input : 0 (Camera 1: ok)
Format Video Capture:
Width/Height : 640/480
Pixel Format : 'YUYV'
Field : None
Bytes per Line : 1280
Size Image : 614400
Colorspace : sRGB
Transfer Function : Default
YCbCr/HSV Encoding: Default
Quantization : Default
Flags :
Crop Capability Video Capture:
Bounds : Left 0, Top 0, Width 640, Height 480
Default : Left 0, Top 0, Width 640, Height 480
Pixel Aspect: 1/1
Selection: crop_default, Left 0, Top 0, Width 640, Height 480
Selection: crop_bounds, Left 0, Top 0, Width 640, Height 480
Streaming Parameters Video Capture:
Capabilities : timeperframe
Frames per second: 30.000 (30/1)
Read buffers : 0
[deleted]
raspbian h.264 video-capture v4l2 webcam-capture
raspbian h.264 video-capture v4l2 webcam-capture
asked Mar 23 at 11:14
user11246837
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
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%2fstackoverflow.com%2fquestions%2f55313114%2flogitech-c920-webcam-with-h264-encoding-unable-to-set-cropping%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- 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%2fstackoverflow.com%2fquestions%2f55313114%2flogitech-c920-webcam-with-h264-encoding-unable-to-set-cropping%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