I am using the .net application to create the chatbot with microsoft bot framework and it is working fine. But I need to integrate a camera function inside this flow which can be accessed inside this bot framework to take a photo with camera and display
the image inside the bot framework. Could you tell me how do i do this. Point me in the right direction. Thanks
As far as I know, there is no built-in function/method in Bot Builder SDK for .NET that could be used to access and operate camera to take photos. You can let your bot users manually take photos using camera. And almost channels support sent the photo to
bot.
With Regards,
Fei Han
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
None
0 Points
1 Post
Capture an image using camera from microsoft bot framework
Apr 25, 2018 05:00 AM|Nakshatra___|LINK
I am using the .net application to create the chatbot with microsoft bot framework and it is working fine. But I need to integrate a camera function inside this flow which can be accessed inside this bot framework to take a photo with camera and display the image inside the bot framework. Could you tell me how do i do this. Point me in the right direction. Thanks
All-Star
40565 Points
6233 Posts
Microsoft
Re: Capture an image using camera from microsoft bot framework
Apr 27, 2018 05:43 AM|Fei Han - MSFT|LINK
Hi nakshatra,
Welcome to ASP.NET forum.
As far as I know, there is no built-in function/method in Bot Builder SDK for .NET that could be used to access and operate camera to take photos. You can let your bot users manually take photos using camera. And almost channels support sent the photo to bot.
With Regards,
Fei Han