Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] BCS_CTRL and picture sharpness
- To: linux-dvb@linuxtv.org
- Subject: [linux-dvb] BCS_CTRL and picture sharpness
- From: "Dr. Werner Fink" <werner@suse.de>
- Date: Mon, 11 Mar 2002 17:25:34 +0100
- Content-Disposition: inline
- Content-Type: text/plain; charset=us-ascii
- Delivered-To: mhonarc@limes.convergence.de
- Organization: SuSE GmbH
- Sender: linux-dvb-bounce@linuxtv.org
- User-Agent: Mutt/1.2.5i
Hi,
a simple question about picture sharpness: is there a
way to de/increase picture sharpness?
I've found in saa7146_core.c within configure_saa7146()
the line
saa7146_write(saa7146_adap[i].mem,BCS_CTRL, 0x80400040);
which seems to be suitable for brigtnness, contrast, and saturation
(as found in saa7146.c within calculate_bcs_ctrl_register()).
I've also read in the SAA7146A_1.pdf that brigtnness is between
is minimum 0x00, maximum 0xff, and defaults to 0x80, whereas
contrast and saturation defaults to 0x40 and have their maximum
at 0x7f. This leads to somthing like
0x80400040 = (brightness << 24) | (contrast << 16) | (saturation);
The question is: What's about picture sharpness? Is this something
like (sharpness << 8) in the line above or does the SAA chip not provide
ajustment of picture sharpness at all? Any other way to increase
or decrease picture sharpness?
Werner
--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index