0
Eai personal,
I’m using MediaFrameReader
to capture the frames of a USB camera in a UWP application, the event return FrameArrived
returns me an object of type Softwarebitmap, having this frame I check if there is human face using FaceDetector
, by detecting these faces I intend to use the SDK of the Faceid to check if this face is registered, however the SDK requires me to send an image in Stream state, as I can do this conversion?
Thank you very much!
The first code is not possible, because I could not use Image in UWP, but the Second and third Gave me the necessary light to execute the code, updated as an Answer! Thanks a Lot, I Lost 2 days Looking for this!
– RePinheiro
@Repinheiro I just updated the Answer, I’m Glad it worked.
– Geilton Xavier Santos de Jesus