We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
call JsonConvert.DeserializeObject(RawResult) throw this exception: "Newtonsoft.Json.JsonReaderException: Input string '3.2' is not a valid integer. Path 'data[0].focal_ratio'" Following a fragment of RawResult content "camera_make": "SAMSUNG", "camera_model": "SAMSUNG WB600 / VLUU WB600 / SAMSUNG WB610", "focal_ratio": 3.2, "focal_length": 3.9, "exposure_numerator": 1, "exposure_denominator": 30,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
call JsonConvert.DeserializeObject(RawResult) throw this exception: "Newtonsoft.Json.JsonReaderException: Input string '3.2' is not a valid integer. Path 'data[0].focal_ratio'"
Following a fragment of RawResult content
"camera_make": "SAMSUNG",
"camera_model": "SAMSUNG WB600 / VLUU WB600 / SAMSUNG WB610",
"focal_ratio": 3.2,
"focal_length": 3.9,
"exposure_numerator": 1,
"exposure_denominator": 30,
The text was updated successfully, but these errors were encountered: