On Sun, 13 Aug 2017 10:16:24 -0400, bitrex
<
bit...@de.lete.earthlink.net> wrote:
>Sounds like you'd basically have to use some dedicated IC to separate
>out the sync and luminance for processing and then composite them back.
>ICs like that aren't hard to come by but yeah, not so simple.
I think my trick of blocking any clamping until after the sync pulse
and chroma burst might work. If not, you're right. One would need to
seperate out the various video signal components, massage the
luminance, and put everything back together again. Not fun.
>It got me thinking about "video compression" though, not in the sense of
>data compression but dynamic range compression, like an audio
>compressor. Like a feedback compressor with a filter in the control
>signal such that it has a different "knee" for low and high amplitude
>signal, but doesn't chop the high amplitude signals completely, then
>followed by an expander to restore the dynamic range of the low
>amplitude stuff.
You just described HDR (high dynamic range) photogrphy:
<
https://en.wikipedia.org/wiki/High-dynamic-range_imaging>
>There are a few articles online about stuff like that, apparently
>dynamic range compressing video while maintaining other
>bandwidth-related qualities like sharpness is a non-trivial problem and
>there are algorithms (probably patented) implemented in FPGAs and uPs to
>handle it.
>
>I don't know if there are any commercial analog ICs that have the
>bandwidth to do audio-like compression of composite video signals.
Just about every CCTV camera has built in AGC (automagic gain
control), a form of compression, usually with adjustable threshold and
gain. For example:
<
https://www.maximintegrated.com/en/app-notes/index.mvp/id/4019>
(Yes, I know the chip is obsolete).
Yep. Buy a cheap 3rd party backup camera and monitor kit. The camera
will probably use composite video, which should make the previously
mentioned video clamping techniques work.
I'm trying to determine what's inside the GM or Volt camera box. LVDS
(low voltage differential signaling or TIA/EIA-644) is just the
interface specification.
More:
"LVDS Offers Robust Video Interface for Automotive Applications"
<
https://www.maximintegrated.com/en/app-notes/index.mvp/id/4019>
"MT9V032 LVDS camera board"
<
https://danstrother.com/2011/01/14/mt9v032-lvds-camera-board/>
Beyond raw sensitivity, the MT9V032 supports a form of
high-dynamic-range exposures. By progressively reducing
the sensitivity of its pixels over the course of an exposure,
the sensor is able to approximate a non-linear response.
This significantly increases the dynamic range that the
sensor can capture in a single exposure - making it much
easier to operate in environments with wildly varying
lighting conditions (e.g. outside on a sunny day).
Disclaimer: I have a few fundamental incompetences. Unfortunately,
video is one of these.