Skip to content

Conversation

@gtoff
Copy link

@gtoff gtoff commented Dec 3, 2025

Previously, compressed images were saved to ./camera/received_image_compressed.jpeg while raw images were saved to ./camera/received_image.jpeg. This caused the analyze_previously_received_image tool to fail when trying to analyze compressed images, as it only looks for ./camera/received_image.jpeg.

This commit standardizes the path for both compressed and raw images to use ./camera/received_image.jpeg, ensuring that the analysis tool can find images regardless of their original format.

Previously, compressed images were saved to `./camera/received_image_compressed.jpeg`
while raw images were saved to `./camera/received_image.jpeg`. This caused the
`analyze_previously_received_image` tool to fail when trying to analyze compressed
images, as it only looks for `./camera/received_image.jpeg`.

This commit standardizes the path for both compressed and raw images to use
`./camera/received_image.jpeg`, ensuring that the analysis tool can find images
regardless of their original format.
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

Successfully merging this pull request may close these issues.

1 participant