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. General Programming
  3. C#
  4. Integrate WebCam in ASPX

Integrate WebCam in ASPX

Scheduled Pinned Locked Moved C#
help
16 Posts 4 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.
  • L Lost User

    Did you register the DLL in your system?

    I must get a clever new signature for 2011.

    T Offline
    T Offline
    The_Collector
    wrote on last edited by
    #5

    yes i did... now i have another error... "ERROR GrabFrame() //Jpeg compression quality short nQuality = 45; //Shout a picture from my webcam CAMSERVERLib.Camera cam = new CAMSERVERLib.CameraClass(); byte[] picture = (byte[])cam.GrabFrame(nQuality); ---> "ERROR GrabFrame(). //Add the hour to the jpeg picture MemoryStream ms = new MemoryStream( picture ); Bitmap bmp = new Bitmap( ms );

    xxx

    L 1 Reply Last reply
    0
    • T The_Collector

      yes i did... now i have another error... "ERROR GrabFrame() //Jpeg compression quality short nQuality = 45; //Shout a picture from my webcam CAMSERVERLib.Camera cam = new CAMSERVERLib.CameraClass(); byte[] picture = (byte[])cam.GrabFrame(nQuality); ---> "ERROR GrabFrame(). //Add the hour to the jpeg picture MemoryStream ms = new MemoryStream( picture ); Bitmap bmp = new Bitmap( ms );

      xxx

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #6

      The_Collector wrote:

      now i have another error... "ERROR GrabFrame()

      What error?

      I must get a clever new signature for 2011.

      T 2 Replies Last reply
      0
      • T The_Collector

        Hello everyone, A lot of examples that are given in this type of problem but i didnt found the working solution. My problem is to create an ASPX page that will capture an image from a webcam. I know there its hard to find simple solution but i'l be asking f someone can provide me one simplified solution regarding this problem.. im no expert in writing a web page thing. thank you in advance.

        xxx

        R Offline
        R Offline
        RaviRanjanKr
        wrote on last edited by
        #7

        In addition tp pravin answer I also suggest you to go there[^] to download a sample application to learn how to capture image using webcam.

        T 1 Reply Last reply
        0
        • L Lost User

          The_Collector wrote:

          now i have another error... "ERROR GrabFrame()

          What error?

          I must get a clever new signature for 2011.

          T Offline
          T Offline
          The_Collector
          wrote on last edited by
          #8

          the words in BOLD is d ERRROR... "ERROR GrabFrame()"

          xxx

          L 1 Reply Last reply
          0
          • L Lost User

            The_Collector wrote:

            now i have another error... "ERROR GrabFrame()

            What error?

            I must get a clever new signature for 2011.

            T Offline
            T Offline
            The_Collector
            wrote on last edited by
            #9

            the words in BOLD is d ERRROR... "ERROR GrabFrame()"

            xxx

            1 Reply Last reply
            0
            • R RaviRanjanKr

              In addition tp pravin answer I also suggest you to go there[^] to download a sample application to learn how to capture image using webcam.

              T Offline
              T Offline
              The_Collector
              wrote on last edited by
              #10

              this is a windows application,,, Im looking for ASPX page. thank you

              xxx

              1 Reply Last reply
              0
              • T The_Collector

                the words in BOLD is d ERRROR... "ERROR GrabFrame()"

                xxx

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #11

                Well that makes it so much clearer.

                I must get a clever new signature for 2011.

                T 1 Reply Last reply
                0
                • L Lost User

                  Well that makes it so much clearer.

                  I must get a clever new signature for 2011.

                  T Offline
                  T Offline
                  The_Collector
                  wrote on last edited by
                  #12

                  i dont understand... but anyway, thanks for your effort.... just want to have a clearer answer on this things...

                  xxx

                  L 1 Reply Last reply
                  0
                  • T The_Collector

                    i dont understand... but anyway, thanks for your effort.... just want to have a clearer answer on this things...

                    xxx

                    L Offline
                    L Offline
                    Lost User
                    wrote on last edited by
                    #13

                    The_Collector wrote:

                    i dont understand...

                    Nor do I, all you have said is "the words in BOLD is d ERRROR... "ERROR GrabFrame()"", which tells us nothing. What error, what messages, what status codes, what exceptions, etc? People reading this cannot guess what happens on your system.

                    I must get a clever new signature for 2011.

                    T 1 Reply Last reply
                    0
                    • L Lost User

                      The_Collector wrote:

                      i dont understand...

                      Nor do I, all you have said is "the words in BOLD is d ERRROR... "ERROR GrabFrame()"", which tells us nothing. What error, what messages, what status codes, what exceptions, etc? People reading this cannot guess what happens on your system.

                      I must get a clever new signature for 2011.

                      T Offline
                      T Offline
                      The_Collector
                      wrote on last edited by
                      #14

                      its a camserver.dll which doesn't give any error numbers or description, just this error....

                      xxx

                      L 1 Reply Last reply
                      0
                      • T The_Collector

                        its a camserver.dll which doesn't give any error numbers or description, just this error....

                        xxx

                        L Offline
                        L Offline
                        Lost User
                        wrote on last edited by
                        #15

                        So how exactly do you think anyone can guess what the problem is? I suggest you go to the site or supplier of the DLL and ask them for more information.

                        I must get a clever new signature for 2011.

                        T 1 Reply Last reply
                        0
                        • L Lost User

                          So how exactly do you think anyone can guess what the problem is? I suggest you go to the site or supplier of the DLL and ask them for more information.

                          I must get a clever new signature for 2011.

                          T Offline
                          T Offline
                          The_Collector
                          wrote on last edited by
                          #16

                          i guess so... i'l try to reach d programmer of this dll or look for another dll.. thanks.

                          xxx

                          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