This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM5728: detect_barcode with live camera with PSDK 3.2.0.5

Part Number: AM5728

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