OAID / YSQfastfd

A fast binary library for face detection and face landmark detection in images. No float point operations, especially suit for low cost Arm CPUs, The highest accuracy on FDDB among non deep learning methods
Apache License 2.0
197 stars 54 forks source link

videodev_init: Invalid argument #18

Open happyamyhope opened 5 years ago

happyamyhope commented 5 years ago

Hi, My platform is aarch64 GNU/Linux. There is something wrong when run './run.sh' after compiled. It shows "videodev_init: Invalid argument " when in file video.cpp, and goes into "kmfree". Maybe memory management error i guess?

happyamyhope commented 5 years ago

Problems are as below after ./run.sh when debug. fun videodev_init Error: VIDIOC_QUERYBUF failed... Error: VIDIOC_QBUF failed...

maybe something wrong with camera driver?