dvgrab (capturing from an uvcvideo device, in this case a panasonic nv-gs230 miniDV camera connected via USB) dies in many ways without a meaningful error message in situations with unexpected errors (missing permissions to create a file, hdd full during capturing, uvcvideo kernelmodule not loaded). missing permissions: timo@spida ~ % dvgrab -v4l2 --autosplit --format raw --size 0 --opendml -input /dev/video0 myvideo- Waiting for DV... Capture Started "myvideo-001.dv": 0.00 MiB 0 frames timecode 00:00:01.14 date 2011.01.06 13:58:06 Capture Stopped terminate called after throwing an instance of 'std::string' [1] 2312 abort dvgrab -v4l2 --autosplit --format raw --size 0 --opendml -input /dev/video0 no space left on device: timo@spida ~ % dvgrab -v4l2 --autosplit --format raw --size 0 --opendml -input /dev/video0 myvideo- Waiting for DV... Capture Started "myvideo-001.dv": 3420.59 MiB 24907 frames timecode 00:16:42.24 date 2011.01.06 14:14:48 Capture Stopped terminate called after throwing an instance of 'std::string' [1] 2362 abort (core dumped) dvgrab -v4l2 --autosplit --format raw --size 0 --opendml -input /dev/video0 uvcvideo module not loaded: timo@spida ~ % dvgrab -v4l2 --autosplit --format raw --size 0 --opendml -input /dev/video0 myvideo- Error: v4l2reader.cc:66: In function "virtual bool v4l2Reader::Open()": "m_fd = open( m_device, O_RDWR | O_NONBLOCK, 0 )" evaluated to -1 v4l2reader.cc:66: errno: 2 (No such file or directory)terminate called without an active exception [1] 2445 abort (core dumped) dvgrab -v4l2 --autosplit --format raw --size 0 --opendml -input /dev/video0
Hi Dan, [Please let all the addresses in CC:] I'm the Debian package maintainer of dvgrab. An user has repoted a bug, that I cannot reproduce, because I haven't got a USB video camera. Could you please have a look and comment the report. Thank you very much. Package: dvgrab Version: 3.5-1+b1 Severity: normal dvgrab (capturing from an uvcvideo device, in this case a panasonic nv-gs230 miniDV camera connected via USB) dies in many ways without a meaningful error message in situations with unexpected errors (missing permissions to create a file, hdd full during capturing, uvcvideo kernelmodule not loaded). missing permissions: timo@spida ~ % dvgrab -v4l2 --autosplit --format raw --size 0 --opendml -input /dev/video0 myvideo- Waiting for DV... Capture Started "myvideo-001.dv": 0.00 MiB 0 frames timecode 00:00:01.14 date 2011.01.06 13:58:06 Capture Stopped terminate called after throwing an instance of 'std::string' [1] 2312 abort dvgrab -v4l2 --autosplit --format raw --size 0 --opendml -input /dev/video0 no space left on device: timo@spida ~ % dvgrab -v4l2 --autosplit --format raw --size 0 --opendml -input /dev/video0 myvideo- Waiting for DV... Capture Started "myvideo-001.dv": 3420.59 MiB 24907 frames timecode 00:16:42.24 date 2011.01.06 14:14:48 Capture Stopped terminate called after throwing an instance of 'std::string' [1] 2362 abort (core dumped) dvgrab -v4l2 --autosplit --format raw --size 0 --opendml -input /dev/video0 uvcvideo module not loaded: timo@spida ~ % dvgrab -v4l2 --autosplit --format raw --size 0 --opendml -input /dev/video0 myvideo- Error: v4l2reader.cc:66: In function "virtual bool v4l2Reader::Open()": "m_fd = open( m_device, O_RDWR | O_NONBLOCK, 0 )" evaluated to -1 v4l2reader.cc:66: errno: 2 (No such file or directory)terminate called without an active exception [1] 2445 abort (core dumped) dvgrab -v4l2 --autosplit --format raw --size 0 --opendml -input /dev/video0
Hi Dan, [Please let all the addresses in CC:] I'm the Debian package maintainer of dvgrab. An user has repoted a bug, that I cannot reproduce, because I haven't got a USB video camera. Could you please have a look and comment the report. Thank you very much. Package: dvgrab Version: 3.5-1+b1 Severity: normal dvgrab (capturing from an uvcvideo device, in this case a panasonic nv-gs230 miniDV camera connected via USB) dies in many ways without a meaningful error message in situations with unexpected errors (missing permissions to create a file, hdd full during capturing, uvcvideo kernelmodule not loaded). missing permissions: timo@spida ~ % dvgrab -v4l2 --autosplit --format raw --size 0 --opendml -input /dev/video0 myvideo- Waiting for DV... Capture Started "myvideo-001.dv": 0.00 MiB 0 frames timecode 00:00:01.14 date 2011.01.06 13:58:06 Capture Stopped terminate called after throwing an instance of 'std::string' [1] 2312 abort dvgrab -v4l2 --autosplit --format raw --size 0 --opendml -input /dev/video0 no space left on device: timo@spida ~ % dvgrab -v4l2 --autosplit --format raw --size 0 --opendml -input /dev/video0 myvideo- Waiting for DV... Capture Started "myvideo-001.dv": 3420.59 MiB 24907 frames timecode 00:16:42.24 date 2011.01.06 14:14:48 Capture Stopped terminate called after throwing an instance of 'std::string' [1] 2362 abort (core dumped) dvgrab -v4l2 --autosplit --format raw --size 0 --opendml -input /dev/video0 uvcvideo module not loaded: timo@spida ~ % dvgrab -v4l2 --autosplit --format raw --size 0 --opendml -input /dev/video0 myvideo- Error: v4l2reader.cc:66: In function "virtual bool v4l2Reader::Open()": "m_fd = open( m_device, O_RDWR | O_NONBLOCK, 0 )" evaluated to -1 v4l2reader.cc:66: errno: 2 (No such file or directory)terminate called without an active exception [1] 2445 abort (core dumped) dvgrab -v4l2 --autosplit --format raw --size 0 --opendml -input /dev/video0
First two bug reports are unrelated to DV/V4L2. These bug reports belong upstream since they are not related to the packaging or system integration. Notice error message. related to out-of-disk space: https://sourceforge.net/tracker/?func=detail&aid=2314217&group_id=14103&atid=114103 Notice error message. https://sourceforge.net/tracker/?func=detail&aid=2314217&group_id=14103&atid=114103 although not nice, notice error message https://sourceforge.net/tracker/?func=detail&aid=3181053&group_id=14103&atid=114103
First two bug reports are unrelated to DV/V4L2. These bug reports belong upstream since they are not related to the packaging or system integration. Notice error message. related to out-of-disk space: https://sourceforge.net/tracker/?func=detail&aid=2314217&group_id=14103&atid=114103 Notice error message. https://sourceforge.net/tracker/?func=detail&aid=2314217&group_id=14103&atid=114103 although not nice, notice error message https://sourceforge.net/tracker/?func=detail&aid=3181053&group_id=14103&atid=114103
-- Hoi Ik wil van je weten of je mijn bericht hebt ontvangen over je compensatiedossier bij het Compensatieprogramma van de Verenigde Naties. Bevestig alstublieft. Vriendelijke groeten! Howard Newell Londen WC2N 4JS, VK
-- Hoi Ik wil van je weten of je mijn bericht hebt ontvangen over je compensatiedossier bij het Compensatieprogramma van de Verenigde Naties. Bevestig alstublieft. Vriendelijke groeten! Howard Newell Londen WC2N 4JS, VK