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. 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 acquire 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
-
hello alll After capturing the image,how to transfer the image to image control with picture property using java script plzzzzzzz help me. 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 acquire 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
-
hello alll After capturing the image,how to transfer the image to image control with picture property using java script plzzzzzzz help me. 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 acquire 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
Please have a look here. I hope it could be usefull to you. http://www.webdeveloper.com/forum/showthread.php?t=175071 http://www.extjs.com/forum/showthread.php?t=58110
Thanks, Arindam D Tewary