Does Android Linux Kernel support V4L or V4L2 (Video for Linux). If not, it'is possible to add it

link|improve this question

33% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Does Android Linux Kernel support V4L or V4L2 (Video for Linux).

No.

If not, it'is possible to add it

I doubt it. Note that Android already has video recording APIs.

link|improve this answer
Can you elaborate on lack of V4L2 in Android Linux kernel? V4L2 kernel driver is included in standard Linux since before 4.6. Android Linux kernel contains Camera Driver. Are they not the same? There is number of online references about using V4L2 API on Android. Do they involve kernel modification? – Paul Jurczak Oct 5 '10 at 6:21
feedback

Yes,Android support V4L2,Android camera subsystem internally uses V4L2.
For more reference pls check http://comments.gmane.org/gmane.comp.handhelds.android.porting/12285

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.