I am trying to find the point on a circle where a light source is reflected to the focal point of a camera...
So I have the coordinates of the light source, the focal point and the centre of a circle. I believe the light will reflect at an angle equal to the incident angle. I have tried forming equations with this information but I always seem to have too many unknowns...
Thanks for any help!

Define $\tan A={y_1-y_p\over x_1-x_p}\ ;\ \tan B={y_0-y_p\over x_0-x_p}\ \&\ \tan C={y_2-y_p\over x_2-x_p}$
Since incident angle equals reflected angle,at $(x_p,y_p)$, so $$\tan (A-B)=\tan (B-C)\implies {\tan A-\tan B\over 1+\tan A\tan B}={\tan B-\tan C\over 1+\tan B\tan C}$$
Moreover, since $x_p,y_p$ must be on a circle, you must know its radius$(=r)$: there goes another equation $$(x_0-x_p)^2+(y_0-y_p)^2=r^2$$ $2$ equation and $2$ unknowns ,BINGO!