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
Skip removed its bundled image-asset feature (#107 / #112). Signal K has no reusable image/media API to lean on, and the right shape is a standalone plugin (metadata via the Resources API + binary via plugin routes) — the way the Video widget already consumes the external sk-video plugin. Rather than build our own, we adopt the upstream plugin that @dillan has committed to splitting out.
The discussion concluded that image/media handling will be extracted into a separate Signal K plugin:
@tkurki (SK core): "useful as an independent plugin or as an extension of the server's applicationData scaffolding … nothing inherently KIP specific."
@godind (mxtommy): the processing engine "would be better leveraged as a server plugin/feature … Leave only the display and control part as a KIP widget."
@dillan (author), concluding the thread: "Ok, I'll split this out. Thanks!" — committed to extracting a standalone image-handling plugin.
The plugin's repo/id and timeline aren't announced yet, and Kip#1080 itself is still open — but the direction is settled, not conditional.
What to do
Watch Kip#1080 and @dillan's forthcoming standalone image/media plugin. When it ships, adopt it in Skip — re-add a thin Image widget that consumes the plugin via the Resources API (metadata) + plugin routes (bytes), mirroring sk-video. Signal K can auto-install/enable a widget's required plugin, so the "batteries included" UX is preserved without bundling.
Context
Skip removed its bundled image-asset feature (#107 / #112). Signal K has no reusable image/media API to lean on, and the right shape is a standalone plugin (metadata via the Resources API + binary via plugin routes) — the way the Video widget already consumes the external
sk-videoplugin. Rather than build our own, we adopt the upstream plugin that @dillan has committed to splitting out.Upstream status — mxtommy/Kip#1080 (by @dillan)
The discussion concluded that image/media handling will be extracted into a separate Signal K plugin:
The plugin's repo/id and timeline aren't announced yet, and Kip#1080 itself is still open — but the direction is settled, not conditional.
What to do
sk-video. Signal K can auto-install/enable a widget's required plugin, so the "batteries included" UX is preserved without bundling.Links
sk-videoplugin (Resources APIcameras+/plugins/sk-video/routes).