JuliaPy / JuliaPy/PyCall.jl

Seg Fault while calling cv2 from Julia using PyCall

Đang mở
#368 5 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Julia
Star
1.5k
Fork
186
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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)

```

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Hướng nghiên cứu

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.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
julia, opencv, python
Lĩnh vực
computer-vision, devtools
Loại issue
Lỗi
Độ khó
4/5
Thời gian dự kiến
3-5 ngày
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Cần làm rõ
Mức phù hợp với người mới
25/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.