JuliaPy / JuliaPy/PyCall.jl

Seg Fault while calling cv2 from Julia using PyCall

オープン
#368 コメント 5 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Julia
スター
1.5k
フォーク
186
PR マージ指標
30日以内にマージされた PR はありません

説明

Code

```
cap = cv2[:VideoCapture](path)
ret, frame = cap[:read]()
cv2[:waitKey](1)
cv2[:imshow]("Video",frame)
```

Error on Terminal
```
init done
opengl support available

signal (11): Segmentation fault
while loading /home/karan/Desktop/Julia_Benchmarks/Harris_Corner/harris_main.jl, in expression starting on line 34
unknown function (ip: 0x7f78a6b1e51d)
Allocations: 23870129 (Pool: 23869084; Big: 1045); GC: 17
Segmentation fault (core dumped)

```

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

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

Reproduce the crash from the cv2 VideoCapture, read, waitKey, and imshow sequence in harris_main.jl at line 34. Start by isolating which call triggers the segmentation fault, then compare the behavior with the Julia, PyCall, Python, and OpenCV setup; done means identifying a reproducible cause and a verified fix or documented incompatibility.

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

評価

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

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

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