Hi, For my project I need to know the size of the frame that is taken by the pi NoIR camera in km, I know exactly how far the camera will be from the object (from the ISS!). Apparently this is done by multiplying distance *(sensor size/focal length) is this right? And if so does anyone know the sens...
Hi thanks for the reply. Just realised that the reason the script wasn't working was because I was running it through SSH and so pygame wasn't able to create a display! It all works fine if I actually have a monitor. Is there any way to get the controls to work with pygame when using SSH/ no screen,...
To get the conway game to work had to change 'ap.set_pixel(x, y ,color)'
to 'ap.set_pixel(x, y, color[0], color[1], color[2])' otherwise a 'set_pixel() takes exactly 6 arguments' error was thrown
The joystick on my astro pi hat doesn't seem to be working at all. Neither the example script ('pygame_joystick.py') nor any scripts I write myself work. All other parts of the board work correctly. I had to reinstall the AstroPi library via 'wget -O - https://www.raspberrypi.org/files/astro-pi/astr...