Webcam security camera software that runs as a service The 2019 Stack Overflow Developer...

Why is superheterodyning better than direct conversion?

Am I ethically obligated to go into work on an off day if the reason is sudden?

How did passengers keep warm on sail ships?

How to test the equality of two Pearson correlation coefficients computed from the same sample?

Road tyres vs "Street" tyres for charity ride on MTB Tandem

Can withdrawing asylum be illegal?

How to stretch delimiters to envolve matrices inside of a kbordermatrix?

Sort a list of pairs representing an acyclic, partial automorphism

"... to apply for a visa" or "... and applied for a visa"?

Scientific Reports - Significant Figures

How can I define good in a religion that claims no moral authority?

The following signatures were invalid: EXPKEYSIG 1397BC53640DB551

Can a novice safely splice in wire to lengthen 5V charging cable?

What's the point in a preamp?

What can I do if neighbor is blocking my solar panels intentionally?

What is special about square numbers here?

When did F become S in typeography, and why?

Are spiders unable to hurt humans, especially very small spiders?

Derivation tree not rendering

Difference between "generating set" and free product?

How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?

How to split my screen on my Macbook Air?

Does Parliament need to approve the new Brexit delay to 31 October 2019?

Take groceries in checked luggage



Webcam security camera software that runs as a service



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Recording from two Webcams simultaneously on one computerSimple Webcam Streaming SoftwareWebcam as a security cameraWebcam Security Software Running on Computer - Any OS?Windows 7 Webcam recording softwareWebcam capture softwareWindows Security Center service can't be startedHow would I use a webcam as a security camera?Lenovo webcam/camera option?How to convert raw 264 file to MP4 provided by Luowice IP camera?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







8















I've been looking for Windows webcam software that will run as a Windows service without any user login. The goal is to use the webcam as a cheap security camera and log the results to secure networked storage (windows share, not FTP). The requirements are:




  1. Motion detection

  2. Video capture

  3. Runs as a service (should start
    recording immediately after reboot)

  4. Nice to have: Round-robin
    storage, e.g. 10Gb limit, oldest
    files overwritten/deleted when space
    gets low


I've read the other webcam questions but still haven't stumbled across anything suitable.



Evaluations thus far:




Title MotionDetect Service Snapshots Video SpaceLimit License
Yawcam Yes Yes Yes No No GPL
WebCam ZoneTrigger Yes No Yes Yes No Commercial
Dorgem Yes No Yes Yes No GPL
AbelCam Yes No Yes Yes No Commercial
Logitech Yes No Yes Yes No Paired with camera
IspyConnect Yes No Yes Yes Yes Free
SecureCam (SourcefoYes No Yes Yes No GPL
AbelCam Yes No Yes Yes No Commercial
Active WebCam Yes Yes(?) Yes Yes Volume Free Commercial
WebCam Surveyor Yes No Yes Yes No Commercial
WebCamsPy NA NA NA NA NA GPL

Camera: Logitech Webcam Pro 9000
Windows 7 32-bit
WebCamsPy failed to initialize so couldn't be tested


So far, the contenders:




  • Active Webcam comes the closest, and claims to run as a service, but i haven't been able to get it to record after a cold boot even though a service is running.

  • Yawcam can be set up as a service but doesn't record video.

  • IspyConnect has exactly the type of space limit I want and looks great, but doesn't run as a service (seems also to be a bit of a cpu hog)


Any other suggestions? I'm locked into Windows so can't use linux Motion, which looks almost perfect. Any pointers to rich Windows webcam/motion detection libraries out there that could easily be turned into a command line program would also be appreciated.










share|improve this question




















  • 1





    Not an exact answer, but there are utilities to run non-service apps as a service. Check out MS's Srvany.exe (support.microsoft.com/kb/137890), or perhaps application-as-service.com

    – Ƭᴇcʜιᴇ007
    Jun 16 '11 at 20:54













  • Good idea, I'll see if srvany works with Ispyconnect.

    – hurfdurf
    Jun 16 '11 at 21:53











  • One note - the yawcam service seems to stop upon any logout event on XP (even when running as a different user). Win7 works fine.

    – hurfdurf
    Jun 21 '11 at 1:05


















8















I've been looking for Windows webcam software that will run as a Windows service without any user login. The goal is to use the webcam as a cheap security camera and log the results to secure networked storage (windows share, not FTP). The requirements are:




  1. Motion detection

  2. Video capture

  3. Runs as a service (should start
    recording immediately after reboot)

  4. Nice to have: Round-robin
    storage, e.g. 10Gb limit, oldest
    files overwritten/deleted when space
    gets low


I've read the other webcam questions but still haven't stumbled across anything suitable.



Evaluations thus far:




Title MotionDetect Service Snapshots Video SpaceLimit License
Yawcam Yes Yes Yes No No GPL
WebCam ZoneTrigger Yes No Yes Yes No Commercial
Dorgem Yes No Yes Yes No GPL
AbelCam Yes No Yes Yes No Commercial
Logitech Yes No Yes Yes No Paired with camera
IspyConnect Yes No Yes Yes Yes Free
SecureCam (SourcefoYes No Yes Yes No GPL
AbelCam Yes No Yes Yes No Commercial
Active WebCam Yes Yes(?) Yes Yes Volume Free Commercial
WebCam Surveyor Yes No Yes Yes No Commercial
WebCamsPy NA NA NA NA NA GPL

Camera: Logitech Webcam Pro 9000
Windows 7 32-bit
WebCamsPy failed to initialize so couldn't be tested


So far, the contenders:




  • Active Webcam comes the closest, and claims to run as a service, but i haven't been able to get it to record after a cold boot even though a service is running.

  • Yawcam can be set up as a service but doesn't record video.

  • IspyConnect has exactly the type of space limit I want and looks great, but doesn't run as a service (seems also to be a bit of a cpu hog)


Any other suggestions? I'm locked into Windows so can't use linux Motion, which looks almost perfect. Any pointers to rich Windows webcam/motion detection libraries out there that could easily be turned into a command line program would also be appreciated.










share|improve this question




















  • 1





    Not an exact answer, but there are utilities to run non-service apps as a service. Check out MS's Srvany.exe (support.microsoft.com/kb/137890), or perhaps application-as-service.com

    – Ƭᴇcʜιᴇ007
    Jun 16 '11 at 20:54













  • Good idea, I'll see if srvany works with Ispyconnect.

    – hurfdurf
    Jun 16 '11 at 21:53











  • One note - the yawcam service seems to stop upon any logout event on XP (even when running as a different user). Win7 works fine.

    – hurfdurf
    Jun 21 '11 at 1:05














8












8








8


2






I've been looking for Windows webcam software that will run as a Windows service without any user login. The goal is to use the webcam as a cheap security camera and log the results to secure networked storage (windows share, not FTP). The requirements are:




  1. Motion detection

  2. Video capture

  3. Runs as a service (should start
    recording immediately after reboot)

  4. Nice to have: Round-robin
    storage, e.g. 10Gb limit, oldest
    files overwritten/deleted when space
    gets low


I've read the other webcam questions but still haven't stumbled across anything suitable.



Evaluations thus far:




Title MotionDetect Service Snapshots Video SpaceLimit License
Yawcam Yes Yes Yes No No GPL
WebCam ZoneTrigger Yes No Yes Yes No Commercial
Dorgem Yes No Yes Yes No GPL
AbelCam Yes No Yes Yes No Commercial
Logitech Yes No Yes Yes No Paired with camera
IspyConnect Yes No Yes Yes Yes Free
SecureCam (SourcefoYes No Yes Yes No GPL
AbelCam Yes No Yes Yes No Commercial
Active WebCam Yes Yes(?) Yes Yes Volume Free Commercial
WebCam Surveyor Yes No Yes Yes No Commercial
WebCamsPy NA NA NA NA NA GPL

Camera: Logitech Webcam Pro 9000
Windows 7 32-bit
WebCamsPy failed to initialize so couldn't be tested


So far, the contenders:




  • Active Webcam comes the closest, and claims to run as a service, but i haven't been able to get it to record after a cold boot even though a service is running.

  • Yawcam can be set up as a service but doesn't record video.

  • IspyConnect has exactly the type of space limit I want and looks great, but doesn't run as a service (seems also to be a bit of a cpu hog)


Any other suggestions? I'm locked into Windows so can't use linux Motion, which looks almost perfect. Any pointers to rich Windows webcam/motion detection libraries out there that could easily be turned into a command line program would also be appreciated.










share|improve this question
















I've been looking for Windows webcam software that will run as a Windows service without any user login. The goal is to use the webcam as a cheap security camera and log the results to secure networked storage (windows share, not FTP). The requirements are:




  1. Motion detection

  2. Video capture

  3. Runs as a service (should start
    recording immediately after reboot)

  4. Nice to have: Round-robin
    storage, e.g. 10Gb limit, oldest
    files overwritten/deleted when space
    gets low


I've read the other webcam questions but still haven't stumbled across anything suitable.



Evaluations thus far:




Title MotionDetect Service Snapshots Video SpaceLimit License
Yawcam Yes Yes Yes No No GPL
WebCam ZoneTrigger Yes No Yes Yes No Commercial
Dorgem Yes No Yes Yes No GPL
AbelCam Yes No Yes Yes No Commercial
Logitech Yes No Yes Yes No Paired with camera
IspyConnect Yes No Yes Yes Yes Free
SecureCam (SourcefoYes No Yes Yes No GPL
AbelCam Yes No Yes Yes No Commercial
Active WebCam Yes Yes(?) Yes Yes Volume Free Commercial
WebCam Surveyor Yes No Yes Yes No Commercial
WebCamsPy NA NA NA NA NA GPL

Camera: Logitech Webcam Pro 9000
Windows 7 32-bit
WebCamsPy failed to initialize so couldn't be tested


So far, the contenders:




  • Active Webcam comes the closest, and claims to run as a service, but i haven't been able to get it to record after a cold boot even though a service is running.

  • Yawcam can be set up as a service but doesn't record video.

  • IspyConnect has exactly the type of space limit I want and looks great, but doesn't run as a service (seems also to be a bit of a cpu hog)


Any other suggestions? I'm locked into Windows so can't use linux Motion, which looks almost perfect. Any pointers to rich Windows webcam/motion detection libraries out there that could easily be turned into a command line program would also be appreciated.







windows video security services webcam






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jun 16 '11 at 21:44









Flimzy

3,9701237




3,9701237










asked Jun 16 '11 at 19:36









hurfdurfhurfdurf

154114




154114








  • 1





    Not an exact answer, but there are utilities to run non-service apps as a service. Check out MS's Srvany.exe (support.microsoft.com/kb/137890), or perhaps application-as-service.com

    – Ƭᴇcʜιᴇ007
    Jun 16 '11 at 20:54













  • Good idea, I'll see if srvany works with Ispyconnect.

    – hurfdurf
    Jun 16 '11 at 21:53











  • One note - the yawcam service seems to stop upon any logout event on XP (even when running as a different user). Win7 works fine.

    – hurfdurf
    Jun 21 '11 at 1:05














  • 1





    Not an exact answer, but there are utilities to run non-service apps as a service. Check out MS's Srvany.exe (support.microsoft.com/kb/137890), or perhaps application-as-service.com

    – Ƭᴇcʜιᴇ007
    Jun 16 '11 at 20:54













  • Good idea, I'll see if srvany works with Ispyconnect.

    – hurfdurf
    Jun 16 '11 at 21:53











  • One note - the yawcam service seems to stop upon any logout event on XP (even when running as a different user). Win7 works fine.

    – hurfdurf
    Jun 21 '11 at 1:05








1




1





Not an exact answer, but there are utilities to run non-service apps as a service. Check out MS's Srvany.exe (support.microsoft.com/kb/137890), or perhaps application-as-service.com

– Ƭᴇcʜιᴇ007
Jun 16 '11 at 20:54







Not an exact answer, but there are utilities to run non-service apps as a service. Check out MS's Srvany.exe (support.microsoft.com/kb/137890), or perhaps application-as-service.com

– Ƭᴇcʜιᴇ007
Jun 16 '11 at 20:54















Good idea, I'll see if srvany works with Ispyconnect.

– hurfdurf
Jun 16 '11 at 21:53





Good idea, I'll see if srvany works with Ispyconnect.

– hurfdurf
Jun 16 '11 at 21:53













One note - the yawcam service seems to stop upon any logout event on XP (even when running as a different user). Win7 works fine.

– hurfdurf
Jun 21 '11 at 1:05





One note - the yawcam service seems to stop upon any logout event on XP (even when running as a different user). Win7 works fine.

– hurfdurf
Jun 21 '11 at 1:05










4 Answers
4






active

oldest

votes


















3














ContaCam is freeware, has motion detection, can be run as a service, has automatic file cleanup etc.




This Free Video Surveillance and Live Webcam software for Windows is extremely easy on system resources, and does not contain unnecessary bloat. It is fast, light, and versatile enough to meet all your security needs while still being very user friendly and able to run on even the most moderate systems.



An easy three steps Assistant is provided:




  1. Decide for the usage (security surveillance, live snapshot webcam or manual records / snapshots)

  2. Enter a friendly camera name, choose the web appearance & language
    (English, Spanish, Portuguese, French, Italian, German, Russian, Slovak, Czech, Dutch, Bulgarian)

  3. Configure how long to keep the files on your hard disk




Screenshots



Device Assistant



ss of device dialog



Cameras



ss cameras



Web UI



ss of web






share|improve this answer

































    1














    Haven't tried this, but it does say it will run as a service: http://www.webcamxp.com/home.aspx






    share|improve this answer































      1














      One excellent tool that will fulfill all your requirements is - "WebCam Monitor". This app automatically records video, captures photos, and sends you email and SMS notifications when motion is detected. You can also set it to auto delete oldest files when space is low. I am using it to monitor my home and it works better than other apps I tried before. Give it a try, you will like it.
      https://www.deskshare.com/wcm.aspx






      share|improve this answer








      New contributor




      Sarin Samuel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




























        0














        May be this one (never tested): Yawcam




        «It is also possible to run Yawcam as a Windows service. Yawcam will
        then run invisible in the background and start even before a uses logs
        in to the computer»




        http://www.yawcam.com/






        share|improve this answer
























          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f298209%2fwebcam-security-camera-software-that-runs-as-a-service%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          4 Answers
          4






          active

          oldest

          votes








          4 Answers
          4






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          3














          ContaCam is freeware, has motion detection, can be run as a service, has automatic file cleanup etc.




          This Free Video Surveillance and Live Webcam software for Windows is extremely easy on system resources, and does not contain unnecessary bloat. It is fast, light, and versatile enough to meet all your security needs while still being very user friendly and able to run on even the most moderate systems.



          An easy three steps Assistant is provided:




          1. Decide for the usage (security surveillance, live snapshot webcam or manual records / snapshots)

          2. Enter a friendly camera name, choose the web appearance & language
            (English, Spanish, Portuguese, French, Italian, German, Russian, Slovak, Czech, Dutch, Bulgarian)

          3. Configure how long to keep the files on your hard disk




          Screenshots



          Device Assistant



          ss of device dialog



          Cameras



          ss cameras



          Web UI



          ss of web






          share|improve this answer






























            3














            ContaCam is freeware, has motion detection, can be run as a service, has automatic file cleanup etc.




            This Free Video Surveillance and Live Webcam software for Windows is extremely easy on system resources, and does not contain unnecessary bloat. It is fast, light, and versatile enough to meet all your security needs while still being very user friendly and able to run on even the most moderate systems.



            An easy three steps Assistant is provided:




            1. Decide for the usage (security surveillance, live snapshot webcam or manual records / snapshots)

            2. Enter a friendly camera name, choose the web appearance & language
              (English, Spanish, Portuguese, French, Italian, German, Russian, Slovak, Czech, Dutch, Bulgarian)

            3. Configure how long to keep the files on your hard disk




            Screenshots



            Device Assistant



            ss of device dialog



            Cameras



            ss cameras



            Web UI



            ss of web






            share|improve this answer




























              3












              3








              3







              ContaCam is freeware, has motion detection, can be run as a service, has automatic file cleanup etc.




              This Free Video Surveillance and Live Webcam software for Windows is extremely easy on system resources, and does not contain unnecessary bloat. It is fast, light, and versatile enough to meet all your security needs while still being very user friendly and able to run on even the most moderate systems.



              An easy three steps Assistant is provided:




              1. Decide for the usage (security surveillance, live snapshot webcam or manual records / snapshots)

              2. Enter a friendly camera name, choose the web appearance & language
                (English, Spanish, Portuguese, French, Italian, German, Russian, Slovak, Czech, Dutch, Bulgarian)

              3. Configure how long to keep the files on your hard disk




              Screenshots



              Device Assistant



              ss of device dialog



              Cameras



              ss cameras



              Web UI



              ss of web






              share|improve this answer















              ContaCam is freeware, has motion detection, can be run as a service, has automatic file cleanup etc.




              This Free Video Surveillance and Live Webcam software for Windows is extremely easy on system resources, and does not contain unnecessary bloat. It is fast, light, and versatile enough to meet all your security needs while still being very user friendly and able to run on even the most moderate systems.



              An easy three steps Assistant is provided:




              1. Decide for the usage (security surveillance, live snapshot webcam or manual records / snapshots)

              2. Enter a friendly camera name, choose the web appearance & language
                (English, Spanish, Portuguese, French, Italian, German, Russian, Slovak, Czech, Dutch, Bulgarian)

              3. Configure how long to keep the files on your hard disk




              Screenshots



              Device Assistant



              ss of device dialog



              Cameras



              ss cameras



              Web UI



              ss of web







              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Dec 21 '16 at 13:01









              Ste

              33




              33










              answered Feb 12 '13 at 12:40









              Robert PaloutzianRobert Paloutzian

              312




              312

























                  1














                  Haven't tried this, but it does say it will run as a service: http://www.webcamxp.com/home.aspx






                  share|improve this answer




























                    1














                    Haven't tried this, but it does say it will run as a service: http://www.webcamxp.com/home.aspx






                    share|improve this answer


























                      1












                      1








                      1







                      Haven't tried this, but it does say it will run as a service: http://www.webcamxp.com/home.aspx






                      share|improve this answer













                      Haven't tried this, but it does say it will run as a service: http://www.webcamxp.com/home.aspx







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Jun 19 '11 at 1:10









                      ThatGuyInITThatGuyInIT

                      76437




                      76437























                          1














                          One excellent tool that will fulfill all your requirements is - "WebCam Monitor". This app automatically records video, captures photos, and sends you email and SMS notifications when motion is detected. You can also set it to auto delete oldest files when space is low. I am using it to monitor my home and it works better than other apps I tried before. Give it a try, you will like it.
                          https://www.deskshare.com/wcm.aspx






                          share|improve this answer








                          New contributor




                          Sarin Samuel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.

























                            1














                            One excellent tool that will fulfill all your requirements is - "WebCam Monitor". This app automatically records video, captures photos, and sends you email and SMS notifications when motion is detected. You can also set it to auto delete oldest files when space is low. I am using it to monitor my home and it works better than other apps I tried before. Give it a try, you will like it.
                            https://www.deskshare.com/wcm.aspx






                            share|improve this answer








                            New contributor




                            Sarin Samuel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.























                              1












                              1








                              1







                              One excellent tool that will fulfill all your requirements is - "WebCam Monitor". This app automatically records video, captures photos, and sends you email and SMS notifications when motion is detected. You can also set it to auto delete oldest files when space is low. I am using it to monitor my home and it works better than other apps I tried before. Give it a try, you will like it.
                              https://www.deskshare.com/wcm.aspx






                              share|improve this answer








                              New contributor




                              Sarin Samuel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                              Check out our Code of Conduct.










                              One excellent tool that will fulfill all your requirements is - "WebCam Monitor". This app automatically records video, captures photos, and sends you email and SMS notifications when motion is detected. You can also set it to auto delete oldest files when space is low. I am using it to monitor my home and it works better than other apps I tried before. Give it a try, you will like it.
                              https://www.deskshare.com/wcm.aspx







                              share|improve this answer








                              New contributor




                              Sarin Samuel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                              Check out our Code of Conduct.









                              share|improve this answer



                              share|improve this answer






                              New contributor




                              Sarin Samuel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                              Check out our Code of Conduct.









                              answered yesterday









                              Sarin SamuelSarin Samuel

                              91




                              91




                              New contributor




                              Sarin Samuel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                              Check out our Code of Conduct.





                              New contributor





                              Sarin Samuel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                              Check out our Code of Conduct.






                              Sarin Samuel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                              Check out our Code of Conduct.























                                  0














                                  May be this one (never tested): Yawcam




                                  «It is also possible to run Yawcam as a Windows service. Yawcam will
                                  then run invisible in the background and start even before a uses logs
                                  in to the computer»




                                  http://www.yawcam.com/






                                  share|improve this answer




























                                    0














                                    May be this one (never tested): Yawcam




                                    «It is also possible to run Yawcam as a Windows service. Yawcam will
                                    then run invisible in the background and start even before a uses logs
                                    in to the computer»




                                    http://www.yawcam.com/






                                    share|improve this answer


























                                      0












                                      0








                                      0







                                      May be this one (never tested): Yawcam




                                      «It is also possible to run Yawcam as a Windows service. Yawcam will
                                      then run invisible in the background and start even before a uses logs
                                      in to the computer»




                                      http://www.yawcam.com/






                                      share|improve this answer













                                      May be this one (never tested): Yawcam




                                      «It is also possible to run Yawcam as a Windows service. Yawcam will
                                      then run invisible in the background and start even before a uses logs
                                      in to the computer»




                                      http://www.yawcam.com/







                                      share|improve this answer












                                      share|improve this answer



                                      share|improve this answer










                                      answered Jul 7 '12 at 6:47









                                      climenoleclimenole

                                      2,95011429




                                      2,95011429






























                                          draft saved

                                          draft discarded




















































                                          Thanks for contributing an answer to Super User!


                                          • Please be sure to answer the question. Provide details and share your research!

                                          But avoid



                                          • Asking for help, clarification, or responding to other answers.

                                          • Making statements based on opinion; back them up with references or personal experience.


                                          To learn more, see our tips on writing great answers.




                                          draft saved


                                          draft discarded














                                          StackExchange.ready(
                                          function () {
                                          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f298209%2fwebcam-security-camera-software-that-runs-as-a-service%23new-answer', 'question_page');
                                          }
                                          );

                                          Post as a guest















                                          Required, but never shown





















































                                          Required, but never shown














                                          Required, but never shown












                                          Required, but never shown







                                          Required, but never shown

































                                          Required, but never shown














                                          Required, but never shown












                                          Required, but never shown







                                          Required, but never shown







                                          Popular posts from this blog

                                          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

                                          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

                                          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...