Is your feature request related to a problem? Please describe.
The code in the "Aiming at a Target" example java code has a method called getAllUnreadResults(), which does not exist in the PhotonLib library that was provided on the PhotonLib > Installing PhotonLib section of the docs. I believe this is because the PhotonVision Read the docs only have a latest development version published (which I think is not fully updated/debugged?); they do not have a stable version published.
Describe the solution you'd like
A stable version of the PhotonVision Read the Docs should be published.
Describe alternatives you've considered
N/A - I fixed this problem by just grabbing the PhotonLib zip file from the latest development version in GitHub, which included this method. After that the issue was solved.
Additional context
It was giving me the error: " the method getAllUnreadResults() is undefined for the type PhotonCamera."