I need to create an app which gets raw video (RGB 32bits) data and store this data in an AVI file. Is a "simple" library is available out there ? I'm mean low footprint as it's for an embedded project.
Asked
Active
Viewed 1,773 times
2 Answers
2
This should help you: http://linuxtv.org/downloads/v4l-dvb-apis/common.html

Vikram.exe
- 4,565
- 3
- 29
- 40
-
I'm a little confused about how I can generate AVI stream with V4L. I already have a device driver to acquire video data from the board, and the device give me the address of the buffer containing video frame. All I need is a lib that take my video frames and put them in an AVI container. – Emeric L Sep 19 '11 at 14:51
-
1your link is dead – BЈовић Jul 16 '18 at 16:59