Re: Brightness auto adjusting to ambient light level
Posted: Sun May 29, 2011 10:52 pm
I think it's not needed to be "real time". Also we don't needed to scan whole frame. Just little from corners. From each side, %10+%10 of each frame is enough to calculate those values.
But don't know if MPEG allows partial decompression of an image and if there is enough juice to do that...
And with little money, poormans could use external ARM chip to decode MPEG2/4 stream...
Diverting stream to USB port and decode with ARM CPU will give us also almost real time processing.
There is a $25 computer could handle this calculation job which has graphic accelerator, MPEG2/4 decoder inside
But that will be overkill for a job
sbav, Could I update brightness setting via external tool?
I don't want to dive into exeDSP assembly again.
I want to update brightness directly from a program
Do you have lucky (register) number for that job?
Integrating this into exeDSP also problematic because TV needed to check sensor continuously. For example for each second...
I needed to find such a function...etc.
But don't know if MPEG allows partial decompression of an image and if there is enough juice to do that...
And with little money, poormans could use external ARM chip to decode MPEG2/4 stream...
Diverting stream to USB port and decode with ARM CPU will give us also almost real time processing.
There is a $25 computer could handle this calculation job which has graphic accelerator, MPEG2/4 decoder inside

But that will be overkill for a job

sbav, Could I update brightness setting via external tool?
I don't want to dive into exeDSP assembly again.
I want to update brightness directly from a program
Do you have lucky (register) number for that job?
Integrating this into exeDSP also problematic because TV needed to check sensor continuously. For example for each second...
I needed to find such a function...etc.