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

Sony ILCE-6700 has invalid pixels on the right border #7075

Closed
che0 opened this issue May 16, 2024 · 1 comment · Fixed by #7076
Closed

Sony ILCE-6700 has invalid pixels on the right border #7075

che0 opened this issue May 16, 2024 · 1 comment · Fixed by #7076
Labels
scope: calibration Camera calibration (camconst.json)
Milestone

Comments

@che0
Copy link

che0 commented May 16, 2024

Currently, ARW files from Sony ILCE-6700 map to 6264x4160 image, which has rightmost 26 pixels without any meaningful data. The effect is visible on this converted photo (Flickr link), as well as on compressed raw sample from raw.pixls.us when processed by RawTherapee 5.10.

The following camconst.json fragment fixed it for me:

    { // Quality C
        "make_model": "Sony ILCE-6700",
        "raw_crop": [ 20, 12, 6200, 4136 ] // columns after 6238 are b0rked; this crops the rest so that resulting image is 6192x4128, i.e. the same as camera JPEG
    },
@sgotti
Copy link
Contributor

sgotti commented May 16, 2024

Created PR #7076 with also the dcraw matrix. The raw crop used in that PR is the one provided by also other tools and looks saner.

@Lawrence37 Lawrence37 added the scope: calibration Camera calibration (camconst.json) label May 18, 2024
@Lawrence37 Lawrence37 added this to the v5.11 milestone May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: calibration Camera calibration (camconst.json)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants