Start Patrol not Starting Patrol on PVC300 Cameras

No matter what I try, we cannot get the our PVC300 cameras to "patrol".  This is the case in both the web interface as well as the Cisco video monitoring and recording application.
I have built lists of preset points but the camera never moves when it hit "start patrol".
It works find on "auto pan".
Any ideas most appreciated.

After you "add" the positions, they will all be in the left box. You'll need to highlight each position and click on "select" so they are also on the right box. The position of each position will be the sequence of your patrol. Click on "save" and go to your home page, click "patrol" and it should go through all the positions one cycle.
Alan.

Similar Messages

  • Don't know how to start instant messaging with camera

    Hello to the Mac Family,
    Once again I am stuck while trying to help my son.
    He is on Winter break,,His girlfriend is on the West Coast..He is
    on the East Coast.
    So dad (me) went and bought him a web camera. I figured
    they could chat as usaul using AOL instant messanger, but add video
    to it. The Camera is a "rocketfish"notebook web cam about $50.00 US.
    I tried to phone them and checked their web site. No answer on phone
    and web-site not very functional.
    The camera came with a CD. In the CD is several apps for PC that look
    like controllers for the camera..thing like zoom rotate etc.
    The only thing on the CD is a driver for the camera that is for 10.2 or higher.
    His computer - G-4 I-Book runninng 10.4
    Her computer - Some PC notebook about a year old (Not sure of OS.
    Well now for the hard stuff....How do we start using the camera?
    I sign on to IM using my slot load 350 running 10.2.
    He connects to IM using the I-book. We do a direct connect and that is fine but
    we don't know what else to do.
    Not sure how to turn on the camera..it is usb powered.
    We are stumped....Searching on th web has not helped me at all.
    We are stuck.....Please help an old fool trying to keep
    romance growing..
    Happy New Year.....mGb.......Jim

    Hello Ralph,
    I am back and still trying.
    "In the meantime go to System Preferences > Accounts
    GO to the Admin account (hopefully you) and check the Login items
    Does this list the Camera Monitor or does the Desk Top item launch the app (Is it already launched in the background ?)"
    I went to system prefs and the camera and/or monitor are not listed as Login items.
    The camera monitor is an icon that is siiting on the desktop. After I plug in the camera, I double click
    the monitor icon and it opens a window. When it works correct the window is about 3x3 inches.
    It does have prefs to adjust video etc.
    The problem is ..most of the time when I double click the moitor icon, the smaller box appears. It is
    about 3" wide and 1/4" tall. It is like just a menu bar with no window showing the actual
    picture. The way I get it to work is go to the system profiler and highlight the camera. Then with this highlighted I open the monitor and see the camera video. My son seems to remember reading
    that when the camera is plugged in..the monitor window should open automatically. This never
    has happened. The only way I get the monitor to show is to double click it' s icon and open the app.
    When the camera is showing a picture in the monitor, we open I-Movie to see if it will see the camera.
    We make sure we hit the switch you highlited.. It says no camera installed. The only positive is that
    it always shows in the system profiler.
    If this was on a mac using 9.2 I would say it was an extension conflict and I would create a set of
    extensions using the extension manager and try to solve the problem. But this is X and I am pretty
    dumb about it.
    I just don't know if I should return the camera and try a different brand or what.
    I don't give up easy but this is hard....Thanks for you kind efforts.....Jim

  • Hang/delay starting up multiple USB cameras?

    This one has been going on for a while, but it's been inonsistent in behavior with different computers and different configurations.
    Our Flex application uses two cameras, user selectable from our interface.  I've got a stripped down version of the code (done as a web app from Flash Builder) that I've pasted below.  It has two dropdowns to select the cameras, and a preview display area for the selected camera.
    It appears that, depending on the USB bus configuration and where the cameras are, it will either work correctly or hang for an indeterminate amount of time (usually over 30 seconds) when a second USB camera is selected.  I've been able to reproduce this fairly consistently if both cameras are plugged into a hub.  On other computers in our office, it will work with the cameras plugged into one set of ports but hang when one of the cameras is moved to another port.
    Another note, if I leave the camera in default mode (320x240, 15FPS) everything seems to work consistently.  If I leave the resolution at 320x240 and change the frame rate to 30FPS, it also works.  However, if I change the resolution to 640x480, it will have the delay.
    Any suggestions on this?  Yes, we need to have both cameras, and yes they need to be 640x480.
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx"
                   minWidth="955" minHeight="600"
                   creationComplete="onInit(event)">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <fx:Script>
            <![CDATA[
                import mx.collections.ArrayList;
                import mx.events.FlexEvent;
                import spark.events.IndexChangeEvent;
                [Bindable] private var cameraList:ArrayList;
                protected function onInit(event:FlexEvent):void {
                    cameraList = new ArrayList(Camera.names);
                protected function onCamera1Change(event:IndexChangeEvent):void {
                    var cam:Camera = Camera.getCamera(event.newIndex.toString());
                    cam.setMode(640, 480, 15);
                    cam1Preview.attachCamera(cam);
                protected function onCamera2Change(event:IndexChangeEvent):void {
                    var cam:Camera = Camera.getCamera(event.newIndex.toString());
                    cam.setMode(640, 480, 15);
                    cam2Preview.attachCamera(cam);
            ]]>
        </fx:Script>
        <s:HGroup width="100%" height="100%" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" gap="10">
            <s:VGroup width="100%" height="100%" horizontalAlign="center" gap="10">
                <s:Label text="Camera 1"/>
                <s:DropDownList id="cam1List" dataProvider="{cameraList}" change="onCamera1Change(event)" width="100%"/>
                <mx:VideoDisplay id="cam1Preview" width="320" height="240"/>
            </s:VGroup>
            <s:VGroup width="100%" height="100%" horizontalAlign="center" gap="10">
                <s:Label text="Camera 2"/>
                <s:DropDownList id="cam2List" dataProvider="{cameraList}" change="onCamera2Change(event)" width="100%"/>
                <mx:VideoDisplay id="cam2Preview" width="320" height="240"/>
            </s:VGroup>
        </s:HGroup>
    </s:Application>

    Dear everyXnewXday,
    I'm as mystified as you are. This sounds exactly like my issue. Have you tried starting up in Verbose mode (hold down cmd-V on startup)? This will give you a running log of events that occur during startup, and may indicate where errors are occurring that the operating system has to resolve or work around in order to proceed. I'm no expert in interpreting this information, though, which is why I posted this question in the event others have ideas about how to reduce the amount of computational "red tape."
    Do you have many external drives or other peripherals connected to your computer? One thing I have noticed in the startup sequence is that the OS has some difficulty recognizing or mounting some of them (in particular, a Seagate FreeAgent USB drive). Not sure if this is a driver issue, but I believe I have the most current drivers for all my external drives.
    - K725

  • Using Lightroom 4 w/ Windows 7.  Recently started shooting w/ Sony camera .arw files.  Lightroom cannot read the files.  Loaded Adobe converter program onto the computer and this program cannot read the files either.  Any suggestions?

    Using Lightroom 4 w/ Windows 7.  Recently started shooting w/ Sony camera that shoots .arw files.  Lightroom cannot read the files.  Loaded Adobe converter program onto the computer and this program cannot read the files either.  Any suggestions?

    Thnx again for the reply.  The version of Lightroom I have is 4.0  (working w/Windows 7)  This computer and all media files are kept off-line After doing more research, I downloaded DNG Converter 7.1This loaded into a .zip folder, which I am planning to install into the off-line computer andrun.  Where does this folder go?
    And will this set up work with my version of Lightroom?
    What a pain.  Makes me wanna go back to shooting .nef files for all stills
    Thnx

  • Bridge will not now let me use camera raw, though I had been using it every day.  It says that "the parent application is not active.  Bridge requires that a qualifiying product has  been launched at least once to enable this feature."  What am I to do?

    Bridge will not now let me use camera raw, though I have been using it every day.  It ways that "the parent application is not active.  Bridge requires that a qualifiying product has  been launched at least once to enable this feature."  What am I to do?

    Usually this points to having some kind of earlier trial version still installed on your system. However without more details you are not likely to find an answer. Try this for a start:
    How To Get Help Quickly

  • Windows XP not recognizing the iphone still camera

    I have been using successfully iphone (2G) with itunes and photoshop. For last 1 week when i updated the itunes to 8 and iphone to 2.0.2, windows does not recognize the digital still camera. Hence photoshop and picassa can't detect iphone and i can't sync photos from iphone to photoshop and vice versa.
    It is working perfectly fine on other PCs. I know that there is something wrong with my windows or iphone drives but can't figure out what.
    Itunes is able to detect the iphone and can sync seamlessly. Can anyone help whats going wrong.

    One thing that might help.
    When the iphone is connected to the computer, click on start.
    Then right click on My Computer and choose Manage.
    In the computer management window, click device manager on the left hand side.
    The to right, look to see if there are any items with exclimation marks or red x.
    If one is the iphone or under imaging devices, try reloading the driver or delete is.
    If you delete it, disconnect the iphone and reconnect.
    Hope this helps.

  • Photos I did not take appear in my camera roll

    This has happened twice to me this week. The first incident was last Thursday, I was looking through my camera roll (not photostream) and saw three pictures that I did not take. They were photos saved from the internet, as one of them was a 9gag meme. I was at the office that time so I guessed one of my officemates fooled around with my phone maybe. I didn't think anything of it. Then this morning, I woke up and found two more pictures on my camera roll that I didn't take. One photo was a picture of a windows desktop, which is weird because there aren't any windows computers in my household. Plus, I did not go out last night or anything, so my phone was with me the whole time. This is starting to worry me because this may be a security issue. Can a someone hack into my phone remotely and save photos into my camera roll? It's either that or I have a trigger happy alter-ego...
    Any help would be greatly appreciated.

    FINALLY somebody having the same problem as mine. Thank you for sharing that, made me feel so much saner! It recently happened to me again, but I noticed that the photos came from a group chat on the WhatsApp app i have. Apparently when I open the conversation, some of the photos get saved to my camera roll. But still, not all the random photos came from WhatsApp. There are still some photos that just "magically" appear.
    I really hope some explanation can be made. I'm sure we're not the only two with this problem.

  • I used a third party programme called Mackeeper UGHHH,it moved loads of files to the trash now i do not know where they originally came from or belong!! the put back option is in grey??how can i manually put these files back where they belong?SO upset!!

    I used a third party programme called Mackeeper UGHHH SOOO Stupid i know,it moved loads of files to the trash now i do not know where they originally came from or belong!! the put back option is in grey??and will not work even when i highlight one by one!!
    how can i manually put these files back where they belong?
    i know i should have used time machine but i have not set it up and its too late for that now
    i have been researching and racking my brain on how to put these folders and contents of them back to where they once were all of the contents of the folder are still in tact AND i have not emptied my trash,my programmes and some of my apps are not working properly now...i use my computer alot for making music and things are jumbled up now...
    is there anyone out there who knows the answer to my prayers on how to go about putting these folders/files back to where they came from to restore functionality to my mac..Yes and thank u if u were going to tell me i HAVE un installed mackeeper...A very sad and upset Mac user!! Cheers Shane

    hello there thank u so much for ur reply!! ok i uninstalled mackeeper now and the put back option is still in grey im so confused...i tried restarting my computer like u said and put back still in grey??!! the files that are in my trash are everything from Accounts,address book plug-ins,address book,adobe,aim.........then stuff like apple,Audio,....to caches color pickers,colors,com.apple.TCC,to DVD player to facebook,google to ilifemedia browser to itunes to keychains to movie effects,preferences printers to skype...my Native instruments files BUT not all of them my garage band but not all of it...it seriously looks like my whole library is in the trash i tried to put things back where i THINK they belong and it just added the item or folder under where i thought it went and didnt restore functionality to for instance google chrome and all my book marks are there....they seem to be only certain things from my library that would have added some functionality to apps and programmes like my garageband is missing stuff photobooth wont work so on.......kinda looks a bit like this thats only the half of it!! Cheers shane!!!

  • My iPhone 5 rear camera was not working, now the rear camera is also not working. I have procured the phone in 2012 from San Fransico. USA Can anyone help me, please?

    My iPhone 5 rear camera was not working, now the rear camera is also not working. I have procured the phone in 2012 from San Fransico. USA Can anyone help me, please?

    No one here can help you. If your phone is no longer under warranty, a third-party repair shop will most likely be your best bet. You can't mail the phone to Apple, in the US, as Apple does not accept international shipments. You could mail it to a friend/relative, in the US, & they could take it to an Apple store for you. Some Apple stores repair iPhones. Otherwise, you're looking at an out of warranty replacement.
    Good luck.

  • IPod Touch not showing up as a camera or removable disc, can't get photos

    My iPod Touch 4 is not showing up as a camera device or as a removable disk drive so I cannot pull photos and videos from Camera Roll. I prefer this over email because I don't want compressed versions. The driver in device manager indicates it's up to date. iTunes is able to sync this iPod just fine and if I try this iPod on a different Windows 7 computer it shows up properly. I believe this was working at one point though not 100% sure. Ideas?

    Thank you. The hint in this troubleshooting guide to restart the Apple Mobile Device service was a good one. That didn't actually work but it reminded me to try rebooting. Who would have thought that a 20+ year Windows user wouldn't try that first but honestly Windows 7 is so much more stable than any older version that I'm completely broken of that habit and it didn't even occur to me.

  • HT4235 my iphone 4 wont connect to my laptop (windows 8) via usb but it will however register that it is there via 'photos' im not using the cable that came with my phone, does that affect the connection? i just want it to connect to my itunes again!!!

    my iphone 4 wont connect to my laptop (windows 8) via usb but it will however register that it is there via 'photos' im not using the cable that came with my phone, does that affect the connection?
    i just want it to connect to my itunes again!!!
    Thank you to anyone and everyone that manages to help!

    Hello webster995,
    Thank you for the details of the issue you are experiencing with your iPhone not appearing in iTunes.  I recommend following the steps in the article below to troubleshoot the issue you described:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • After using PS CS6 for well over a year, Bridge now will not open RAW images in Camera Raw, although

    After using PS CS6 for well over a year, Bridge now will not open RAW images in Camera Raw, although Photoshop does. When I try to open them in Bridge, I receive a popup message that says that it "requires that a qualifying product has been launched at least once to enable this feature." Obviously, I have done so hundreds of times since installing and activating CS6. What gives, and how do I fix it?

    Things have now become significantly worse!
    Now when I try to open anything from Bridge, or try to open PhotoShop at all, I receive a popup that gives me 2 options: 1) License PS CC, or 2) continue with my trial of PS CC.
    So far as I know, I have not downloaded any trial of anything from Adobe in many months. In fact, I have no interest in PS CC. I wish simply to use PS CS6.
    I have uninstalled my Adobe Creative Suite 6 Design Standard, of which my PS CS is a part, and reinstalled it but I still am blocked from using my properly licensed programs.
    Please advise.
    Mike Hannisian

  • I have downloaded Adobe camera raw 8.4 so that I can open raw files with pictures taken with the Sony a6000 camera.  However it is not opening the images in camera raw.  What can I do?

    I have downloaded Adobe camera raw 8.4 so that I can open raw files with pictures taken with the Sony a6000 camera.  However it is not opening the images in camera raw.  What can I do?

    Close and restart Photoshop if you have not already done so.
    In Photoshop, go to the Help - About Plug-in... menu then choose Camera Raw.  What version does it say there?
    -Noel

  • When I got a new iPhone5, I experienced short battery life, and system sofware issues were not the cause. The camera also takes a blury picture regardless of lighting and I have the black one. Has anyone else experienced similar problems?

    When I got a new iPhone5, I experienced short battery life, and system sofware issues were not the cause. The camera also takes a blury picture regardless of lighting and I have the black one. Has anyone else experienced similar problems?

    What makes you so sure it isn't software?
    The camera can be focused by take the point of focus on the touch screen.
    If it is new as you said, it should be under warranty. Make a Genius Bar appointment or contact Apple with a repair request.

  • How to determine the source to where my saved photo (not taken by my iPhone camera) on whether what application or website did i got that photo? need to go to the source again, please help

    how to determine the source to where my saved photo (not taken by my iPhone camera) on whether what application or website did i got that photo? need to go to the source again, please help

    There is no way to trace the source of a saved photo.
    You might have some luck if you search through the Safari web site history available via the Bookmark icon.

Maybe you are looking for

  • Is there a way to programatically add one item at a time to a listbox control?

    I am using labView 6.1. I want each new item that is added to the bottom of the listbox to arrive smoothly without the listbox scrollbar taking the selected item back to the top of the listbox. If I update the array that feeds the property node, the

  • ZEN 2.0 & Creative MediaSource Mana

    My Zen 2.0 have worked fine with Creative MediaSource Manager. But after reinstalling my Win XP (SP2) and all programs, drivers etc, it will not recognise my player anymore. I also installed the old program PLay Center which came with the player and

  • Manually manage music and videos of iPhone 4s using pc

    My computer crashed and clean reinstalled the operating system on my PC, I had to reauthorize the computer. Now I installed iTunes and when I check Manually manage music & videos, it tells me: that it's synced with other another iTunes library. The O

  • IBooks Author and iBooks

    I am developing a book using iBooks Author (Version 2.1.1).  When the book is previewed on my iMac, the cover page (cover art) is displayed as a small image.   When I click on the book's image, the cover art is displayed larger for just a moment and

  • Add to my Dropbox button unresponsive

    Whenever you try to add something into the Dropbox account and you click the "add to my Dropbox " button it doesn't do anything