Great video! Please Tell me how to connect a USB camera to an Android devices? On Windows camera Provider.Available Cameras sees a USB camera, on Android it sees only the front and back cameras. Thank you.
@@jfversluis using (var stream = e.Media) { // Create the file using (var fileStream = File.Create(@"c:\temp\test.jpg")) { // Copy the stream to the file stream.CopyTo(fileStream); } } writes an image of the stream which is not at the highest resolution. Making a picture should be a thing on its own.
@@jfversluis using (var stream = e.Media) { // Create the file using (var fileStream = File.Create(@"c:\temp\test.jpg")) { // Copy the stream to the file stream.CopyTo(fileStream); } } This writes a snapshot of the stream to a file. This is surely not the highest resolution. So how can I make a picture@ the highest resolution and write it to a file?
hi sir can you help me i can't type dot . in arabic android emulator it showing nothing how can i solve this? i'm trying to build app to calculate two number with maui i'm using two entry box with Numerical keyboard when i'm using english android language it work when im using arabic android language i cant using dot .
@@jfversluis I have seen it on Android and iPhone, in my Samsung fold it's called director's view and I have seen apps on iPhone doing it too. using concurrent streaming.
It has been available on iPhone since 2019 and introduced by Nokia in 2017 and later by Samsung, but you might be right, the API might have restricted it since newer phones have so many cameras playing together (in the back in particular)
Another great control is MediaElement, check it out: ua-cam.com/video/_sp4RG0I0x4/v-deo.html
thanks for the awesome video. Do you have maui tutorial on using nfc?
Not yet! I’ve looked into it at some point but never recorded it… I guess it’s about time!
It should be nice to have a sample of how to analyse or modify (opencv....) images in the stream of the camera
Agreee
Great Video! Wanted to ask how to remove the black lines on the left and right of the CameraView?
I haven’t seen that? Maybe select a different resolution?
Love you gerald❤❤
Great video! Please Tell me how to connect a USB camera to an Android devices? On Windows camera Provider.Available Cameras sees a USB camera, on Android it sees only the front and back cameras. Thank you.
I have the same problem!
Can I get every frame detail during the video recording?
I live for the stalling and talking Gerald does while waiting for MAUI to build😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂. Love you Gerald!
Not me hoping no one would notice 👀
Can you make a button and by clicking it a picture is being made at the highest resolution and written to a file?
I would think so!
@@jfversluis
using (var stream = e.Media)
{
// Create the file
using (var fileStream = File.Create(@"c:\temp\test.jpg"))
{
// Copy the stream to the file
stream.CopyTo(fileStream);
}
}
writes an image of the stream which is not at the highest resolution. Making a picture should be a thing on its own.
@@jfversluis
using (var stream = e.Media)
{
// Create the file
using (var fileStream = File.Create(@"c:\temp\test.jpg"))
{
// Copy the stream to the file
stream.CopyTo(fileStream);
}
}
This writes a snapshot of the stream to a file.
This is surely not the highest resolution.
So how can I make a picture@ the highest resolution and write it to a file?
@@jfversluis I can use the mediapicker which looks great and works great on Android but on Windows: in that popup it looks very ugly.
Is it possible to use this in Blazor MAUI?
Absolutely!
3 Ways Combine .NET MAUI and .NET MAUI Blazor Hybrid
ua-cam.com/video/2dllz4NZC0I/v-deo.html
I want to use AI-related features with MAUI.
Please make a video related to this field.
hi sir can you help me i can't type dot . in arabic android emulator it showing nothing how can i solve this? i'm trying to build app to calculate two number with maui i'm using two entry box with Numerical keyboard when i'm using english android language it work when im using arabic android language i cant using dot .
Is there a way to use 2 cameras at the same time (also called director's view) ?
I don’t think so simply because it’s not supported by the hardware?
@@jfversluis I have seen it on Android and iPhone, in my Samsung fold it's called director's view and I have seen apps on iPhone doing it too. using concurrent streaming.
It has been available on iPhone since 2019 and introduced by Nokia in 2017 and later by Samsung, but you might be right, the API might have restricted it since newer phones have so many cameras playing together (in the back in particular)
Oooh interesting! I guess you could add 2 CameraView controls and select a different camera for each to try
Its there QR code reader?
I have a couple of videos on this channel for a few different ones
Nice catch on the MainPage constructor 😂
Haha yeah luckily I knew immediately what was going on! And decided to leave it in so you now will know too!
Since you asked 😊 It's definitely time to build a small app with nvvm.
What are you building?
@@jfversluis I mean you not me 😀
I have some side projects. But I want to see something you do and how you do it 😊
@@ademineshat oooh gotcha! Haha sorry! So an intro with mvvm?
❤
🫶