Dynamic opacity of targets on camera stream #158

Closed
opened 2024-03-28 15:30:27 +00:00 by jgeorgi · 0 comments
Owner

It seems like it may be possible to set different opacity values for each target depending on confidence.

Use globalAlpha but make sure that you set it before drawing the image:

ctx.globalAlpha = 0.4;

It seems like it may be possible to set different opacity values for each target depending on confidence. > Use globalAlpha but make sure that you set it before drawing the image: > > ctx.globalAlpha = 0.4;
jgeorgi added the
enhancement
label 2024-03-28 15:30:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ALVINN/ALVINN_f7#158
No description provided.