jandird / AirChair

Capstone Project
4 stars 0 forks source link

Post Rev0 Notes #23

Open jandird opened 4 years ago

jandird commented 4 years ago
andrewdes commented 4 years ago

Get 1080p pictures instead of 480p

It appears the pi's resolution would default to the resolution of the monitor it is plugged into. So when plugged into a 1080p monitor, the resolution of the image was in fact 1080p. However, when it is not connected to a display, it would default to a 480p image.

With commit https://github.com/jandird/AirChair/commit/248e34cbb52fdfc3aaac46e0ca8fa2586a47acfb, the camera will now be initialized with a resolution of 1080p. I verified the solution and our image processor is now receiving & analyzing 1080p images.