Access the properties of USB camera

I have a PointGrey (FMVU-13S2C-CS) camera that recognizes MAX and I can get images; However, I can only change some values such as brightness and exposure, but not others, such as gains in color. When I tried to read records in the hope to change these values from this level, I got the following error:

Error 1074360312 occurred at IMAQdx read Register.vi

Possible reasons:

NOR-IMAQdx: (Hex 0xBFF69008) not yet implemented

I have filters Active DirectShow, that's how I was able to get pictures from the camera. How can I have total control of my camera?

Through DirectShow, it is not possible. There is no way to set properties that are not defined by the (rather limited) DirectShow API, or direct registry operations to the camera. Your best bet would be to try to use FlyCap configure some of these settings as power-on defaults and I hope that they are not overridden by their envelope of DirectShow.

The new generation of USB of Point Grey cameras (and other editors) which is based on the new standard USB3 Vision will have the full level of control and integration with multiple 3rd - party for example drivers NOR-IMAQdx. See http://ww2.ptgrey.com/USB3

Eric

Tags: NI Hardware

Similar Questions

  • Cannot access the videos via USB more

    Nice day

    I have a HDR-SR10. I can't access the videos via USB more. drive appears blank in windows 8. Videos can be played through the screen of the device. Help, please

    Yes. Tried 2 usb ports with no luck.
    In fact. I downloaded the latest version of PMB and was able to import videos from cam. Once imported, I formatted the drive, then it pops up on the desktop as usual.
    For me, it wa weird experience and have no logical explanation.

  • Well confused. I use click on Favorites in the upper left corner of the screen. I can still but I can't access the properties of the bookmark

    I used to just right click on a bookmark of Bookmark menu in the upper left corner of the screen. Now when I right click on Favorites, I can't get any of the choice to highlight, they are subject, and nothing happens. But if I add bookmarks little star at the high right to help customize I can access an area of the one bookmark away. Seems that just suddenly happened. I like to use the left side of the screen, but cannot access the properties there. Any difficulty?

    Devil well, now, all is well, seems to set just after a reboot. So solved my problem all by my lonesome. Please disregard.

  • When I click on properties in my tab of connection area I can't access the properties settings.

    Connection impossible access area properties

    When I click on properties in my tab of connection area I can't access the properties settings. I need to change the settings of ip address of my connection to the local network on my laptop

    Hello fazlurslemming,
    1. may I know why you must change the setting of IP address on your laptop?
    2. are you able to connect to the internet?
    3. what version of windows are you using?

    Visit the below link to find the steps to change the IP address on a windows 7 installed system:
    http://Windows.Microsoft.com/en-us/Windows7/change-TCP-IP-settings
    Post back with the State.

  • access the properties of digital format

    I create digital controls/indicators on the fly.  Most of them should be displayed in hexadecimal.  However, I can't access the format properties that allow me to define that when I create the indicator/control using the new object VI VI.  I think that this happens because the numeric type is not digital (Strict) but rather just num.

    I say this because I realized that if I simply place a digital control on a façade, made a right click to create a reference, and then access the properties of the said reference, I have access to the properties of the format, I want to talk.  A compare/contrast below pic to show what I mean...

    So my thought then was, maybe I should change the style of the object I created to be digital digital type, but this style does not exist.  There are styles of digital data, but this is something completely different.

    So my question is, what style/class combo do I need to have a digital control that will allow me to specify the Format property?

    Thank you

    You need to do a digital Digital.

  • "Unknown error" whenever I try to access the properties of the network connection

    Hi all

    whenever I try to access the properties of a network connection (e.g. via right click on 'Network'-> properties-> right click on a connection-> properties), type of connection according to what is, I get a message "Unknown error" box and I can't move forward.

    As a result, any setting of any network connection is not editable, more. For example, I wanted to force the IP of the local network of "assigned to DHCP" to "static" with an address fixed IP, but I can't.

    Another weird thing is that I even can't delete one of the existing network connections, even if there are a couple that are not in use for a long time...

    It should be noted that, apart from that, the network of connections work.

    What can cause this behavior, and that might be the way to solve the problem?

    I want to upgrade the system to SP3 but I am reluctant to take the plunge with such an "alive"... error
    As you may have already guessed, the system is running XP SP2.

    Thanks in advance,

    Concerning

    Yes, I am facing the same problem too. The error message says "an unexpected error has occurred." This problem started out with me a few weeks back and I was under the assumption that it was due to a virus attack. But even after a thorough cleaning session problem continues to exist.

    The problem - as mentioned above by the Bell, we can neither open the properties of a connection (i.e. Dial-up/LAN/WLAN), or remove or add a new connection. If you try to open the connection properties, all you get is the message "an unexpected error has occurred" and if you try to delete or add a connection - the system does not respond!

    Surely, this link worked for me. I hope it works for you Bell. Check it out.

    http://wdbuc.com/blog/2010/02/03/an-unexpected-error-occurred-when-you-right-click-on-a-network-connection-in-Windows-XP/

  • Access the properties of the line in the script

    Hi Experts

    I need to access the properties 'De TIP' and 'Gap' in Javascript ID CS4. I research in the references of scripts, but I failed. I have undderstand this property can not be set in the object model.

    gap.JPG

    Any help is welcome.

    Thanks in advance

    Concerning

    Arul

    Hi Arul,

    Check strokeDashAndGap Style of object/object property.

    HTH.

    --

    Marijan (tomaxxi)

    http://tomaxxi.com

  • access the properties of a movie on the timeline

    I'm trying to buil a project that contains two clips and I need to access the clipA clipB period properties.

    If the parent property specifies a path to display objects that are above the current display to the screen object the list hierarchy, property that points to objects that are below?

    I m sure it must be easy to answer. I have just can´t seem to figure it out.

    Any help would be appreciated.

    I do not know how to interpret your description above / below, but to access the properties of clipA clipB, assuming that they share the same parent timeline...

    AS2: _parent.clipA.property

    AS3: MovieClip (this.parent).clipA.property

  • To access the properties of the controls from other mxml components

    Yet to learn Flex and if this question seems trival please bear with me.

    What I have to do is access the properties of a control in the file main mxlm, but the control is in a separate mxml file.

    The scenerio is that I have a checkbox in the chkbox.mxml file. I need to know the value of the selected property, so that it is accessible to me in the main mxml file where I use this property to determine how to navigate the application.

    Thank you

    Hmmm

    something like

    If (parentApplication.myCheckbox.selected == true) {}
    to do this
    }

    or even

    If (application. Application.myCheckbox.selected == true) {}
    to do this
    }

    does it work?

  • Impossible to update software in the precision HD USB Camera

    I have a couple of precision HD USB cameras that I use at the home office and main office. One of them has recently begun to show image crushed in half top of the image, with the bottom half being bright green.

    I thought that I would try to update the software of the camera and tried to use s60000cc1_2_1, s60000cc1_4_0 and cc1.4.1 of the executables.

    "In each case, I get a message that says:

    "It's impossible to day camera software. This may be a camera is disconnected, or another error has occurred. »

    Ignore punctuation and grammar errors in the error message, it is still pretty useless, because it gives me no idea what might be the "other error".

    I also tried runninng software update on the camera to work, with the same results.

    A search for sites of Cisco and Tandberg, as well as this forum, is come the voids.

    Can anyone help with this?

    Andy

    The error does not look good, but yes, I guess I would also try to to upgrade first. In any case if it has a service

    a contract that I would think of escalation of this matter.

    In addition to the upgrade, for me it worked very well, I think that the older ones required windows XP.

    The operating system you are using. Your account have admin on your computer admin rights

    (not verified if it is required, but at least it will not damage).

    I think that the most recent upgrade, I did with Win7 64 bit and

    http://ftp.Tandberg.com/pub/software/Camera/CC1/s60000cc1.4.1.exe worked well.

    BTW, for Cisco: I failed on the use of the installer of mac with Lion

    Anything else connected to the USB port? Applications closed that could access the camera?

    You can try another computer?

  • To access the properties of an Error Message When you use the DisplayRunTimeErrorDialogEx method

    I have a reminder that displays the standard runtime error dialog box using the method Engine.DisplayRunTimeErrorDialogEx of custom error. http://zone.ni.com/reference/en-XX/help/370052H-01/tsapiref/reftopics/engine_displayruntimeerrordial....  The parameters of this do not allow me to specify information about the error message available (via the properties of the stage of the appeal of error).  However, when built-in bed in treated TestStand display dialog runtime error through its methods of error handling he managed to fill in the details about the error.

    Anyone know how I can fill in the details and the error code from the dialog box fields when you use the DisplayRunTimeErrorDialogEx method to call it? See attached screenshot by one example of what I get when I use this method.

    Kind regards

    David

    Doug is correct; each sequence in the call stack has its own sequence context, so if you just "ThisContext" for the sequence context parameter, you provide the framework for the error callback, which has no error.  To access the context of the sequence that wrong, you use the caller property to get to the next level in the call stack, for example:

    RunState.Engine.DisplayRunTimeErrorDialogEx ("error Dialog", ThisContext.Caller, 0, False, False, False, False)

    I hope this clarifies!

  • How can I select a path to save the images of USB camera

    Hello

    I am using USB camera for my project, I want to control this camera to detect a human body, with a motion detector and capture images.

    My question is how can I select a path to save these images captured from USB camera?

    in the figure below, the program I use for my USB camera

    Thanks in advance...


  • How to access the hard drive USB on E3000? Am I missing something?

    I have my router configuration fine to the internet, as well as the media server.  I can't understand how to access the hard drive of my laptop, however.  The manual says to put 192.168.1.1 in the field the address of windows Explorer, but it gives me just the 'Setup' page for the router.

    Am I missing something simple?  I use Windows XP.

    Click on start - go to start > Run/start search and type "\\192.168.1.1" (without the quotes) and press on enter and it should ask the user name and password, the user name and password, use "admin" all lower case, and then click Ok... Now you should be able to see your USB... You must make a right click on it and select "Map network drive" and check the Enable box and below click Finish... It will map the USB on your computer... Once done, you will be able to send and receive data from your computer to the USB...

  • cannot access the files on USB

    Trying to access the files from a USB key, I get a message «...» I/o device error"I use the same USB in my computer work fine.

    Hello

    1. what exactly is the error message?
    2. were you able to use the same USB with no problems before?
    3. are you able to all other devices usb with no problems?
     
    Please answer these questions, that could help us help you better.
     
    Step 1: Try to perform automatic Troubleshooting Services and check out what he has to say.
     
    Step 2: To remove and reinstall all USB controllers, follow these steps:

    a. clickStart, type sysdm.cpl in the Open box and then click OK.

    b. click on thehardware tab.

    c. click theDevice Manager button.

    d. expand UnivBus USB controllers including.

    e. right click on each device under theBus USB controllers node and then click Uninstall to remove them one at a time.

    f. restart the computer and reinstall the USB controllers.

    g. plug in the removable USB storage device and perform a test to ensure that the problem is solved.


    Step 3: Install the latest chipset drivers and check. Driver for chipset I recommend you contact the manufacturer of the computer.

    Thanks and greetings
    Umesh P - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.
    [If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message.] [Marking a post as answer, or relatively useful, you help others find the answer more quickly.]

  • to access the properties of the account of HFM of FDM

    Hi Experts,

    I need your help. I have a requirement in which I need to access account properties HFM of FDM.

    Can you please if there is a way/function/api through which I can access account properties of FDM dimesion HFM?

    Thanks in advance.

    What is FDM or FDMEE?

    In the classical FDM, the API adapter had functions to retrieve the properties of metadata HFM.

    In the classic FDMEE you create your own solution as using SQL queries to retrieve the properties you need, or by using the API of HFM

    Concerning

Maybe you are looking for