Posts by RePinheiro • 51 points
4 posts
-
-1
votes4
answers6294
viewsA: Mask with Jquery changing from fixed to mobile or vice versa
After enough searching (in 2020) This is how I made it work $('#Telefone').mask("90000-0000") Because 0 is mandatory and 9 is optional.
-
1
votes2
answers50
viewsA: UWP - Softwarebitmap for Stream
Conversion: SoftwareBitmap frameBitmap = frame.SoftwareBitmap; WriteableBitmap bitmap = new WriteableBitmap(frameBitmap.PixelWidth, frameBitmap.PixelHeight);…
-
0
votes2
answers50
viewsQ: UWP - Softwarebitmap for Stream
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…
-
4
votes3
answers973
viewsQ: Websocket - c# . NET
I found almost nothing about Websockets + . NET on google, I would like to know how this server is made using the . NET in the future the idea is to create an application and hardware (Arduino) that…