Re: MATLAB Video Acquisition
- From: "mlimber" <mlimber@xxxxxxxxx>
- Date: 14 Dec 2005 06:47:37 -0800
agarwal.abhishek@xxxxxxxxx wrote:
> Dear Group Members
>
> I am working on real-time panaromic video generation using three
> cameras.
> As a prototype, I am implementing the solution in MATLAB, just to see
> if things work out well. Also, instead of normal CCD cameras I am using
> webcams as of now. Since the algorithm is still very crude, and is not
> real-time, I have to capture video streams from the 3 cameras and store
> them for further processing.
> Now the problem that I am facing is of memory overflow. Due to the
> difference between the rate at which frames are coming-in into memory
> and the rate at which frames are being stored on secondary storage is
> quite significant, I always end up getting memory errors (even with 11
> seconds of capture).
>
> Settings and Configurations:
>
> Pentium4 3 GHz
> 256 MB RAM (Cannot be changed, constraint)
> 3 Logitech USB Webcams
> Resolution '640 x 480' (Cannot be changed, constraint)
> Frame Rate '6 fps'
> Returned Color Space 'Grayscale'
> imaqmem '100000000' (100 MB)
> LoggingMode 'Disk&Memory' (Memory, for I need the timestamps)
> Trigger 'Manual'
> FramesPerTrigger 'Inf'
> Video stored as 'AVIObject'
>
> Is there a way out to get rid of the memory overflows? What other
> properties can be tweaked to reduce the memory requirements? Also, any
> other information, comments or URLs are welcome.
>
> Any sort of help will be highly appreciated.
> Thanking You All
>
> Abhishek Agarwal
> New Delhi
Look into the new Matlab Image Acquisition Toolbox.
Cheers! --M
.
- References:
- MATLAB Video Acquisition
- From: agarwal . abhishek
- MATLAB Video Acquisition
- Prev by Date: Re: Converting Ikonos 8-bit to 11-bit
- Next by Date: Re: Converting Ikonos 8-bit to 11-bit
- Previous by thread: MATLAB Video Acquisition
- Next by thread: Re: MATLAB Video Acquisition
- Index(es):
Relevant Pages
|
|