Stephan Shere

Results 5 comments of Stephan Shere

@euquiq - Try this code: var stream = await imagePicker.OpenReadAsync(); byte[] dataBytes = new byte[stream.Length]; var streamData = await stream.ReadAsync(dataBytes, 0, dataBytes.Length); var cacheFile = System.IO.Path.Combine(Xamarin.Essentials.FileSystem.CacheDirectory, "filename.png"); using (var cache...

Can everyone please clarify, Is everyone looking for the ability to: 1) See if the camera is already open on a specific device and detect which camera is being used...

This is not a React Native issue. I use Xamarin and React-Native and am seeing the same issues within my Xamarin project. This is most likely an issue with iOS...

This still happens for me, however it's related to the Microphone. This happens when the device gets disconnected, but my microphone is currently detected (and was working 20 minutes ago)....

MCP's are becoming essential to LLM's that play a role in automation. The basic and most common use of a MCP is allowing local files to be modified, and binaries...