We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845ff3b commit b1952ddCopy full SHA for b1952dd
src/viam/sdk/components/private/camera_client.cpp
@@ -56,7 +56,6 @@ Camera::image_collection from_proto(const viam::component::camera::v1::GetImages
56
raw_image.bytes = bytes;
57
// TODO(RSDK-11733): This is a temporary fix to support handling both the format and mime
58
// type. We will remove this once we remove the format field from the proto.
59
- // We will remove this once we remove the format field from the proto.
60
if (!img.mime_type().empty()) {
61
raw_image.mime_type = img.mime_type();
62
} else {
0 commit comments