You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Respect server-returned mime_type in get_object_point_clouds: server
now populates response.mime_type from the result's cloud.mime_type
(not echoing the request), and client reads response.mime_type()
rather than the request mime. Matches the proto contract and the Go
RDK client behavior. Adds a regression test where request mime
differs from server-returned mime.
- Initialize Vision::detection::confidence, classification::confidence,
and all three properties bools via NSDMIs so default-constructed
values are well-defined.
- Introduce Vision::image as a Vision-specific input type for
get_detections / get_classifications. Camera::raw_image (alias) is
kept only for capture_all_result.image where the wire type is the
full Camera Image proto. Avoids silently dropping source_name on
inputs whose wire format doesn't carry one — mirrors how Go's RDK
takes image.Image (decoupled from the camera service).
- Rename point_cloud_object::point_cloud field to ::cloud so it no
longer shadows the Vision::point_cloud type alias.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments