1

Hi,
I was wondering if anyone knows how to make an edit to the existing 64 bit driver by jkevin found here https://github.com/jkevin/PS3EyeDirectShow

There is a comment found here https://github.com/jkevin/PS3EyeDirectShow/issues/14 about changing the frame rates in the code and re-compiling.

Would there be a way to add the higher frame rates the PS3 Eye can reproduce? I am trying to learn how to do this but it is challenging without a background in driver creation.

Any help would be appreciated!
Thanks

2

Based on the code it should already do 60fps based on the passed value of `iPosition`, which I would assume is just the index in the list of available media types. Can you see the list of stream formats and resolutions in the camera configuration dialog inside Kinovea?

3

I can see 15, 30 and 60 fps for both 480 and 240 resolutions in the camera configuration in Kinovea. In the CL eye test application you can see up to 75 fps for 480 and 180.003 fps for 240.
I was wondering if it was something that could be updated in the driver to make those FPS settings available in Kinovea.

Regards