.NET Maui Apps | Access device camera and files using Media Picker in MAUI mobile and desktop apps.

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 28

  • @Netcode-Hub
    @Netcode-Hub  Год назад +2

    Follow @Netcode-Hub on:
    netcodehub.blogspot.com | You can read more articles on Application Development and Debugging Issues
    github.com/Netcode-Hub | Grab projects source code from here.
    twitter.com/NetcodeHub | Twitter
    web.facebook.com/NetcodeHub | Facebook
    www.linkedin.com/in/netcode-hub-90b188258/ | LinkedIn
    ruclips.net/video/fVfB0jI8vYoM/видео.htmlaui Application Development Playlist | ruclips.net/p/PL285LgYq_FoLDWoWRj40u6INW7oLERCuW
    Grab code from GitHub @ | github.com/Netcode-Hub/DemoMediaPicker

  • @projectchannel3336
    @projectchannel3336 Год назад +1

    can you give an example of how to print documents on maui with a bluetooth connection with a thermal printer

  • @ibsmdmosabbir
    @ibsmdmosabbir 11 месяцев назад +1

    Can you give an example on Android 13 Permission, because Read And Write Storage permission are removed from android 13,

    • @Netcode-Hub
      @Netcode-Hub  11 месяцев назад +1

      READ_MEDIA_IMAGES,
      READ_MEDIA_VIDEO,
      READ_MEDIA_AUDIO, WRITE_MEDIA_IMAGES, WRITE_MEDIA_VIDEO, WRITE_MEDIA_AUDIO.
      All media permissions
      I belief you know how to add these to the android file right?

    • @ibsmdmosabbir
      @ibsmdmosabbir 11 месяцев назад +1

      this permission are only available in AndroidManifest but when I'm trying to request these permission in runtime in .NET MAUI , there are no any suggestion appear , please make a vedio on this topic
      @@Netcode-Hub

  • @jamesscott6864
    @jamesscott6864 Год назад

    Does it support multi photos or file select ? and how can I upload the selected file(s) to a server of an existing blazor web app using the API

    • @Netcode-Hub
      @Netcode-Hub  Год назад

      Thanks for your comments
      Are you talking about uploading files from Maui app to API?
      Or
      File upload from blazor web assembly app to API?

    • @jamesscott6864
      @jamesscott6864 Год назад

      @@Netcode-Hub maui app to API, blazor maui to be specific. so i already have a blazor wasm published and images are uploaded using API to the server. i want to create a mobile app for the web app using blazor maui as a separate project. i already use syncfusion components so I use syncfusion file uploader. the issue I'm having now with the blazor maui is that, all the files on my device are grayed out. So I'm trying to figure out why or any other alternative solution to upload files.

    • @Netcode-Hub
      @Netcode-Hub  11 месяцев назад +1

      Sorry for late reply
      Use file picker in Maui , attach the image to httpcontext and send to their api.
      This video will guid you
      .NET Maui Apps | Upload Files to Web API Server in MAUI mobile & desktop Application.
      ruclips.net/video/xh5keBOeRwc/видео.html
      Make sure you subscribe and like the video 😆

  • @VrhoAirlines
    @VrhoAirlines Год назад +1

    can you open usb camera when using Media Picker?

    • @Netcode-Hub
      @Netcode-Hub  Год назад

      Haven’t tried that yet

    • @VrhoAirlines
      @VrhoAirlines Год назад +1

      @@Netcode-Hub camera.maui right now directly doesn't support it

    • @Netcode-Hub
      @Netcode-Hub  11 месяцев назад +2

      Thanks for figuring it out . Let all wait for the new release where it will support 😆

  • @eusebioperezunamuno5362
    @eusebioperezunamuno5362 11 месяцев назад +1

    Hey! What about recording video?

    • @Netcode-Hub
      @Netcode-Hub  11 месяцев назад +1

      .NET Maui Apps | Play Video and Audio using Media Element in .NET MAUI Mobile and Desktop apps.
      ruclips.net/video/LmZn4mnxlkE/видео.html

    • @eusebioperezunamuno5362
      @eusebioperezunamuno5362 11 месяцев назад +1

      Thank you @@Netcode-Hub ! But I wanted to record video from the device camera, is it possible with mediaelement? If so, how? Thanks!!

    • @Netcode-Hub
      @Netcode-Hub  11 месяцев назад +1

      @@eusebioperezunamuno5362 use Media Picker for recording and play with Media Element

  • @billymartin6497
    @billymartin6497 8 месяцев назад

    Another great video! Can you please show how we would have a user change and persist his profile pic?

  • @ПОДКАСТКАЙМАК
    @ПОДКАСТКАЙМАК 9 месяцев назад

    Hey! How to extract the text from that image? What method or API for free can i use to extract it? Thank you in advance!

  • @liemnguyen3088
    @liemnguyen3088 Год назад +1

    Plz How to show Camera Preview in ContentPage!?

    • @Netcode-Hub
      @Netcode-Hub  Год назад +1

      Please can you explain to me what your Preview is about ?

    • @liemnguyen3088
      @liemnguyen3088 Год назад +2

      ​@Netcode-Hub I need show Front or Back Camera directly in ContentPage to Shot or Video record. Not open app Camera of phone like Media plugin.

    • @Netcode-Hub
      @Netcode-Hub  Год назад +1

      Sorry for late reply, MediaPicker has many APIs; ie CapturePhotoAsync() and more, you can use this to open the camera and take your photo.

    • @luisalvarenga3891
      @luisalvarenga3891 4 месяца назад

      For that requirement you will need to use, CameraView is another maui component