Skip to content

Bump rdk#92

Merged
seanavery merged 3 commits into
viam-modules:mainfrom
seanavery:tagger-fix
May 27, 2026
Merged

Bump rdk#92
seanavery merged 3 commits into
viam-modules:mainfrom
seanavery:tagger-fix

Conversation

@seanavery
Copy link
Copy Markdown
Collaborator

@seanavery seanavery commented May 19, 2026

Description

RDK dep was super old. Simple bump and test adjustments.

Testing

  • integration tests passing ✅

Comment thread model/camera/camera.go
func (c *component) Image(_ context.Context, _ string, _ map[string]interface{}) ([]byte, camera.ImageMetadata, error) {
return nil, camera.ImageMetadata{}, errors.New("camera.Image not implemented")
func (c *component) Status(_ context.Context) (map[string]interface{}, error) {
return map[string]interface{}{}, nil
Copy link
Copy Markdown
Collaborator Author

@seanavery seanavery May 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we implement Status?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe could return the storage state?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be a good idea -- i can create a follow-up

@seanavery seanavery requested review from a team, jmatth and oliviamiller and removed request for a team May 27, 2026 17:09
@seanavery seanavery merged commit ee0ce2e into viam-modules:main May 27, 2026
5 of 8 checks passed
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.

3 participants