Seg Fault while calling cv2 from Julia using PyCall
- Lenguaje dominante
- Julia
- Estrellas
- 1.5k
- Forks
- 186
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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)
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
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.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- julia, opencv, python
- Área
- computer-vision, devtools
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 25/100