{"id":21861521,"url":"https://github.com/raleighlittles/sony-camset-file-parser","last_synced_at":"2026-02-27T03:33:17.639Z","repository":{"id":117726743,"uuid":"533568666","full_name":"raleighlittles/Sony-Camset-File-Parser","owner":"raleighlittles","description":"[Work in progress] A tool for reading Sony CAMSET files, written in Rust","archived":false,"fork":false,"pushed_at":"2022-10-05T05:27:18.000Z","size":376,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-14T19:50:07.432Z","etag":null,"topics":["camset","cpp","ilce-7rm4","rust","sony-a7r"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raleighlittles.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["raleighlittles"],"custom":["paypal.me/raleighlittles"]}},"created_at":"2022-09-07T02:06:19.000Z","updated_at":"2024-12-15T15:16:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"852cd587-94f1-4ef5-a253-303399108eef","html_url":"https://github.com/raleighlittles/Sony-Camset-File-Parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raleighlittles/Sony-Camset-File-Parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raleighlittles%2FSony-Camset-File-Parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raleighlittles%2FSony-Camset-File-Parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raleighlittles%2FSony-Camset-File-Parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raleighlittles%2FSony-Camset-File-Parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raleighlittles","download_url":"https://codeload.github.com/raleighlittles/Sony-Camset-File-Parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raleighlittles%2FSony-Camset-File-Parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29883762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"online","status_checked_at":"2026-02-27T02:00:06.759Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["camset","cpp","ilce-7rm4","rust","sony-a7r"],"created_at":"2024-11-28T03:11:52.946Z","updated_at":"2026-02-27T03:33:17.617Z","avatar_url":"https://github.com/raleighlittles.png","language":"C++","funding_links":["https://github.com/sponsors/raleighlittles","paypal.me/raleighlittles"],"categories":[],"sub_categories":[],"readme":"# Disclaimer: Early work-in progress\n\n![sony alpha logo](./docs/Sony-Alpha-Logo.png)\n\n# About\n\nSony cameras have the functionality to save/load special settings files --  called \"Camset\" (**Cam**era **Set**ings) files.\n\nThis tool is a parser for those Camset files. The goal of the project is to allow you to analyze Camset files so you can see exactly see what settings you saved with. (Eventually I'll add support for _creating_ Camset files)\n\n# Setup/Installation\n\nThere's 2 versions of this so far, one is a C++ and one is a Rust application. I'm planning on only supporting and developing the Rust version for now, but the C++ version might be used in environments where you don't have access to a Rust compiler.\n\n## Rust\n\nTo build the **Rust** version:\n\n```bash\n$ cargo build\n```\n\nOnce run, you should see something like:\n\n```\nCamera Make: SONY\nCamera Model: ILCE-7RM4\nFile created on date: 20220906_13195\nCamset Name: CAMSET01.DAT\nSaved image filename prefix: A7R\n```\n\n## C++ version (Legacy)\n\nThe C++ version uses CMake:\n\n```bash\n$ cmake CMakeLists.txt\n$ make\n```\n\nOnce run, you would see:\n\n```\nCamera model is = SONYILCE-7RM4\nFile name is: CAMSET01.DAT\nFile created date: 20190712_0839\n---\nImage sequence prefix filename: DSC\n```\n\n# Features supported\n\nLike I said before, this is an early work-in-progress. So far only one actual setting feature is supported.\n\n| Menu Location | Setting Name                          | Model supported on     | Screenshots                                                                                                                                           |\n|---------------|---------------------------------------|------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Setup6        | File/Folder Settings -\u003e Set File Name | ILCE-7RM4 (A7RIV), ILCE-9M2 (Alpha a9)| ![ screenshot-setup-6 ]( ./docs/screenshots/setup-6_ILCE7RM4.png )  ![ File/Folder Settings ]( ./docs/screenshots/file-folder-settings_ILCE7RM4.png ) |\n|               |                                       |                        |                                                                                                                                                       |\n|               |                                       |                        |                                                                                                                                                       |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraleighlittles%2Fsony-camset-file-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraleighlittles%2Fsony-camset-file-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraleighlittles%2Fsony-camset-file-parser/lists"}