Tool/software: Linux
Hi,
using Processor SDK 3.2.0.5
root@am57xx-evm:/usr/share/ti/image# detect_barcode sample_barcode.jpg 1 1
with the sample_barcode.jpg works.
Now I wanted to test the live camera (here on an AM5728 IDK) with the camera board connected. The camera is on
/dev/video1
The camera btw works with the dual_camera demo. The AM5728 IDK has only one camera connected.
So I am trying to run
root@am57xx-evm:/usr/share/ti/image# detect_barcode 1 1 1
Frame per seconds : 30
init done
Using Wayland-EGL
wlpvr: PVR Services Initialised
Segmentation fault (core dumped)
Can we fix this?
Thanks,
--Gunter