About 51 results
Open links in new tab
  1. OpenCV CvCapture_MSMF::grabFrame videoio(MSMF): can't grab frame. Error

    Jul 29, 2020 · This error code can be returned by a media source that represents a hardware device, such as a camera. For example, if the camera is already being used by another application, the …

  2. Video Capture from webcam only works when debugging #23119

    Jan 9, 2023 · Error: -2147483638 The camera opens OK, as the light next to the webcam turns on, and vid.isOpened() returns true. I have tried with a secondary external USB Webcam (Logitec) and I have …

  3. Can't read frame with webcam. Error -2147483638 - Stack Overflow

    I want to read video from webcam with helps opencv on python but I have next error: 'NoneType' object has no attribute 'shape'. In console I have: [ WARN:0] videoio (MSMF): can't grab frame.

  4. Error: -21474836 : can't grab frame · Issue #463 - GitHub

    Aug 26, 2024 · Error: -2147483638 [ WARN:0@236.778] global cap_msmf.cpp:1759 CvCapture_MSMF::grabFrame videoio (MSMF): can't grab frame. Sign up for free to join this …

  5. global cap_msmf.cpp:1759 CvCapture_MSMF::grabFrame videoio …

    Aug 28, 2024 · I am using a plugin called Obs-Ndi on OBS to stream my prank video calls, which might cause conflicts as my external camera is being shared by these software applications concurrently, …

  6. CvCapture_MSMF::grabFrame videoio (MSMF): can't grab frame. Error ...

    if your camera is used by other instance of your code, that scenario this error can come. example one working opencv code is capturing camera. that time you can run same code in other instance, for …

  7. Occurred error : CvCapture_MSMF::grabFrame videoio(MSMF): can't …

    Nov 6, 2022 · try CAP_MSMF and CAP_DSHOW for apiPreference argument. the DSHOW backend usually works because it is more mature. the MSMF backend of OpenCV is less well developed. I'm …

  8. Update Taskdescription via VBA - Error -2147483638 - the data …

    Nov 1, 2023 · The creation works fine, but when I update the taskdetails and there the description I get the error -2147483638 - the data required for this operation are not yet. If I go stepwise through the …

  9. How to Fix Webcam Frame Capture Error: -2147483638 with OpenCV …

    Struggling to read frames from your webcam in Python using OpenCV? This guide addresses the common error `-2147483638` and offers a straightforward solution to get back to capturing video.

  10. I am having error opencv , it cant grab frames. below is the error ...

    Mar 20, 2025 · Initialize the camera with comprehensive error handling. Attempts multiple camera indices and sets optimal resolution. """ camera_indices = [0, 1, 2] # Try different camera indices. for …