SAP UI5 Camera Integration | Capture Photo in Fiori App | Send/Receive Images to SAP Gateway
HTML-код
- Опубликовано: 15 дек 2024
- SAP UI5 Camera Integration, Capture Photo in Fiori App
Course Page: www.anubhavtra...
Call us on +91-84484 54549
Mail us on contact@anubhavtrainings.com
Website: www.anubhavtrainings.com
Our forum: www.anubhavtra...
Join Our Telegram Channel : t.me/Anubhavle...
Linkedin: / anubhav-oberoy-3a216957
Pinterest: / anubhavtrainings
Twitter Page: / anubhavoberoy
Facebook : / anubhavtraining
Instagram : / anubhavtrainings
Linkedin: / anubhavtrainings
Feel free to call us on +91 8448454549, Or mail us on contact@anubhavtrainings.com
You can download the ppt of this session from below
anubhavtrainin...
Get More Free Videos - Subscribe ➜ / anubhavoberoy
"SAP ui5 & fiori tutorial"
"free SAP ui5 & fiori training"
"online SAP ui5 & fiori training"
"Best SAP ui5 & fiori training"
"SAP ui5 & fiori training for Beginners"
"Best SAP ui5 & fiori Training"
Check out next batch details: www.anubhavtrai..."how to use camera with SAP Fiori"
"how to use camera with SAP Fiori"
"how to use camera with SAP Fiori"
Your english is classy sibling, an obligation of appreciation is all together for the great instructional activities!!
.The whole video was interesting. Clare made it enchanting and went into things all around so I saw more. I made sense of how huge sap is for industry by using different shows.
Satisfied. Anubhav oberoy is a shocking tutor. He kept things streaming and had a mind blowing entertaining tendency. Altogether capable. I would enthusiastically endorse him to my buddies.
amazing session on sap ui5 and Fiori with camera integration cheers to @Anubhav oberoy the best trainer in world.
Well done. Thankful to you for sharing this video. I was looking for it everywhere
Amazing stuff!!
Hi Anubhav, Thank you for the session. It’s not working same in iPad , it’s turning to black screen video mode. Please help me with your valuable suggestions.
If anyone faced and resolve then please provide your suggestions. Thanks in advance
Great tutorial - very hands-on!
Great video ..I had taken course on this from you along with Fiori security ,I got requirement from my client like this...in this video some video has been missed at 1hr15mins after capturing the image(creation of Send to SAP button and functionality for this).
Could you please re-upload the full video without missing.....?
This could be very very helpful to me.
Thanks in advance
Thank you very much. Excellent video great contribution.
Welcome
Man thank you so much for this excellent tutorial.
Thank you for your videos. They are helpful
Thank you so much Anubhav. Got to learn something new.
Please also post a lecture on how to use smart table, Smart filter, Smart Field
Anubhav Oberoy Thank you very much !!. Muchas gracias.
De nada
Thanks for this video👌👌
great, very helpful.. thanks!
Thank you so much Anubhav . I learnt a lot from you.
Plz upload a video on reading QR/BAR code from mobile in fiori App.
Hi Anubhav can you provide integration of remote IP camera in ABAP
please guide me anything we need to config in our web ide before start camera development
Nothing... Just do it!!
@@AnubhavOberoy can ui5 version 1.71.43 accommodate this functionality for ipads?
how to attach captured image to iw32 tcode,am able to attach the image but still am not able to see the image ,error in the image viewer "its looks like we dont support this file format ".file type is PNG or JPEG.Please suggest
Hii anubhav i am getting error in console of
"Cannot read property of 'getUserMedia' of undefined"
Please help
Hi,Anubhav can you please explain how to make a phone call from sap ui5
if we need to config something please guide me.i have followed all your steps but am not able to achive
Hello Anubhav, I have tried your coding on my browser but I only see a white screen. The browser is asking for permission to access the camera and the red record icon is visible on the tab. I also get the same result with other solutions. Can you help me with this?
is it possible to store this captured image to SAP DMS.. as when trying to do the file says invalid media. please suggest
in handleSuccess function the error will occur (Uncaught (in promise) TypeError: Cannot set properties of undefined (setting 'srcObject)
Hello Sir,
Thank you Soo much for the wonderful video.
Can you please share the video for OCR integration with SAP FIORI ?
Thanks in advance😊
Thanks you very much for the video. I am having a minor issue can you please help?
My web browser is accessing the camera but live streaming in video tag is not working. It seems that it's not allowed to use video tag in sapui5.
Great Video Anubhav, worked for me, but there's an issue. I don't know if my implementation has an error but the camera just works the first time, i have putted inside a dialog and, when opening it again, it does not work anymore, any help?
hi did you completed this development
Hi Gabriel Yepes Gavidia, did you find out anything on this issue? Facing same
Do you have the code ? Thanks.
Please use below check before creating new dialog.Without this if you click the take photo button then the dialog will not show any video.
if(this.fixedDialog===undefined){
this.fixedDialog = new Dialog({
Great Video Anubhav, its worked for me first time, again when I click take picture. Inside dialog am not able to see the object. Its looks blank. Anyone help pls...
Sorry, late but maybe someone in future will see this:
// imageData is the picture from take a photo or selected from gallery
var srcImg = "data:image/jpg;base64," + imageData;
var oImage = '';
var dialog = new sap.m.Dialog({
title: 'Test',
type: 'Message',
content: new sap.ui.core.HTML({
content: oImage
}),
endButton: new sap.m.Button({
text: 'Cancel',
press: function () {
dialog.close();
}
}),
afterClose: function () {
dialog.destroy();
}
});
dialog.open();
you may want to add another button to send to your odata