Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

[1988] Capture Video

Last post 09-02-2007 8:16 PM by easytec. 20 replies.
Page 2 of 2 (21 items) < Previous 1 2
Sort Posts: Previous Next
  • 06-19-2005 11:21 AM In reply to

    HELP

    HEllo  i just wanna ask... that when i am using the clipboard to diplay or to use the WEbcam.. whenever the webcam is on i cant COPY n PASTE anything else... Anything copied cannot be paste... because everytime the images are being copied and pasted in the picture box. How do i resolve this issue..?? so that anything else can also be copied and paste.
    • Post Points: 0
  • Advertisement

    • Red Gate Software

    Advertisement

    Want to boost your .NET application performance?

    Some developers always seem to write efficient and lightening-fast code. What is their secret? It’s ANTS Profiler. “We improved the performance of the application up to 10 times” Dan Ports, Intrigma.

    Try it for yourself now.

  • 06-25-2005 8:52 AM In reply to

    • mjnarasu
    • Not Ranked
    • Joined on 06-25-2005
    • New Member
    • Points 5

    Video Capture in vb.net or C#

    Hi..

          I also want to know about video capturing using vb.net or in C#.


    Thanks and Regards
    Arasu.M
    • Post Points: 0
  • 07-27-2005 9:13 AM In reply to

    • Wajid
    • Not Ranked
    • Joined on 07-27-2005
    • New Member
    • Points 10

    How to use web cam in web page to view live video?

    Hi,
    I want to view live video from my home pc and web cam is installed in my office. So what should i do for? How can i view live video from a remote location?

    Thanks and regards,
    Wajid
    • Post Points: 0
  • 08-03-2005 5:34 PM In reply to

    • dopacio
    • Not Ranked
    • Joined on 08-03-2005
    • New Member
    • Points 20
    Quote:
    [1]Posted by Wajid on 27 Jul 2005 09:13 AM[/1]
    Hi,
    I want to view live video from my home pc and web cam is installed in my office. So what should i do for? How can i view live video from a remote location?

    Thanks and regards,
    Wajid


    I ask thesame thing

    I know i have to do a server in my home pc, but how i get the video in my office...

    this thing sure is applicable for security miscelaneus ^^

    • Post Points: 0
  • 07-11-2007 2:43 PM In reply to

    • Onel
    • Not Ranked
    • Joined on 07-11-2007
    • Philippines
    • New Member
    • Points 5

    Re: [1988] Capture Video

    Hello,

    How do i open the dialogue box for cameras or scanner? and how can i open and view .tif image  with VB codes.

    Hope i can find the answers.

    • Post Points: 5
  • 09-02-2007 8:16 PM In reply to

    • easytec
    • Not Ranked
    • Joined on 09-02-2007
    • United Kingdom
    • New Member
    • Points 5

    Re: [1988] Capture Video

    So, dating back to 1988 (or so I assumed), VB.NET does allow these features but in Windows Vista and VB.NET (to VC#.NET interpreter language), I don't know why people are asking the same question. Webcam streaming works via the driver, not the port. So therefore the standard Windows Shell Dynamic Link Libraries (WSDLLs) channel the webcam stream via the registered key from the driver which is stored in the WSDLLs of which Visual Studio has full access of.

    WSDLLs usually used the hWnd keys in the Operating System's registry. As webcams don't just work on the one operating system, most plug 'n' play webcams work on all OS' thus WSDLLs cannot work for webcams built on the Linux or Macintosh system.

    But now, with the driver technology, WSDLLs and other Operating System System libraries are included on the webcam. But please make sure, if this problem ever was to occur, how come it worked with the standard capturing video in applications like Media Suites and Instant-Messenging? So you would guess with Visual Studio, the framework that defies all challenges would work? Please make sure the webcam has the Universal system for Windows, Mac and probably Linux.

    I guess it would be easier to import the System Core Libraries (SCL) first before the class for easier access to the code.

    Thus the sample provided is outdated. I would recommend this sample I found online (instead of writing my own), click here. If the link did not work, paste the following URL into your browser's address bar (that is if your machine isn't that ancient): http://www.devx.com/dotnet/Article/30375?type=kbArticle&trk=MSCP

    So, dating back to 1988 (or so I assumed), VB.NET does allow these features but in Windows Vista and VB.NET (to VC#.NET interpreter language), I don't know why people are asking the same question. Webcam streaming works via the driver, not the port. So therefore the standard Windows Shell Dynamic Link Libraries (WSDLLs) channel the webcam stream via the registered key from the driver which is stored in the WSDLLs of which Visual Studio has full access of.

    WSDLLs usually used the hWnd keys in the Operating System's registry. As webcams don't just work on the one operating system, most plug 'n' play webcams work on all OS' thus WSDLLs cannot work for webcams built on the Linux or Macintosh system.

    But now, with the driver technology, WSDLLs and other Operating System System libraries are included on the webcam. But please make sure, if this problem ever was to occur, how come it worked with the standard capturing video in applications like Media Suites and Instant-Messenging? So you would guess with Visual Studio, the framework that defies all challenges would work? Please make sure the webcam has the Universal system for Windows, Mac and probably Linux.

    I guess it would be easier to import the System Core Libraries (SCL) first before the class for easier access to the code.

    Thus the sample provided is outdated. I would recommend this sample I found online (instead of writing my own), click here. If the link did not work, paste the following URL into your browser's address bar (that is if your machine isn't that ancient): http://www.devx.com/dotnet/Article/30375?type=kbArticle&trk=MSCP

    • Post Points: 5
Page 2 of 2 (21 items) < Previous 1 2