Let's take a perfect arcade gameplay photo

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:smile: :sad: :eek: :shock: :cool: :-x :razz: :oops: :evil: :twisted: :wink: :idea: :arrow: :neutral: :mrgreen:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Let's take a perfect arcade gameplay photo

Re: Let's take a perfect arcade gameplay photo

by Ice Cream Jonsey » Wed May 16, 2018 10:24 pm

Great point. That stuff is doable - in this case, the Food Fight game is from a real cabinet, not the Pi, but yeah, for the games on the Pi attaching a pin to one of the GPIO pins and having that sync up with the remote fire for a camera would be QUITE possible.

Re: Let's take a perfect arcade gameplay photo

by Tdarcos » Wed May 16, 2018 9:04 pm

RealNC wrote: Wed May 16, 2018 12:27 pm On a 60Hz game, an exposure time of 16.7ms is going to give the best result. The scanline is going to be picked up by the camera exactly once over the whole frame. How you would get the camera to sync to the beginning of the scanout though, I have no idea.
Is there a way to connect a pressure device or relay to one of the GPIO pins on a Raspberry Pi? If so, you could calculate the amount of time it takes the relay to fire, tripping the camera's shutter button, then figure the additional amount of microseconds to delay sending the high or low signal to that PIN.

I'm not much on hardware, but perhaps it can be a relay connected to a charged capacitor that the pin tells it to discharge, throwing the plunger.

Or if you have a camera module for the PI, program a snapshot instead of or using the GPIO pin.

Re: Let's take a perfect arcade gameplay photo

by RealNC » Wed May 16, 2018 12:27 pm

On a 60Hz game, an exposure time of 16.7ms is going to give the best result. The scanline is going to be picked up by the camera exactly once over the whole frame. How you would get the camera to sync to the beginning of the scanout though, I have no idea.

Re: Let's take a perfect arcade gameplay photo

by The Happiness Engine » Wed May 16, 2018 12:14 pm

Maybe a long exposure would smear the refresh flicker?

Let's take a perfect arcade gameplay photo

by Ice Cream Jonsey » Wed May 16, 2018 9:28 am

This was one of my first attempts - I think the key here is going to be accounting for the refresh rate of the monitor.

Image

Top