After capturing the image,how to transfer the image to image control with picture property using java script
-
hello alll After capturing the image,how to transfer the image to image control with picture property using java script plzzzzzzz help me.
What are you doing when you say "capture" ? Can you please tell us a bit more so that if possible we can help.
Thanks, Arindam D Tewary
-
hello alll After capturing the image,how to transfer the image to image control with picture property using java script plzzzzzzz help me.
Do you mean capturing a picture from webcam???
Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]
-
What are you doing when you say "capture" ? Can you please tell us a bit more so that if possible we can help.
Thanks, Arindam D Tewary
capturing a picture from webcam i was used TwainControlX for capturing a picture from webcam. i wrote some code: script language ="javascript" type ="text/javascript" > function runatdemo() { var fname; if(tcx1.devicecount>0) { tcx1.selectdevice(); alert("Device selection OK"); if(tcx1.connected) alert("Device connect OK"); tcx1.acquire(); alert("Image acquired"); } else alert("NO IMAGE WAS ACQUIRED"); } else alert("NO TWAIN DEVICE INSTALLED"); } after acquring how to transfer image into image control without saving in disk.this image control is html control. is it possible to transfer image into image control without saving in disk plzzz help me
-
Do you mean capturing a picture from webcam???
Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]
yes capturing a picture from webcam i was used TwainControlX for capturing a picture from webcam. i wrote some code: script language ="javascript" type ="text/javascript" > function runatdemo() { var fname; if(tcx1.devicecount>0) { tcx1.selectdevice(); alert("Device selection OK"); if(tcx1.connected) alert("Device connect OK"); tcx1.acquire(); alert("Image acquired"); } else alert("NO IMAGE WAS ACQUIRED"); } else alert("NO TWAIN DEVICE INSTALLED"); } after acquring how to transfer image into image control without saving in disk.this image control is html control. is it possible to transfer image into image control without saving in disk plzzz help me