Overview
Function: captureImageField()
The Capture Image component can be used on the Appian Applications as a Web Camera that can capture the image and crop it as needed and preview the cropped image before we save it as a document.
Note: We can use the Vuram Rich Text Editor connected system to save the image captured in the component into the Appian as a document.
Key Features & FunctionalityCapability for employees to open a webcam connected to their laptop from the Appian application to take a picture of a customer. Customer photos will be then saved in the Appian folder.
I'm trying to make use of the plugin and have installed the Advanced Rich Text Editor (Vuram) as well.I've installed the sample app, updated the connected system to point to one of my KC folders, but when trying to 'save' the image I'm getting the error : Unable to get response from connected system
Any Ideas ?
I have installed Vurum Rich text editor plugin. It is working now.
Hi farmank0708,I understand but you are using Appian Corporation's connected system. The link in the overview description of the component is mentioned wrongly. We have raised a task to change it to Vuram's Connected system "Advanced Rich Text Editor Connected System (Vuram)" and it will be changed soon. You can use the connected system in the following link.https://community.appian.com/b/appmarket/posts/advanced-rich-text-editor-connected-system-vuram.(Version 1.0.3).Regards,Vignesh E
hi vigneshe , I am already using the above-mentioned connected system
Hi farmank0708,Thanks for reaching out!Can you try using Connected System mentioned here?https://community.appian.com/b/appmarket/posts/advanced-rich-text-editor-connected-system-vuramHope this will solve your problem. If not please feel free to contact us.Regards,Vignesh E
What to pass in onImageSaved property. I have passed the local variable but it is not storing document ID.
captureImageField( label: "captureImageField", labelPosition: "ABOVE", validations: {}, height: "AUTO", imageStorageConnectedSystem: cons!FS_CS_CONS, disableBorder: null, onImageSaved: { local!idToSave }
)