Jelle,
2009/3/15 Jelle de Jong <[email protected]>
> Hi Paulo and thank you for the help,
>
> Paulo Assis wrote:
> > Mplayer works fine with the following command:
> > �mplayer tv:// -tv
> > driver=v4l2:device=/dev/video0:width=800:height=600:fps=25
> >
> > see mplayer.log
>
> It seems mplayer does not! work fine, see the resolution, it is unable to
> render 800x600 it keep sticking at 640x480.
>
Yes I notice that :-)
>
> Could you or somebody else try this command and show the full report:
> mplayer -identify -benchmark -v tv:// -tv
> driver=v4l2:device=/dev/video0:width=800:height=600:fps=25
>
see mplayer_1.log
>
> > but fails for the ones below.
> > see mplayer_1.log
> >
>
> Thank you, it seems mplayer dies on your system when trying to access the
> sound of the webcam I will report this back to mplayer developers
>
/dev/dsp1 is the audio card (OSS) for ALSA the same card is hw:0,0
for what I know usb audio is not very well supported under OSS.
>
> > see mplayer_2.log
> The command was not correctly formatted since you use /dev/video0 and not
> /dev/video1. Could you or somebody else try the bellow command and show
> the full report:
>
I had only one cam connected so no /dev/video1
>
> mplayer -identify -benchmark -v tv:// -tv
>
> driver=v4l2:device=/dev/video0:adevice=/dev/dsp1:immediatemode=0:forceaudio:width=800:height=600
>
No go, see mplayer_2.log
>
> > see mencoder.log
>
> could you please test ;-) and show the full report
>
> mencoder tv:// -tv
> driver=v4l2:device=/dev/video0:width=800:height=600:fps=25 -of rawvideo
> -nosound -ovc lavc -lavcopts vcodec=mpeg4:threads=4 -of lavf -lavfopts
> format=avi -o output0.avi
See mencoder.log
>
>
> > I could only get 640x480, this limit seems to be hardcoded in mplayer.
>
> The mplayer developer tell me it is not hardcoded and is looking up v4l2
> stuff. I don't know what is exactly going on here ...
>
In that case it can only mean that mplayer has a bug when looking up
frame-rate and resolution.
The uvc driver enumerates all resolutions and frame rates just as defined by
v4l2.
> > Like I said live video mpeg encoding requires a lot of cpu power, you
> > wont find many apps out there that can deliver this, with the quality
> > you want.
>
> My system is powerful enough to do live recordings with mpeg4 with only
> 20% cpu load with mencoder on the 640x480 15fps stream... thats why I
> need mencoder and mplayer to be able to view the 800x600 at 25 fps
> streams so I can record them with mencoder and have a more then powerful
> engough system. mjpeg does not use treading and is very heavy for a dual
> threaded designed/optimized atom cpu.
I'm confused mjpeg is heavy but not mpeg4 ?
mjpeg is, in a very simplistic way, a I frame only mpeg4, if you set your
camera to stream mjpeg instead of yuyv, you won't even need to compress,
just have to store the frames to disk.
Here's a good test:
in guvcview disable sound and set the camera stream to MJPG instead of YUYV,
then capture some video, if you notice a fps drop when recording this is
only due to Disk IO, not CPU since there is no extra processing.
>
>
> > these are vendor specif controls, they are defined in the uvc spec and
> > the linux-uvc driver has support for them.
> > Since they are vendor specific, they cannot be defined in the v4l2 API,
> > so they need to be mapped into a valid control, but applications must be
> > aware of them.
> >
> > They are the ones I know.
>
> Thanks for the info!
>
> Best regards,
>
> Jelle de Jong
Best regards,
Paulo
MPlayer 1.0rc2-4.3.2 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Core(TM)2 Quad CPU Q9300 @ 2.50GHz (Family: 6, Model: 23, Stepping: 7)
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
get_path('codecs.conf') -> '/home/paulo/.mplayer/codecs.conf'
Reading /home/paulo/.mplayer/codecs.conf: Can't open '/home/paulo/.mplayer/codecs.conf': No such file or directory
Reading /etc/mplayer/codecs.conf: Can't open '/etc/mplayer/codecs.conf': No such file or directory
Using built-in default codecs.conf.
Configuration: --enable-runtime-cpudetection --target=i586-linux --prefix=/usr --confdir=/etc/mplayer --mandir=/usr/share/man --win32codecsdir=/usr/lib/win32 --enable-largefiles --disable-libdvdcss-internal --enable-smb --enable-ftp --enable-cdparanoia --enable-radio --enable-lirc --enable-joystick --enable-xf86keysym --disable-tremor-internal --enable-liba52 --enable-musepack --enable-speex --enable-libvorbis --enable-mad --enable-mp3lib --enable-theora --enable-libdv --enable-libmpeg2 --enable-tv-v4l2 --enable-alsa --enable-ossaudio --enable-esd --enable-arts --enable-pulse --enable-nas --enable-xinerama --enable-menu --enable-xv --enable-vm --enable-gl --enable-xmga --enable-mga --enable-3dfx --enable-tdfxfb --enable-sdl --enable-aa --enable-caca --enable-dxr3 --enable-xvmc --with-xvmclib=XvMCW --enable-ggi --enable-fbdev --disable-ivtv --enable-freetype --enable-gif --enable-png --enable-jpeg --enable-liblzo --enable-fribidi --enable-ladspa --enable-gui --enable-mencoder
CommandLine: '-identify' '-benchmark' '-v' 'tv://' '-tv' 'driver=v4l2:device=/dev/video0:width=800:height=600:fps=25'
init_freetype
get_path('font/font.desc') -> '/home/paulo/.mplayer/font/font.desc'
font: can't open file: /home/paulo/.mplayer/font/font.desc
Bitmap font /usr/share/mplayer/font/font.desc loaded successfully! (206 chars)
Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
get_path('fonts') -> '/home/paulo/.mplayer/fonts'
Using nanosleep() timing
get_path('input.conf') -> '/home/paulo/.mplayer/input.conf'
Can't open input config file /home/paulo/.mplayer/input.conf: No such file or directory
Parsing input config file /etc/mplayer/input.conf
Input config file /etc/mplayer/input.conf parsed: 81 binds
Setting up LIRC support...
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
get_path('.conf') -> '/home/paulo/.mplayer/.conf'
Playing tv://.
get_path('sub/') -> '/home/paulo/.mplayer/sub/'
STREAM: [tv] tv://
STREAM: Description: TV Input
STREAM: Author: Benjamin Zores, Albeu
STREAM: Comment:
TV file format detected.
Selected driver: v4l2
name: Video 4 Linux 2 input
author: Martin Olschewski <[email protected]>
comment: first try, more to come ;-)
v4l2: ioctl get standard failed: Invalid argument
Selected device: UVC Camera (046d:0994)
Capabilites: video capture streaming
supported norms:
inputs: 0 = Camera 1;
Current input: 0
Format MJPEG ( 0 bits, MJPEG): Unknown 0x47504a4d
Format YUYV (16 bits, YUV 4:2:2 (YUYV)): Packed YUY2
Current format: YUYV
v4l2: set format: YVU420
v4l2: ioctl set format failed: Invalid argument
v4l2: set format: YUV420
v4l2: ioctl set format failed: Invalid argument
v4l2: set format: UYVY
v4l2: ioctl set format failed: Invalid argument
v4l2: set format: YUYV
v4l2: set input: 0
tv.c: norm_from_string(pal): Bogus norm parameter, setting default.
Selected norm : pal
v4l2: ioctl enum norm failed: Invalid argument
Error: Cannot set norm!
v4l2: set width: 800
v4l2: set height: 600
Selected input hasn't got a tuner!
==> Found video stream: 0
ID_VIDEO_ID=0
v4l2: get format: YUYV
v4l2: get fps: nan
v4l2: get width: 640
v4l2: get height: 480
Using a ring buffer for maximum 2 frames, 1 MB total size.
v4l2: ioctl set mute failed: Invalid argument
v4l2: set Brightness: 128 [0, 255]
v4l2: ioctl query control failed: Invalid argument
v4l2: set Saturation: 32 [0, 255]
v4l2: set Contrast: 32 [0, 255]
[V] filefmt:9 fourcc:0x32595559 size:640x480 fps:25.00 ftime:=0.0400
get_path('sub/') -> '/home/paulo/.mplayer/sub/'
ID_FILENAME=tv://
ID_DEMUXER=tv
ID_VIDEO_FORMAT=YUY2
ID_VIDEO_BITRATE=0
ID_VIDEO_WIDTH=640
ID_VIDEO_HEIGHT=480
ID_VIDEO_FPS=25.000
ID_VIDEO_ASPECT=0.0000
ID_LENGTH=0.00
X11 opening display: :0.0
vo: X11 color mask: FFFFFF (R:FF0000 G:FF00 B:FF)
vo: X11 running at 1680x1050 with depth 24 and 32 bpp (":0.0" => local display)
[x11] Detected wm supports NetWM.
[x11] Detected wm supports FULLSCREEN state.
[x11] Detected wm supports ABOVE state.
[x11] Detected wm supports BELOW state.
[x11] Current fstype setting honours FULLSCREEN ABOVE BELOW X atoms
Disabling DPMS
DPMSDisable stat: 1
xscreensaver_disable: Could not find XScreenSaver window.
GNOME screensaver disabled
[xv common] Drawing no colorkey.
[xv common] Maximum source image dimensions: 2046x2046
==========================================================================
Opening video decoder: [raw] RAW Uncompressed Video
VDec: vo config request - 640 x 480 (preferred colorspace: Packed YUY2)
Trying filter chain: vo
VDec: using Packed YUY2 as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
VO Config (640x480->640x480,flags=0,'MPlayer',0x32595559)
VO: [xv] 640x480 => 640x480 Packed YUY2
VO: Description: X11/Xv
VO: Author: Gerd Knorr <[email protected]> and others
Xvideo image format: 0x32595559 (YUY2) packed
Xvideo image format: 0x32315659 (YV12) planar
Xvideo image format: 0x59565955 (UYVY) packed
Xvideo image format: 0x30323449 (I420) planar
using Xvideo port 280 for hw scaling
[xv] dx: 0 dy: 0 dw: 640 dh: 480
Selected video codec: [rawyuy2] vfm: raw (RAW YUY2)
==========================================================================
ID_VIDEO_CODEC=rawyuy2
Audio: no sound
Freeing 0 unused audio chunks.
Starting playback...
v4l2: going to capture
*** [vo] Exporting mp_image_t, 640x480x16bpp YUV packed, 614400 bytes
[xv] dx: 520 dy: 285 dw: 640 dh: 480
MPlayer 1.0rc2-4.3.2 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Core(TM)2 Quad CPU Q9300 @ 2.50GHz (Family: 6, Model: 23, Stepping: 7)
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
get_path('codecs.conf') -> '/home/paulo/.mplayer/codecs.conf'
Reading /home/paulo/.mplayer/codecs.conf: Can't open '/home/paulo/.mplayer/codecs.conf': No such file or directory
Reading /etc/mplayer/codecs.conf: Can't open '/etc/mplayer/codecs.conf': No such file or directory
Using built-in default codecs.conf.
Configuration: --enable-runtime-cpudetection --target=i586-linux --prefix=/usr --confdir=/etc/mplayer --mandir=/usr/share/man --win32codecsdir=/usr/lib/win32 --enable-largefiles --disable-libdvdcss-internal --enable-smb --enable-ftp --enable-cdparanoia --enable-radio --enable-lirc --enable-joystick --enable-xf86keysym --disable-tremor-internal --enable-liba52 --enable-musepack --enable-speex --enable-libvorbis --enable-mad --enable-mp3lib --enable-theora --enable-libdv --enable-libmpeg2 --enable-tv-v4l2 --enable-alsa --enable-ossaudio --enable-esd --enable-arts --enable-pulse --enable-nas --enable-xinerama --enable-menu --enable-xv --enable-vm --enable-gl --enable-xmga --enable-mga --enable-3dfx --enable-tdfxfb --enable-sdl --enable-aa --enable-caca --enable-dxr3 --enable-xvmc --with-xvmclib=XvMCW --enable-ggi --enable-fbdev --disable-ivtv --enable-freetype --enable-gif --enable-png --enable-jpeg --enable-liblzo --enable-fribidi --enable-ladspa --enable-gui --enable-mencoder
CommandLine: '-identify' '-benchmark' '-v' 'tv://' '-tv' 'driver=v4l2:device=/dev/video0:adevice=/dev/dsp1:immediatemode=0:forceaudio:width=800:height=600'
init_freetype
get_path('font/font.desc') -> '/home/paulo/.mplayer/font/font.desc'
font: can't open file: /home/paulo/.mplayer/font/font.desc
Bitmap font /usr/share/mplayer/font/font.desc loaded successfully! (206 chars)
Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
get_path('fonts') -> '/home/paulo/.mplayer/fonts'
Using nanosleep() timing
get_path('input.conf') -> '/home/paulo/.mplayer/input.conf'
Can't open input config file /home/paulo/.mplayer/input.conf: No such file or directory
Parsing input config file /etc/mplayer/input.conf
Input config file /etc/mplayer/input.conf parsed: 81 binds
Setting up LIRC support...
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
get_path('.conf') -> '/home/paulo/.mplayer/.conf'
Playing tv://.
get_path('sub/') -> '/home/paulo/.mplayer/sub/'
STREAM: [tv] tv://
STREAM: Description: TV Input
STREAM: Author: Benjamin Zores, Albeu
STREAM: Comment:
TV file format detected.
Selected driver: v4l2
name: Video 4 Linux 2 input
author: Martin Olschewski <[email protected]>
comment: first try, more to come ;-)
v4l2: ioctl get standard failed: Invalid argument
Selected device: UVC Camera (046d:0994)
Capabilites: video capture streaming
supported norms:
inputs: 0 = Camera 1;
Current input: 0
Format MJPEG ( 0 bits, MJPEG): Unknown 0x47504a4d
Format YUYV (16 bits, YUV 4:2:2 (YUYV)): Packed YUY2
Current format: YUYV
v4l2: set format: YVU420
v4l2: ioctl set format failed: Invalid argument
v4l2: set format: YUV420
v4l2: ioctl set format failed: Invalid argument
v4l2: set format: UYVY
v4l2: ioctl set format failed: Invalid argument
v4l2: set format: YUYV
v4l2: set input: 0
tv.c: norm_from_string(pal): Bogus norm parameter, setting default.
Selected norm : pal
v4l2: ioctl enum norm failed: Invalid argument
Error: Cannot set norm!
v4l2: set width: 800
v4l2: set height: 600
Selected input hasn't got a tuner!
==> Found video stream: 0
ID_VIDEO_ID=0
v4l2: get format: YUYV
v4l2: get fps: nan
v4l2: get width: 640
v4l2: get height: 480
ioctl dsp getfmt: 0
Supported formats: 4b1f9
ioctl dsp setfmt: 0
ioctl dsp stereo: 0 (req: 1)
ioctl dsp speed: 0
ioctl dsp trigger: 0
trigger: 1
ioctl dsp trigger: 0
ioctl dsp getblocksize: 0
blocksize: 16384
v4l2: set audio samplerate: 44100
v4l2: get audio format: 9
==> Found audio stream: 0
ID_AUDIO_ID=0
v4l2: get audio samplerate: 44100
v4l2: get audio samplesize: 2
v4l2: get audio channels: 2
TV audio: 2 channels, 16 bits, 44100 Hz
Audio capture - buffer 256 blocks of 16384 bytes, skew average from 16 meas.
MPlayer interrupted by signal 8 in module: demux_open
ID_SIGNAL=8
- MPlayer crashed by bad usage of CPU/FPU/RAM.
Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
gcc version. If you think it's MPlayer's fault, please read
DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
won't help unless you provide this information when reporting a possible bug.
vo: x11 uninit called but X11 not inited..
MEncoder 2:1.0~rc2-0ubuntu17 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Core(TM)2 Quad CPU Q9300 @ 2.50GHz (Family: 6, Model: 23, Stepping: 7)
CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
success: format: 9 data: 0x0 - 0x0
TV file format detected.
Selected driver: v4l2
name: Video 4 Linux 2 input
author: Martin Olschewski <[email protected]>
comment: first try, more to come ;-)
v4l2: ioctl get standard failed: Invalid argument
Selected device: UVC Camera (046d:0994)
Capabilites: video capture streaming
supported norms:
inputs: 0 = Camera 1;
Current input: 0
Current format: YUYV
v4l2: ioctl set format failed: Invalid argument
v4l2: ioctl set format failed: Invalid argument
v4l2: ioctl set format failed: Invalid argument
tv.c: norm_from_string(pal): Bogus norm parameter, setting default.
v4l2: ioctl enum norm failed: Invalid argument
Error: Cannot set norm!
Selected input hasn't got a tuner!
v4l2: ioctl set mute failed: Invalid argument
v4l2: ioctl query control failed: Invalid argument
[V] filefmt:9 fourcc:0x32595559 size:640x480 fps:25.00 ftime:=0.0400
** MUXER_LAVF *****************************************************************
REMEMBER: MEncoder's libavformat muxing is presently broken and can generate
INCORRECT files in the presence of B frames. Moreover, due to bugs MPlayer
will play these INCORRECT files as if nothing were wrong!
*******************************************************************************
OK, exit
Opening video filter: [expand osd=1]
Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1
==========================================================================
Opening video decoder: [raw] RAW Uncompressed Video
VDec: vo config request - 640 x 480 (preferred colorspace: Packed YUY2)
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
VDec: using Packed YUY2 as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
SwScaler: reducing / aligning filtersize 1 -> 4
SwScaler: reducing / aligning filtersize 1 -> 4
SwScaler: reducing / aligning filtersize 1 -> 1
SwScaler: reducing / aligning filtersize 9 -> 8
[swscaler @ 0x883e3d0]SwScaler: BICUBIC scaler, from yuyv422 to yuv420p using MMX2
[swscaler @ 0x883e3d0]SwScaler: using 4-tap MMX scaler for horizontal luminance scaling
[swscaler @ 0x883e3d0]SwScaler: using 4-tap MMX scaler for horizontal chrominance scaling
[swscaler @ 0x883e3d0]SwScaler: using 1-tap MMX "scaler" for vertical scaling (YV12 like)
[swscaler @ 0x883e3d0]SwScaler: 640x480 -> 640x480
videocodec: libavcodec (640x480 fourcc=34504d46 [FMP4])
Selected video codec: [rawyuy2] vfm: raw (RAW YUY2)
==========================================================================
Forcing audio preload to 0, max pts correction to 0.
v4l2: select timeout
Skipping frame!
Pos: 0.0s 1f ( 0%) 0.96fps Trem: 0min 0mb A-V:0.000 [0:0]
Skipping frame!
v4l2: select timeout( 0%) 1.28fps Trem: 0min 0mb A-V:0.000 [0:0]
Skipping frame!
Pos: 0.0s 3f ( 0%) 1.44fps Trem: 0min 0mb A-V:0.000 [0:0]
Skipping frame!
VIDEO CODEC ID: 13f ( 0%) 1.87fps Trem: 0min 0mb A-V:0.000 [0:0]
Writing header...
Pos: 0.0s 5f ( 0%) 2.22fps Trem: 0min 0mb A-V:0.000 [0:0]
1 duplicate frame(s)!
Pos: 0.1s 6f ( 0%) 2.61fps Trem: 0min 0mb A-V:0.000 [0:0]
1 duplicate frame(s)!
Pos: 0.2s 8f ( 0%) 3.31fps Trem: 0min 0mb A-V:0.000 [0:0]
1 duplicate frame(s)!
Pos: 0.3s 9f ( 0%) 3.62fps Trem: 0min 0mb A-V:0.000 [0:0]
1 duplicate frame(s)!
Pos: 0.4s 11f ( 0%) 4.21fps Trem: 0min 0mb A-V:0.000 [0:0]
1 duplicate frame(s)!
Pos: 0.5s 12f ( 0%) 4.48fps Trem: 0min 0mb A-V:0.000 [0:0]
1 duplicate frame(s)!
Pos: 0.6s 14f ( 0%) 4.98fps Trem: 0min 0mb A-V:0.000 [0:0]
1 duplicate frame(s)!
Pos: 0.7s 15f ( 0%) 5.20fps Trem: 0min 0mb A-V:0.000 [0:0]
1 duplicate frame(s)!
Pos: 0.8s 17f ( 0%) 5.64fps Trem: 0min 0mb A-V:0.000 [0:0]
1 duplicate frame(s)!
Pos: 0.9s 18f ( 0%) 5.84fps Trem: 0min 0mb A-V:0.000 [0:0]
1 duplicate frame(s)!
Pos: 1.0s 20f ( 0%) 6.23fps Trem: 0min 0mb A-V:0.000 [960:0]
1 duplicate frame(s)!
Pos: 1.1s 21f ( 0%) 6.39fps Trem: 0min 0mb A-V:0.000 [918:0]
1 duplicate frame(s)!
Pos: 1.2s 23f ( 0%) 6.73fps Trem: 0min 0mb A-V:0.000 [878:0]
1 duplicate frame(s)!
Pos: 1.3s 24f ( 0%) 6.90fps Trem: 0min 0mb A-V:0.000 [846:0]
1 duplicate frame(s)!
Pos: 1.4s 26f ( 0%) 7.20fps Trem: 0min 0mb A-V:0.000 [810:0]
1 duplicate frame(s)!
Pos: 1.5s 27f ( 0%) 7.33fps Trem: 0min 0mb A-V:0.000 [784:0]
1 duplicate frame(s)!
Pos: 1.6s 29f ( 0%) 7.60fps Trem: 0min 0mb A-V:0.000 [762:0]
1 duplicate frame(s)!
Pos: 1.7s 30f ( 0%) 7.73fps Trem: 0min 0mb A-V:0.000 [742:0]
1 duplicate frame(s)!
Pos: 1.8s 32f ( 0%) 7.98fps Trem: 0min 0mb A-V:0.000 [722:0]
1 duplicate frame(s)!
Pos: 1.9s 33f ( 0%) 8.08fps Trem: 0min 0mb A-V:0.000 [708:0]
1 duplicate frame(s)!
Pos: 2.0s 35f ( 0%) 8.31fps Trem: 0min 0mb A-V:0.000 [697:0]
1 duplicate frame(s)!
Pos: 2.1s 36f ( 0%) 8.41fps Trem: 0min 0mb A-V:0.000 [685:0]
1 duplicate frame(s)!
Pos: 2.2s 38f ( 0%) 8.62fps Trem: 0min 0mb A-V:0.000 [671:0]
1 duplicate frame(s)!
Pos: 2.3s 39f ( 0%) 8.70fps Trem: 0min 0mb A-V:0.000 [659:0]
1 duplicate frame(s)!
Pos: 2.4s 41f ( 0%) 8.89fps Trem: 0min 0mb A-V:0.000 [649:0]
1 duplicate frame(s)!
Pos: 2.5s 42f ( 0%) 8.98fps Trem: 0min 0mb A-V:0.000 [642:0]
1 duplicate frame(s)!
Pos: 2.6s 44f ( 0%) 9.14fps Trem: 0min 0mb A-V:0.000 [641:0]
1 duplicate frame(s)!
Pos: 2.7s 45f ( 0%) 9.21fps Trem: 0min 0mb A-V:0.000 [636:0]
1 duplicate frame(s)!
Pos: 2.8s 47f ( 0%) 9.37fps Trem: 0min 0mb A-V:0.000 [624:0]
1 duplicate frame(s)!
Pos: 2.9s 48f ( 0%) 9.45fps Trem: 0min 0mb A-V:0.000 [625:0]
1 duplicate frame(s)!
Pos: 3.0s 50f ( 0%) 9.60fps Trem: 0min 0mb A-V:0.000 [617:0]
1 duplicate frame(s)!
Pos: 3.1s 51f ( 0%) 9.65fps Trem: 0min 0mb A-V:0.000 [619:0]
1 duplicate frame(s)!
Pos: 3.2s 53f ( 0%) 9.79fps Trem: 0min 0mb A-V:0.000 [612:0]
1 duplicate frame(s)!
Pos: 3.3s 54f ( 0%) 9.85fps Trem: 0min 0mb A-V:0.000 [606:0]
1 duplicate frame(s)!
Pos: 3.4s 56f ( 0%) 9.98fps Trem: 0min 0mb A-V:0.000 [607:0]
1 duplicate frame(s)!
Pos: 3.5s 57f ( 0%) 10.02fps Trem: 0min 0mb A-V:0.000 [606:0]
1 duplicate frame(s)!
Pos: 3.6s 59f ( 0%) 10.14fps Trem: 0min 0mb A-V:0.000 [610:0]
1 duplicate frame(s)!
Pos: 3.7s 60f ( 0%) 10.20fps Trem: 0min 0mb A-V:0.000 [608:0]
1 duplicate frame(s)!
Pos: 3.8s 62f ( 0%) 10.31fps Trem: 0min 0mb A-V:0.000 [609:0]
1 duplicate frame(s)!
Pos: 3.9s 63f ( 0%) 10.35fps Trem: 0min 0mb A-V:0.000 [605:0]
1 duplicate frame(s)!
Pos: 4.0s 65f ( 0%) 10.46fps Trem: 0min 0mb A-V:0.000 [604:0]
1 duplicate frame(s)!
Pos: 4.1s 66f ( 0%) 10.51fps Trem: 0min 0mb A-V:0.000 [599:0]
1 duplicate frame(s)!
Pos: 4.2s 68f ( 0%) 10.60fps Trem: 0min 0mb A-V:0.000 [597:0]
1 duplicate frame(s)!
Pos: 4.3s 69f ( 0%) 10.64fps Trem: 0min 0mb A-V:0.000 [593:0]
1 duplicate frame(s)!
Pos: 4.4s 71f ( 0%) 10.74fps Trem: 0min 0mb A-V:0.000 [591:0]
1 duplicate frame(s)!
Pos: 4.5s 72f ( 0%) 10.77fps Trem: 0min 0mb A-V:0.000 [587:0]
1 duplicate frame(s)!
Pos: 4.6s 74f ( 0%) 10.86fps Trem: 0min 0mb A-V:0.000 [586:0]
1 duplicate frame(s)!
Pos: 4.7s 75f ( 0%) 10.89fps Trem: 0min 0mb A-V:0.000 [582:0]
1 duplicate frame(s)!
Pos: 4.8s 77f ( 0%) 10.97fps Trem: 0min 0mb A-V:0.000 [581:0]
1 duplicate frame(s)!
Pos: 4.9s 78f ( 0%) 11.02fps Trem: 0min 0mb A-V:0.000 [577:0]
1 duplicate frame(s)!
Pos: 5.0s 80f ( 0%) 11.10fps Trem: 0min 0mb A-V:0.000 [575:0]
1 duplicate frame(s)!
Pos: 5.1s 81f ( 0%) 11.12fps Trem: 0min 0mb A-V:0.000 [572:0]
1 duplicate frame(s)!
Pos: 5.2s 83f ( 0%) 11.20fps Trem: 0min 0mb A-V:0.000 [570:0]
1 duplicate frame(s)!
Pos: 5.3s 84f ( 0%) 11.22fps Trem: 0min 0mb A-V:0.000 [567:0]
1 duplicate frame(s)!
Pos: 5.4s 86f ( 0%) 11.30fps Trem: 0min 0mb A-V:0.000 [565:0]
1 duplicate frame(s)!
Pos: 5.5s 87f ( 0%) 11.32fps Trem: 0min 0mb A-V:0.000 [566:0]
1 duplicate frame(s)!
Pos: 5.6s 89f ( 0%) 11.39fps Trem: 0min 0mb A-V:0.000 [564:0]
1 duplicate frame(s)!
Pos: 5.7s 90f ( 0%) 11.42fps Trem: 0min 0mb A-V:0.000 [561:0]
1 duplicate frame(s)!
^Cs: 5.8s 92f ( 0%) 11.49fps Trem: 0min 0mb A-V:0.000 [562:0]
1 duplicate frame(s)!
Pos: 5.9s 93f ( 0%) 11.50fps Trem: 0min 0mb A-V:0.000 [558:0]
Flushing video frames.
Writing index...
Video stream: 558.181 kbit/s (69772 B/s) size: 413054 bytes 5.920 secs 93 frames
_______________________________________________
Linux-uvc-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel