Unable to requeue buffer due to not v4l2_data

Forum for questions and support relating to the 1.28.x releases only.
Locked
ale_arco
Posts: 1
Joined: Thu Jan 15, 2015 7:18 am

Unable to requeue buffer due to not v4l2_data

Post by ale_arco »

I all ...
I am new to the forum, sorry if I make some errors and for my english. Some days ago I read a lot of video surveillance. I immediately marked Zoneminder that seems to be the best open source program available on web. I decided to install everything on Arch Linux distribution that I consider lightweight with high performance and there is a lot of documentation if I need. I installed the GIT version present in AUR, all okay no errors. When I connected my WEB CAM for test, has started the problema. I can not understand the error, I tried everything but nothing, probably the solution is simple but my continuous attempts and failures probably don't see it. Probably some of you has happened this error and can help me show the way of the solution.


Situation :
OS Version : 4.2.5-1-ARCH #1 SMP PREEMPT Tue Oct 27 08:13:28 CET 2015 x86_64 GNU/Linux
WebCam : Philips SPC230NC
ZM Version : zoneminder-git 1.28.100.r5095.4.e8f31d7-1
Errors : zmc_dvideo0[757].WAR-zm_local_camera.cpp/2041 [Capture failure, possible signal loss?:Input/output error]
zmc_dvideo0[757].ERR-zm_local_camera.cpp/2178 [Unable to requeue buffer due to not v4l2_data]


I tried these commands and these are the results:

Code: Select all

# lsusb
Bus 003 Device 002: ID 093a:262c Pixart Imaging, Inc.

# lsmod
gspca_pac7302          20480  1
gspca_main             36864  2 gspca_pac7302
videodev              143360  3 gspca_main,gspca_pac7302
media                  20480  1 videodev

# dmesg
gspca_main: v2.14.0 registered
gspca_main: gspca_pac7302-2.14.0 probing 093a:262c
gspca_pac7302 as /devices/pci0000:00/0000:00:14.0/usb3/3-1/input/input15
usbcore: registered new interface driver gspca_pac7302

# mpv av://v4l2:/dev/video0
Playing: av://v4l2:/dev/video0
[lavf] avformat_open_input() failed
Failed to recognize file format.


Exiting... (Errors when loading file)


# v4l2-ctl --list-formats
ioctl: VIDIOC_ENUM_FMT
        Index       : 0
        Type        : Video Capture
        Pixel Format: 'PJPG' (compressed)
        Name        : GSPCA PJPG


# v4l2-ctl --list-formats-ext
ioctl: VIDIOC_ENUM_FMT
        Index       : 0
        Type        : Video Capture
        Pixel Format: 'PJPG' (compressed)
        Name        : GSPCA PJPG
               Size: Discrete 640x480
Many Thanks for your help

Alessandro
Locked