Hello,
I want to get 5MP image from DMVA2IPNC-mt5 (any format). I reduced the kernel memory to 30MB (phys_start=0x81e00000), but to no avail. I am using following bootcmd & bootargs:
setenv bootcmd 'tftpboot 0x80700000 uImage_ipnc_DMVA2;bootm 0x80700000'
setenv bootargs 'console=ttyS1,115200n8 noinitrd rw ip=192.168.1.168:192.168.1.20:192.160.2.1:255.255.255.0:::off root=/dev/nfs quiet nfsroot=192.168.1.20:/home/umair/IPNetCam/ipnc/target/filesys,nolock mem=30M'
When I try to set the 5MP at prompt (./av_server.out DM368 RTSP AEWB APPRO2A 5MP MJPEG 5000000 VBR AUTO MENUOFF &), I get following error:
CMEM Error: allocHeap: Failed to mmap buffer at physical address 0x84140000 CMEM Error: Freeing phys buffer 0x84140000 I suppose after reducing linux memory to 30MB, there should be enough memory of supporting 5MP. I will really appreciate any help in this regards. Regards, Umair