Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

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

オープン
#630 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
15/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
opencv, python

調査の方向性

リポジトリのファイル、テスト、オペレーティングシステム、アーキテクチャ、再現可能な動画は提供されていません。まず、指定された OpenCV と Python のバージョンで報告された挙動を検証し、次にそれがこの build-toolchain リポジトリに属するのか、upstream の OpenCV プロジェクトに属するのかを判断してください。完了とするには、リポジトリに関連する完全な再現手順と、修正先として確認された対象が必要です。

索引モデルが issue の本文から書いたものです。

説明

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
主要言語
Python
スター
5.4k
フォーク
1k
平均マージ
22時間 17分
マージ済み PR(30日)
3

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

opencv/opencv-python のほかの issue

opencv/opencv-python の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。