hi all I receive "Cannot allocate memory" error when try to open CMOS camera "/dev/camera" in Qt on mini2440 equipped with Qtopia2.2/QtEmbedded4.6.3/Linix2.6.32.2 how can it be solved? "chmod -R 777 /dev" , some times, randomly solve the problem (with 6 times try to opening!)
"Cannot allocate memory" when open /dev/camera in Qt
and this {open("/dev/camera",0);} work fine, in a console application, compiled with Makefile: arm-linux-g++ camtest.cpp -Wall -O2 -o camtest arm-linux-strip -s camtest