JuliaPy / JuliaPy/PyCall.jl

Seg Fault while calling cv2 from Julia using PyCall

Open
#368 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
1.5k
Forks
186
PR merge metrics
No merged PRs in 30d

Description

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)

```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.