Ask Your Question

ltrubuil's profile - activity

2015-04-28 04:34:11 -0600 asked a question Embedded human detection - ARM gnueabi

Hello, I am trying to implement human detection on an IP camera (system linux gnueabi). I have seen that there are solutions with Open CV algorithm for human or face detection in embedded systems, in recent articles. My camera has 45Mo of RAM, and the CPU has the following characteristics : Processor : FA626TE rev 1 (v5l) BogoMIPS : 539.03 Features : swp half CPU implementer : 0x66 CPU architecture : 5TE I am limited to 2Mo of utilisation of the RAM, beacause of other applications. And I have the constraint of real-time image processing. Do anyone think it is possible to realize that with openCV library on such a camera ? Thank you in advance to any one who may be able to give me some tips :)