Hi, I'm working on a project where I need to get live video from some digital camera and using the ARM8 I have to implement H.264 compression and transmit it over IP all in real time. I was thinking originally I'd start with a low resolution, around 240 x 180 and eventually move up but the problem is I need to be able to transmit a clear video over a band limited channel of 64 Kbps. I saw a program called Microsoft Lync which transmitted the video on that resolution and it could work on that bandwidth.
Mainly I have no idea exactly how I should start this other than researching on H.264 and video transmission, etc. I was hoping someone could give me some advice on this topic as in what camera I should use and basically where to start. Any help will be appreciated, thanks
Oh and I would also like to transmit it at about 15 fps if possible.
You could try this:
Start by buying an IP camera and hook it to your development board (using ethernet connection, RJ-45). IP cameras work as a server that will give you a webpage with a video on it. Your job will be isolate the video data streaming and use it as you wish.
One issue you may find is that the data streaming used by the camera is propietary and will work only with plugings provided by the manufactures to be added to your web browser.
Some manufacturers provide libraries and code examples to manipulate and extract the video datastream, I haven't use these libraries because is not needed for my application but you could try to use them.
These IP cameras also provide static images in JPEG format that can be refreshed periodically but not as fast as the 15 FPS that your require.
So a good start will be researching on IP camera manufactures and what sort of support they have in place for developers.