Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved support for Sony RX10M4 #159

Closed
jodaco67 opened this issue Jun 5, 2021 · 5 comments
Closed

Improved support for Sony RX10M4 #159

jodaco67 opened this issue Jun 5, 2021 · 5 comments

Comments

@jodaco67
Copy link

jodaco67 commented Jun 5, 2021

The results for my RX10M4 seemed inaccurate and the active focus point never aligned to one of the pdaf points. There is a windows program called AFV (https://github.com/SK-Hardwired/s_afv) that shows different results. Comparing the algorithms I think the approach in that program is better since it doesn't require arbitrary parameters like pdafScale but instead exclusively uses image geometry. I applied this to my own code and it works very nicely and now the in-focus points almost always aligns with one of the pdaf points. I still need to implement face and animal eye notation but I can do that later.

Since I only have a RX10M4 and no other Sony cameras I can't be sure this works in all cases so I created a SonyRX10M4Delegates and modified the PointsRendererFactory accordingly. I don't see any other model specific delegates so I'm not certain this is the correct approach. I'm happy to share my code with the community if these changes are acceptable.

@musselwhizzle
Copy link
Owner

Hi, Would you mind creating a pull request with your changes!?

@jodaco67
Copy link
Author

jodaco67 commented Jun 6, 2021

Please forgive my ignorance. I created a branch in GitHub Desktop called '159' (my issue number) but when I try to create a pull request it says I must publish. When i try to do that it says I do not have write permissions. I tried the commands in Contributing.md but I'm getting various errors there too.

@musselwhizzle
Copy link
Owner

musselwhizzle commented Jun 9, 2021 via email

@jodaco67
Copy link
Author

here you go
changedFiles.zip

@musselwhizzle
Copy link
Owner

#161

Merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants