Say you have a picture with 1 megapixels taken at random and with $2^{24}$ possible colours per pixel (RGB-24). That image would be unique and the possible combinations $(2^{24})^{10^6}$ immense.
However when taking a picture in the real world, say of a clear sky, there will be a lot of repetition.
The question is: would such repetition present a security risk when used as a one-time pad, where the requirements of randomness is so high?
My hunch is that it is, as true randomness would require the possibility of all pixels being #FF0020 or whatever, but I would like to be proven right or wrong.
If I've been unclear at some point, please let me know and I will edit my post.