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
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
I am downloading images from a camera, and trying to update an Image with each frame @ 4fps.
Everytime I get a new frame, i update the Stream of StreamImageSource. All of this works, but updates are not smooth, the image flashes with every update.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am downloading images from a camera, and trying to update an Image with each frame @ 4fps.
Everytime I get a new frame, i update the Stream of StreamImageSource. All of this works, but updates are not smooth, the image flashes with every update.
<Image> <Image.Source> <StreamImageSource Stream="{Binding ImageStream}" /> </Image.Source> </Image>
Any suggestions of rapid update of an image?
Beta Was this translation helpful? Give feedback.
All reactions