1 | initial version |
So I found out that the implementation being used is in cap_v4l.cpp
There is this default constant "#define DEFAULT_V4L_BUFFERS 4". It is used to initialize a structure member that seems to be unreachable from outside.
Isn't that kind of a bad design ?