I'm going to do a project on wheatstone bridge. So the idea is to replace a bulb instead of the voltmeter. Bulb will change in brightness according to the fluctuation of R4(resistor).
However I'm looking for programming of a analyzer to analyse this change of the bulb and use it as a input for my program. I want to do this with python. I know they have libraries for it like pygame, opencv, numpy, PIL etc.
Ultimately I want to calculate RGB values in each pixel and continuous update on them so that values get changed with the bulb.
I have never programmed these kind of things with webcams before. 1). Do you think it is possible? 2). give me anything you come up with in this regard if you were to do this.
thank you.