Skip to main content

Notifications

Power Apps - Building Power Apps
Unanswered

Blurry images from camera component in canvas app.

Posted on by 17

Hello!

 

I am building a canvas app with a camera component. When using the app, before taking the photo, the camera shows the image perfectly. When the photo is captured and displayed on the screen, it looks perfect. When I save it to the Dataverse table, it is extremely blurry to the point you can't even tell what the photo is. The column is of data type "image". Could it be different if the column is of data type "file" ? Is there any workaround to make the images not blurry? Thanks in advance!

  • ronaldwalcott Profile Picture
    ronaldwalcott 1,026 on at
    Blurry images from camera component in canvas app.
    You have not indicated how you are viewing the image. What is the size of the control? Is this in a gallery? Show a sample screenshot.
  • ChrisBLCK Profile Picture
    ChrisBLCK 2 on at
    Blurry images from camera component in canvas app.
    Hi @ssommer123,
     
    I had a working Canevas with a repeater that includes a picture that became blurry since october 24. Pictures come from a Sharepoint List (standard image) loaded to the app.
     
    Turns out there is an option for the size of the picture in the picture control : Full / Large / Medium / Small
     
    In the picture object, I changed the setting : 
    ThisItem.picture
    to :
    ThisItem.picture.Large
     
    Works better now !
    Hope it solves it for you. 
     
  • Robu1 Profile Picture
    Robu1 822 on at
    Re: Blurry images from camera component in canvas app.

    Hi @ssommer123 ,

     

    Blurry images can be frustrating! Especially when saving them to a Dataverse table in your canvas app.

    1. Image Data Type in Dataverse:

      • You mentioned that the column in your Dataverse table is of data type “image.” When you save an image to this type of column, it stores the image as a binary large object (BLOB).
      • The “image” data type is suitable for storing images, but it doesn’t inherently cause blurriness. The issue likely lies elsewhere.
    2. Optimize Images for Upload:

      • By default, PowerApps Mobile App optimizes images for upload. When you upload pictures from your mobile device, they may be compressed, leading to reduced quality.
      • Try turning off the “Optimize images for upload” setting within your PowerApps Mobile App settings. This might improve image clarity1.
    3. Consider Using the “File” Data Type:

      • If you continue to face blurriness issues, consider using the “file” data type instead of “image.”
      • The “file” data type stores files as attachments, which may better preserve image quality.
    4. Displaying Images:

      • When displaying images in your app, ensure that the image control properties (such as size, resolution, and scaling) are appropriately configured.
      • Test different display settings to find the optimal balance between clarity and performance.
    5. Testing and Troubleshooting:

      • Test saving images to the “file” data type column and compare the results.
      • Inspect the saved images in Dataverse directly to verify their quality.
      • If needed, explore additional PowerApps community forums or documentation for specific troubleshooting steps.

    Remember to adapt these suggestions to your specific app and requirements. Good luck, and I hope your images become crystal clear! 😊📸

    If this post helps, then Click on the Thumbs Up below and Accept it as the solution to help others.
     
    Thanks,
     
    Robu1.

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

November 2024 Newsletter…

November 2024 Community Newsletter…

Community Update Oct 28…

Power Platform Community Update…

Tuesday Tip #7 Community Profile Tips…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 143,487

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 64,014

Leaderboard