Thank you for reaching out to us on the Microsoft Q&A forum.
For edge and blur detection in images captured within your Canvas app, consider the following solutions:
Azure Cognitive Services – Computer Vision: This service can assess image quality, including blur detection, but does not provide direct edge detection capabilities.
Azure Functions with OpenCV: This option allows you to implement custom edge and blur detection algorithms tailored to your specific business requirements.
Image Edge Detection in Power Apps
Power Apps does not natively support image processing features like edge detection. However, you can integrate external services or develop custom solutions:
Power Automate: Utilize Power Automate to trigger Azure Functions or REST APIs for image processing after images are captured. This enables effective edge and blur detection.
Custom Connectors: Create a custom connector in Power Apps to connect with Azure Cognitive Services or Azure Functions, facilitating image processing and delivering results directly within your app.
This comprehensive approach provides a scalable and reliable solution to enhance image capture quality in your Canvas app, ensuring it meets your business needs effectively.
If you are still encountering any issues, please let us know in the comments, along with any relevant screenshots for reference. We’re glad to help you.
If this information is helpful, please Accept Answer and Upvote so it can assist other community members.
Thank you.