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
Sure! I'll need some help though as I've never worked on internals of any widget before.
The use-case I was looking for is somewhat like this:
I should be able to take multiple images from webcam (as training set) till my model builds enough confidence on the subject (for facial recognition). I was not actually looking for UI element of the widget in this case. So, I actually needed to take multiple images from webcam without any button click. I faced some issue when trying to do that. I had to eventually switch to button-based system.
Creating
MediaStream
classes using awith
context can be useful as it ensures that media devices will be closed at the end of context.Example syntax:
The text was updated successfully, but these errors were encountered: