devil20
April 9, 2004, 08:14:05
Hi
I am using one sample ImageDataAcess that given from IC Imaging from stefan
and getting pixel direct memory acees.
Basically I am saving this *Byte that comes from capture card imagebuffer
So i have 200 images to save in memory in bytes for pixel acess like that
pPixel=malloc( Byte of pixel )
So basically i am allocating all pixel and then doing process on pixel But in 32 bit image data is so big and for 200 photos it will be more that 160 Mbs so system performance going slove.
So how can i do best way to resolve this problem ?
Any good sugestion ?
thanx
devil20
I am using one sample ImageDataAcess that given from IC Imaging from stefan
and getting pixel direct memory acees.
Basically I am saving this *Byte that comes from capture card imagebuffer
So i have 200 images to save in memory in bytes for pixel acess like that
pPixel=malloc( Byte of pixel )
So basically i am allocating all pixel and then doing process on pixel But in 32 bit image data is so big and for 200 photos it will be more that 160 Mbs so system performance going slove.
So how can i do best way to resolve this problem ?
Any good sugestion ?
thanx
devil20