Hi,
I've just started working with the mbed board and I was wondering if it's possible to use the mbed to capture raw data from a video camera stream(640x480 256gray level) and then send that data to a computer via blutooth or wireless to then have some image processing done to it, then sent back to the controller.
I've seen that the mbed has 64K of RAM of which only 32K is "easily" accesible for storage. I believe the other 32K is kept for peripherals.
I've also seen that to store that size of image would require around 300Kb of storage, obviously a lot more than the mbed has. There is the option of connecting an SD card for storage but then thats going to increase the lag time between what the camera sees and the vehicle responding.
Is there any way of getting around the lack of RAM issues incountered when working images? Or, can I transfer the image to the computer in segments so the mbed is never having to store the image as a whole, therefore, not needing so much storage?
I can keep talking myself into different possibilities so if someone could give me some advice through experience that would be greatly appreciated!
Thanks
Gordon
Hi,
I've just started working with the mbed board and I was wondering if it's possible to use the mbed to capture raw data from a video camera stream(640x480 256gray level) and then send that data to a computer via blutooth or wireless to then have some image processing done to it, then sent back to the controller.
I've seen that the mbed has 64K of RAM of which only 32K is "easily" accesible for storage. I believe the other 32K is kept for peripherals.
I've also seen that to store that size of image would require around 300Kb of storage, obviously a lot more than the mbed has. There is the option of connecting an SD card for storage but then thats going to increase the lag time between what the camera sees and the vehicle responding.
Is there any way of getting around the lack of RAM issues incountered when working images? Or, can I transfer the image to the computer in segments so the mbed is never having to store the image as a whole, therefore, not needing so much storage?
I can keep talking myself into different possibilities so if someone could give me some advice through experience that would be greatly appreciated!
Thanks Gordon