Im trying to increase the Read and Write buffers
v4l2-ctl --all
...
Streaming Parameters Video Capture:
Frames per second: 30.000 (30/1)
Read buffers : 2
Streaming Parameters Video Output:
Frames per second: 30.000 (30/1)
Write buffers : 2
i tried to increase the #define V4L2LOOPBACK_DEFAULT_MAX_BUFFERS 2 to 4, recompiled it, installed it, loaded the module, but the read/write buffers do not seem to increase.
Im trying to increase the Read and Write buffers v4l2-ctl --all
i tried to increase the
#define V4L2LOOPBACK_DEFAULT_MAX_BUFFERS 2
to4
, recompiled it, installed it, loaded the module, but the read/write buffers do not seem to increase.am i missing something?
here is what i did
v4l2loopback.c
to4
make clean
make
sudo make install
sudo depmod -a
sudo modprobe v4l2loopback devices=1 video_nr=0 card_label="myCam"