Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Opencv 3.4.1.15 with python 3.6.8 not able to extract all video frames from latest version 15.3.1 IOS video

Aperta
#630 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
15/100
Tipo di issue
Bug
Chiarezza
Da chiarire
Stato di attività
Ferma
Stack tecnologico
opencv, python

Direzione di ricerca

Non vengono forniti file del repository, test, sistema operativo, architettura o video riproducibile. Verifica innanzitutto il comportamento segnalato con le versioni indicate di OpenCV e Python, quindi determina se riguarda questo repository di build-toolchain o il progetto OpenCV upstream; il lavoro è completo solo quando sono disponibili una riproduzione completa e pertinente per il repository e un target confermato per il fix.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

incomplete
Expected behaviour

Getting all 300 frames from the video
Write here how did you expect the library to function.
cv2.VideoCapture(videopath)
should extract all the frames from the video

Actual behaviour

vs = cv2.VideoCapture(videopath)
while True:
_,frame = vs.read()

The above code is not reading all frames

Write here what went wrong.
Expected to read all frames, but just after 30 frames, I am getting a NULL frame.

Steps to reproduce
  • example code
  • operating system
  • architecture (e.g. x86)
  • OpenCV-python version
Issue submission checklist
  • This is not a generic OpenCV usage question (looking for help for coding, other usage questions, homework etc.)
  • I have read the README of this repository and understand that this repository provides only an automated build toolchain for OpenCV Python packages (there is no actual OpenCV code here)
  • The issue is related to the build scripts in this repository, to the pre-built binaries or is a feature request (such as "please enable this additional dependency")
  • I'm using the latest version of opencv-python
    No I am using OpenCV3.4.1.15 with python 3.6.8
Lingua principale
Python
Stelle
5.4k
Fork
1k
Merge medio
22h 17m
PR unite (30g)
3

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di opencv/opencv-python

Tutte le issue di opencv/opencv-python

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.