Hi @ebnavarro ,
To your second question, it is not support for AI builder to detect object from a video, Object detection AI model only support to recognize items from images. For more information, please refer to this doc: https://docs.microsoft.com/en-us/ai-builder/collect-images.
To your first question:
Can you share more description? What does "automatically capture photo" mean? take photos by camera?
If you want to save the camera photos to sharepoint list, you can try to use Patch function to get that, please refer to the following formulas:
Patch(Products,First(Products),{'Product Image':Camera1.Photo})
This formula is to patch the camera image to the first record of entity. If you want to patch to new records, just modify as below:
Patch(Products,Defaults(Products),{Title:"Pic1",'Product Image':Camera1.Photo}) /* Title is required column */
For more reference about Patch function: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-patch
Best regards,
Sik
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
203 | |
180 | |
62 | |
32 | |
30 |
User | Count |
---|---|
324 | |
269 | |
104 | |
74 | |
56 |