Hello,
I want to use openCV with AM5728 EVM board.
I am new for it so if anyone can tell me the steps to use it,that will great for me.
Thanks and Regards,
Kishan Patel.
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.
Hello,
I want to use openCV with AM5728 EVM board.
I am new for it so if anyone can tell me the steps to use it,that will great for me.
Thanks and Regards,
Kishan Patel.
Hello Margarita,
Have you any idea about face detection means how can setup face detection using AM5728 EVM.
I have done it on other system.So,if i want to setup face detection what should be require and how i can setup it?
If you know about it,let me inform.I will setup it.
Thanks in advance,
Regards,
Kishan Patel.
Hello,
I am not very sure what you mean. Have you tried wget https://github.com/Itseez/opencv_extra/archive/master.zip
However, you could just cp the opencv_extra-master.zip from you PC to the sd card under /usr/share/OpenCv folder and unzip it there by using unzip command as in the guide.
BR
Margarita
Hello,
Just cp the zip file to the sd card.
I ran this on the board:
./tapi-example-ufacedetect --cascade="/usr/share/OpenCV/haarcascades/haarcascade_frontalface_alt.xml" --nested-cascade="/usr/share/OpenCV/haarcascades/haarcascade_eye_tree_eyeglasses.xml" --scale=1.3 /usr/share/OpenCV/testdata/cv/face/100040721_1.jpg
you should wait a bit and do not stop weston.
Here is the result:
1.original image:
on the board:
Hope this helps.
BR
Margarita
Hello,
You do not have enough free space.
There is recommendation in the openCV user guide for the sd card size. If I remember right when you extract it, is > 600MB.
BR
Margarita
Hello
kishan patel14 said:unzip: write error: No space left on device
Your issue is that you do not have enough free space.
BR
Margarita