Take Pictures in Your App with CameraView for .NET MAUI

  Рет қаралды 2,207

Gerald Versluis

Gerald Versluis

Күн бұрын

CameraView is back! Freshly ported from Xamarin, we have an all new CameraView available for you for .NET MAUI. I made a quick follow-up video too with preventing memory leaks and selecting other cameras: • Select Different Camer...
With this first version of CameraView you can control zoom, flash, resolutions, which camera to use and actually take pictures! In this video I will show you how to get started yourself.
💝 Join this channel to get access to perks:
kzbin.info/door/ral...
Disclaimer: this channel is done on personal title, in my free time, and not officially affiliated with or endorsed by Microsoft (my employer) in any way. Opinions and views are my own.
🛑 Don't forget to subscribe to my channel for more cool content: kzbin.info...
🐦 Follow me on Twitter: / jfversluis
🤝 Join the Discord server: / discord
🔗 Links
Sample Code Repo: github.com/jfversluis/MauiCam...
CameraView Documentation: learn.microsoft.com/dotnet/co...
⏱ Timestamps
00:00 - CameraView for .NET MAUI
00:13 - Amazing Community Contribution!
01:20 - Add CommunityToolkit.Maui.Camera Package
03:41 - Add Camera Permissions
05:14 - Implement CameraView in XAML
08:00 - Implement Image Capture
13:02 - CameraView Live Demo Android
14:15 - Change SelectedCamera
15:21 - Implement Zoom and Flash
17:54 - Learn More About Switching Cameras?
🎥 Video edited with DaVinci Resolve
🙋‍♂️ Also find my...
Blog: blog.verslu.is
All the rest: jfversluis.dev
#maui #cameraview #android #ios #dotnet #dotnetmaui #communitytoolkit

Пікірлер: 44
@jfversluis
@jfversluis 5 күн бұрын
A made a quick follow-up video too with preventing memory leaks and selecting other cameras: kzbin.info/www/bejne/gIbHl3Rto6uXjdk
@KenRossPhotography
@KenRossPhotography 4 күн бұрын
It would be a fun project/video to "Create a Pro Camera in MAUI" that leverages all the features for flash, camera selection, zoom, etc. Having a zoom slider on screen, toggle flash on/off, exposure control [if it has that], etc. 😀
@jfversluis
@jfversluis 4 күн бұрын
Voila! github.com/CommunityToolkit/Maui/tree/main/samples/CommunityToolkit.Maui.Sample/Pages/Views/CameraView
@alelasgrutas
@alelasgrutas Күн бұрын
amazed by this video, thank you very much, keep it up
@adinwashere
@adinwashere 4 күн бұрын
looks great. To use this in a Maui Hybrid Blazor app we would need to use a XAML page or pop I guess?
@jfversluis
@jfversluis 4 күн бұрын
That is correct! You can take some inspiration from here: kzbin.info/www/bejne/aJXPna1qg792Zqs
@adinwashere
@adinwashere 4 күн бұрын
@@jfversluis Excellent
@DeepWorksStudios
@DeepWorksStudios 4 күн бұрын
Great Update ^^
@neosphoros5502
@neosphoros5502 4 күн бұрын
Hello! Very nice video. Is it possible to place half transparent picture (PNG) as the overlay layer on the camera preview?
@jfversluis
@jfversluis 4 күн бұрын
Thank you! I would think so, just make sure the elements overlap by putting them both in the same column and row in a grid for example
@kamilyt6541
@kamilyt6541 4 күн бұрын
Yeah that's great I have also added this cameraview in my hybrid desktop app It is a xaml popup and I'm open that popup from the razor page So basically I have added that view in hybrid with xaml.. And can this work with DSLR? If I attach a DSLR to my desktop like flash and zoom i haven't try that so....
@jfversluis
@jfversluis 4 күн бұрын
Great! Oof I don't know about the DSLR! That would be very interesting... Please let me know if you decide to try!
@kamilyt6541
@kamilyt6541 3 күн бұрын
@@jfversluis yes I have already did that but haven't try with the flash and zoom in the desktop app So okay I'll try to do in the DSLR 👍
@razgon
@razgon 4 күн бұрын
Nice, thank you!🙂
@ericritter46
@ericritter46 4 күн бұрын
i love it. keep it up! I like that implementation is super easy and we dont need a mulititude of xmlns setup.
@dustineatchel9442
@dustineatchel9442 4 күн бұрын
Excellent work! Excited to give this a try. What about recording a video instead of capturing photos? Is that something that is planned for the future? Would be amazing to be able to select the frame rate / resolution when capturing video as well. 👍
@jfversluis
@jfversluis 4 күн бұрын
Something we absolutely want to do! We started with the core functionality but video is definitely one of the next things I think we'll do. Thanks!
@deaasaleh3613
@deaasaleh3613 4 күн бұрын
Great job 👏
@jfversluis
@jfversluis 4 күн бұрын
Thank you! 😃
@hrishikeshgarud7177
@hrishikeshgarud7177 Күн бұрын
Can we get the raw camera feed?
@jfversluis
@jfversluis Күн бұрын
Not at the moment, something we want to do in the future
@MartinMcDermot
@MartinMcDermot 5 күн бұрын
Nice thx
@jfversluis
@jfversluis 5 күн бұрын
You’re very welcome! Thank you for your support!
@DM-98
@DM-98 4 күн бұрын
Could you change the methods to have suffix Async when they're async?
@jfversluis
@jfversluis 4 күн бұрын
Personally I don't like that. You can tell from the return type, it feels very on the nose to add Async to everything. So not likely!
@bity-bite
@bity-bite 4 күн бұрын
Better to be consistent with the BCL maybe? ​@jfversluis
@jfversluis
@jfversluis 4 күн бұрын
@@bity-bite be my guest!
@bity-bite
@bity-bite 4 күн бұрын
@@jfversluis Thanks! I'll try to make a PR as soon as I get my PC fixed 😃
@jfversluis
@jfversluis 4 күн бұрын
@bity-bite ha sorry. That was not what I meant. I’m not planning on changing this for this library or any of my libraries. Be my guest with applying it to your own code 😄
@cocacola7535
@cocacola7535 4 күн бұрын
Please kindly make a video about continuous object tracking with the camera view.
@jfversluis
@jfversluis 4 күн бұрын
Not possible right now!
@cocacola7535
@cocacola7535 4 күн бұрын
@@jfversluis I see. Thank you.
@LuisDulanto-gl6dm
@LuisDulanto-gl6dm 2 күн бұрын
I'm displaying the new Camera in a popup but if I close it and reopen, the camera is not displayed. How can I fix that?
@jfversluis
@jfversluis 2 күн бұрын
Sounds like you need to dispose of it properly and reinitialize
@MrSuxor
@MrSuxor 4 күн бұрын
I swear when you come out with that cancelation token video in the cancelation token video you're going to ask if we want a cancelation token video to comment below!
@jfversluis
@jfversluis 4 күн бұрын
😂😂😂 cancellationtoken-ception
@tanakamawere
@tanakamawere 4 күн бұрын
Gerald, I think you underestimate the number of beginner devs who watch you videos 13:33 . Your "sample code" IS the code.😂😂 whatever bad practices you do, I will do the same because I don't know any better
@jfversluis
@jfversluis 4 күн бұрын
I know! I maybe should do better in that regard but then it also comes down to how people like to solve things and taste or what people perceive as being better... But you make a good point! I don't mean to talk down on your code. I will be more mindful of that, thank you!
@SuperGulamali
@SuperGulamali 4 күн бұрын
Waiting for a year for the cancellation token video 😂
@jfversluis
@jfversluis 4 күн бұрын
😭😭😭😭
Extract Text from Images and Pictures with OCR in .NET MAUI
19:33
Gerald Versluis
Рет қаралды 3,2 М.
Nutella bro sis family Challenge 😋
00:31
Mr. Clabik
Рет қаралды 10 МЛН
Я нашел кто меня пранкует!
00:51
Аришнев
Рет қаралды 3,6 МЛН
THE POLICE TAKES ME! feat @PANDAGIRLOFFICIAL #shorts
00:31
PANDA BOI
Рет қаралды 24 МЛН
`const` was a mistake
31:50
Theo - t3․gg
Рет қаралды 126 М.
The Blazor Competitor is Here!
15:08
Nick Chapsas
Рет қаралды 64 М.
Take Pictures in .NET MAUI with the Camera.MAUI CameraView!
13:56
Gerald Versluis
Рет қаралды 23 М.
Local Push Notifications with .NET MAUI, Easy With This Plugin!
17:29
Gerald Versluis
Рет қаралды 31 М.
Enhancing .NET MAUI: Quality Performance and Interoperability in .NET 9 | OD534
57:06
Material Design & Free Controls for .NET MAUI with UraniumUI
16:30
Gerald Versluis
Рет қаралды 14 М.
15 INSANE Use Cases for NEW Claude Sonnet 3.5! (Outperforms GPT-4o)
28:54
Starting .NET MAUI Development in 2024 - What You Need To Know
35:18
James Montemagno
Рет қаралды 55 М.
Спутниковый телефон #обзор #товары
0:35
Product show
Рет қаралды 2,1 МЛН
Best mobile of all time💥🗿 [Troll Face]
0:24
Special SHNTY 2.0
Рет қаралды 3 МЛН
КРУТОЙ ТЕЛЕФОН
0:16
KINO KAIF
Рет қаралды 1,7 МЛН