-
Notifications
You must be signed in to change notification settings - Fork 4
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
issue #29: Tagarno API documentation and API integration #54
base: main
Are you sure you want to change the base?
Conversation
.vscode/extensions.json
Outdated
"recommendations": [ | ||
"stkb.rewrap" | ||
] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
EOF newline missing!
Please add relevant Github workflows to ensure these issues are caught automatically
Something that occurred to me following our discussions: the properties set in the image from the microscope device when capturing with the microscope and transferring the image are probaly not going to follow when we are capturing from the in-browser image canvas (where the microscope is working as a webcam source). |
Yes, the webcam component we use in the front end is not capturing any metadata since we only took a screenshot of the canvas. I find this other component (Expo Camera). The component has a function call takePictureAsync that can get exif data if the image object recorded it. |
I'm somewhat skeptical this will work with our microscope and return the manufacturer exif but worth testing! |
commit this change to not lose them to codespaces repo ending
bd820ad
to
b9ddbd0
Compare
Pull Request Status UpdateSummaryThis PR was open to work on the Tagarno API integration into Nachet. As of today (April 25), the AI Lab doesn't have either a microscope or a license for the API. Meaning that the PR is blocked for now. If the conditions to work on the PR are good again, here is what the dev should know:
However, there still work to be done, that why the PR is still in draft.
|
190f27e
to
b60950a
Compare
This PR is the continuing work of
Refer to the PR for code and previous reviews.