Same image on both bttv-channels.
Same image on both bttv-channels.
I'm using an LMLBT44 with all eight inputs on Debian Squeeze. Worked just fine on Lenny, but after upgrade I get the same image on both of each video interfaces channels. Anyone?
Re: Same image on both bttv-channels.
Code: Select all
ZM_CAPTURES_PER_FRAME
If you are using cameras attached to a video capture card which forces multiple inputs to share one capture chip, it can sometimes produce images with interlaced frames reversed resulting in poor image quality and a distinctive comb edge appearance. Increasing this setting allows you to force additional image captures before one is selected as the captured frame. This allows the capture hardware to 'settle down' and produce better quality images at the price of lesser capture rates. This option has no effect on (a) network cameras, or (b) where multiple inputs do not share a capture chip. This option addresses a similar problem to the ZM_V4L_MULTI_BUFFER option and you should normally change the value of only one of the options at a time.
Code: Select all
ZM_V4L_MULTI_BUFFER
Performance when using Video 4 Linux devices is usually best if multiple buffers are used allowing the next image to be captured while the previous one is being processed. If you have multiple devices on a card sharing one input that requires switching then this approach can sometimes cause frames from one source to be mixed up with frames from another. Switching this option off prevents multi buffering resulting in slower but more stable image capture. This option is ignored for non-local cameras or if only one input is present on a capture chip. This option addresses a similar problem to the ZM_CAPTURES_PER_FRAME option and you should normally change the value of only one of the options at a time.
After more than 15 years, no longer using ZM as surveillance system.
Now in the dark side, using a commercial system...
Re: Same image on both bttv-channels.
That did the trick, thanks. Seems the documentation is flawed, it explicitly states that only one of these options should be changed.
Re: Same image on both bttv-channels.
Usually changing captures per frame to a value of 2 will fix a very high percentage but as with PacoLM, I suggest both right off to get 100% corrected every time. The idea being: get the user up and running now and later you can figure out which is really the issue; it can be both values.you should normally change the value of only one of the options at a time.