Hello,
I am capturing preview images, one frame per second, as JPEG's from the camera. Is there a way to convert this set of JPEG's to a video file in some format that is playable on a Windows or Android device?
Searching the B4A forms and Internet I have found a few names: ffMPEG is mentioned often. I believe this library may be used within Vitamio, but everyone seems to conclude with "doesn't work on Android" or "it's hardware specific". The Google Play Store has a couple interesting items. I'll have to keep my eyes open.
You can use a program called GraphicsGale FreeEdition. It can take a set of JPEG files (or png, bmp) and convert these to an avi format which the Android system can play. It's a very useful program as it can make sprite sheets, separate sprite sheets into individual pictures, and much more.
Tom