Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. After capturing the image,how to transfer the image to image control with picture property using java script

After capturing the image,how to transfer the image to image control with picture property using java script

Scheduled Pinned Locked Moved ASP.NET
javajavascripthtmltoolshelp
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vbmadhavi
    wrote on last edited by
    #1

    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

    P A 2 Replies Last reply
    0
    • V vbmadhavi

      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

      P Offline
      P Offline
      PSK_
      wrote on last edited by
      #2

      Have you gone through the TwainControlX API documentation? Try contacting the support team.

      Regards, Prakash Kalakoti

      1 Reply Last reply
      0
      • V vbmadhavi

        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

        A Offline
        A Offline
        Arindam Tewary
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups