Is it possible to call out the camera's propertypage in labview?The camera is based on directshow.

I'm currently working on a project that contains a part need to call out the camera's propertypage and enable users to change the property.I've learned that the propertypage has already been passed via directshow what we do is just call them out.
This has been achieved in C++ used simply just one function----olecreatepropertypage,this is how it works:first,create a blank frame;then use the function mentioned before to call out the camera's propertypage;finally fill it in the blank frame page and it's done.Thus I think this shouldn't take too many steps in LabVIEW to get the same result.However,I'm new to LabVIEW and I just learned it for couple of months,I really don't know where and how to start,I'm absolutely clueless!
I've managed to come up with two thoughts that might be the solution:1.use the CIN(I'm working on this one);2.use the Call Library Function Node(yet I don't know which dll to call)
I hope someone will give me a hint or something that might work,any suggestion will be greatly appreciated!
Best regards!

Can anyone please help me,a hint will do.And if I don't make myself clear,please contact me.

Similar Messages

  • Is it possible to find out which user was used to delete the job?

    Is it possible to find out which user was used to delete the job?
    Any logs?

    Hi,
    You can find who are the users who executed sm37 in ST03N.
    This might also help you in analyizing.
    Regards,
    Vamshi.

  • Is it possible to call a VI that is inside a LabVIEW executable from a TestStand sequence?

    I have created a custom TestStand operator interface and have modified the default sequential process model to display a UUT information dialog that prompts for more information than just the UUT serial number.  This UUT information dialog is a LabVIEW VI.  To distribute the operator interface, I build it into an executable.  As part of the build process, I make a copy of the UUT information dialog VI (which is part of my operator interface project) and place it in the same folder as the executable.  I have then configured the sequential process model to call the dialog VI from this location.  It would be really nice if I could embed the UUT information dialog VI inside the operator interface executable so that I could distribute just an executable instead of an executable and separate VIs.  Is this possible?  In other words, is it possible to call a VI that is inside a LabVIEW executable from a TestStand sequence just like a standard LabVIEW VI call?

    Ryan,
    The dialog that you've created isn't being directly called by the OI at all and shouldn't need to be included in the same directory as the OI for distribution. Since you are modifying the PreUUT of the default process model, you will give the path to the VI in that step, create a deployment and then manually copy the VI to the directory referenced in the step. The VI is considered a support file for the process model and is not related to the OI at all.
    Test Engineer - CTA

  • Is it possible to call a subscreen/modal dialog box from the global class

    Hi,
    Is it possible to call a subscreen or modal dialog box from the global class ..
    or is there any option to display a pop screen or subscreen in order to get the values from user which as to be implemented
    in the global class..
    thanks and regards,
    Poornima.

    Hi Poornima,
    you should follow Uwe's suggestion. The only alternative I can imagine is dynamic document in a dialog container. But I don't know any standardized classes to make use with minimum effort. Have a look at report DD_ADD_FORM_INPUT. Here they put the input field in a container control in a screen; you can put the container control on a dialog container (CL_GUI_DIALOGBOX_CONTAINER).
    We will not get rid of any screen for the time being, but if your application is started from any screen, the DIALOGBOX_CONTAINER can start from there.
    Regards,
    Clemens

  • Possible to call a transaction from a planning book using a macro button?

    Hi All,
    Is it somehow possible to call a transaction using a macro button in the planning book? Also, the current selection should be passed as input parameters to the transaction.
    In my example, I am trying to run the transaction /SAPAPO/MC90 - Release to Supply Network Planning from the Demand Planning  Planning Book/Data View. This way if planners need to change forecasts mid month for specific selections, they can easily transfer to SNP without having to go out of interactive planning.
    Thank you,
    Maria

    Hello Maria,
              It's possible to call a transaction from a planning book using a macro button.
    What you can do is ..... Create a function module and inside it use the command "Call Transaction Tcode"  (ABAPer can do this) to call ur specific transaction. And this module can in turn be called from your macro. Please find the below link which explanis how to call a function module from a macro. Do let me know if you need more information on this.
    Calling a function module from APO Macro
    Regards,
    Siva.

  • Is it possible to call  a URL from a table entry

    Hi Abap Experts,
    Is it possible to call a URL when we double click on the record of a table
    for  example I have a table zmanifest in which if i double click on the tracking number(table field)
    it should go to UPS website
    Thanks & Regards,
    Tharun.P

    Hi
    It depends on what you mean to do a doubleclick, i.e. where you want to do it?
    If you mean a program created ad hoc, yes you can else I don't think
    Max

  • Message zclass not found in Programs  (possibly dynamic calls!)

    Hi Experts,
    When we are running MIRO transaction, Zmessage error is triggering. when i double-click on error message it is showing
    "Message ZFI 002(Class) not found in Programs  (possibly dynamic calls!)"
    Please provide your solutions to resolve the issue.
    Regards,
    Bharat
    Moderator message: please do some research before asking.
    Edited by: Thomas Zloch on Mar 15, 2011 9:21 AM

    Dear Miciuli,
    I found the definition for the circle in the canvas class and used it to creates circles ! Thank you for jaring my brain into thinking !
    Stan
    Ellipse2D.Double circle = new Ellipse2D.Double(xPos, 70, 30 , 30);

  • Is it possible to call any Managed Bean method from af:goLink

    Hi,
    I am using RichGoLink component.
    Is it possible to call a managed bean method on click of the af:goLink? I want to provide some validations when user clicks on the goLink.
    There is no any actionListener provided.
    Thanks in advance.

    Hi,
    I am able to resolve my second problem also.
    i wanted to set the "destination" of the goLink on the fly. To do this I created a custom componnt by extending the RichGoLink and I override the encodeBegin method in that class. In this method i check my condition and then set the "destination" property.
    I am still using the clientListener and the serverListerner to do some further testing that i wanted to. Here one thing you have to keep in mind that. In the javascript function that we are calling in the clientListener should not do the "cancel" on the event object, if you do so it will not navigate to the required position.
    Thanks for the way you showed to resolve my problem. Hope you understand the way i worked for this solution.

  • Need help on displaying an article in flash 8 using php call out

    Hi I'm trying to make a news viewing function in Flash 8. The
    swf calls out a php script, php script queries the MySQL DB then
    php sends info to swf file to display it. Unfortunately, the
    articles don't display and I keep getting "undefined" errors. I
    don't have this problem when I tested it on my PC but after
    upoading it to my host the problem arose.
    I hope someone can help me. Thanks!

    Your PHP script does not return values if the query fails, if
    the database is not connected, if the query returns no results.
    Thus you may be getting undefined in those cases.
    1. Did you try running the PHP script in the Web browser?
    http://www.yourdomain.com/jpg/media.php?row=123
    What did it return? That is what Flash is seeing.
    2. Did you consider using
    LoadVars.sendAndLoad
    since the requirement calls for sending and receiving data?

  • Cannot Call Out to Specific Phone Number

    I am not able to call out to a specific phone number from the iPhone.
    I am able to call this specific phone number from different sources. ie. Another cell phone, lan line, work, etc...
    Any clues on why just a specific phone number cannot be made to?
    When I try to call, I always get 2 beep sounds only and says the Call Ended.
    I get no Dial tone when I call also.
    ps.
    It could be that somehow they blocked my cell phone number.
    But, I do not believe so.
    -JK

    PlyHrd wrote:
    The phone number I'm trying to call is from T-Mobile. (Could be the culprit!)
    Aha! T-Mobile is so ticked at losing out to AT&T that they are blocking incoming calls from iPhones!

  • What is wrong with my facetime,i am using an ipad everytime i placed a call i can't hear it ringing and the person i am calling can't recieve my call as well,i did everything possible forced off my ipad,on and of facetime on settings,change id's.

    What is wrong with my facetime,i am using an ipad everytime i placed a call i can't hear it ringing and the person i am calling can't recieve my call as well,i did everything possible forced off my ipad,on and off facetime on settings,change id's, mute,unmuted,reset network settings!! But nothing change,i mean is there a problem with my ipad or the facetime has a problem right now?my friend seems doesnt have a problem with her ipad,it just happen suddenly yesterday it was ok but today when i tried calling my husband this is what happens, can anyone please help me!!

    - Try cleaning out/blowing out the headphone jack. Try inserting/removing the plug a dozen times or so.
    Try the following to rule out a software problem
    - Reset the iPod. Nothing will be lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iPod.
    - Make an appointment at the Genius Bar of an Apple store. Seems you have a bad headphone jack.
    Apple Retail Store - Genius Bar
    Apple will exchange your iPod for a refurbished one for this price. They do not fix yours.
    Apple - iPod Repair price
    A third-party place like the following will replace the jack for less. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens
    Replace the jack yourself
    iPod Touch Repair – iFixit

  • Is it possible to call the java compiler javac from runtime

    Hi, can someone tell me if it is possible to call javac from runtime. I need to do this because the class I need to compile must be filled with some data given by the user. I plan to write the class code in a file, let the user write some code lines at runtime, add this lines to the file and then call javac in order to compile the file and check if the user wrote his lines properly. I wonder if this makes sense, thanks for reading this and for your help.

    You can try using the exec method in the class java.lang.Runtime, but here are some traps to watch out for when using it:
    http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html

  • Is it possible to show OOB document call out menu or ECB menu in Content Search web part?

    Hi All,
    We have requirement like we need to show the Call Out option in custom display template of Content Search webpart. Is it possible to do it?
    We are showing the documents from current site in Content Search web part. Now customer want to have CallOut functionality in web part. Is it possible ? Or can we have ECB menu functionality? 
    I did googled a lot but no luck.
    Any help will be really appreciated.
    Thanks! Best Regards, Prasham Sabadra http://prashamsabadra.blogspot.in

    Hi,
    You can download the solution via the link below:
    http://www.cdhtalkstech.com/wp-content/uploads/2013/11/Item_ContosoDocs.zip
    It does work in my test environment. The solution provide an example for our reference, if you want to display more details, you need to customize it yourself.
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • I have an iphone 4 and downloaded my first movie (hd) onto my PC (windows 7) I have not been able to figure out how to transfer the move to my iphone. The movie is in a new tab called "rented" not under the "movie" tab.

    I have an iphone 4 and downloaded my first movie (hd) onto my PC (windows 7) I have not been able to figure out how to transfer the move to my iphone. The movie is in a new tab called "rented" not under the "movie" tab. All of the support I have read talks about the movie being in the "movies" tab. I cannot use the "move" function or the "transfer" function because they are not available. Is this an issue because I just updated to the newest software?

    In order to download to your phone over the air, you need to be connected to WiFi.
    It's possible the Internet connection through Verizon is not stable enough for the downlaod to begin (it is a very large download).
    You might want to head over to Starbucks with your laptop for the afternoon and see if you can download it over their WiFi.

  • I just purchased a new SSD for my mac and I wanted to do a fresh/clean install on the SSD, like if my Macbook just came out of the box. How do I do that?

    I just purchased a new SSD for my mac and I wanted to do a fresh/clean install on the SSD, like if my Macbook just came out of the box. How do I do that?

    Install Mavericks, Lion/Mountain Lion Using Internet Recovery
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Internet Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND-OPTION- R keys until a globe appears on the screen. Wait patiently - 15-20 minutes - until the Recovery main menu appears.
    Partition and Format the hard drive:
    1. Select Disk Utility from the main menu and click on the Continue button.
    2. After DU loads select your newly installed hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed. Quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion. Mavericks: Select Reinstall Lion/Mountain Lion, Mavericks and click on the Install button. Be sure to select the correct drive to use if you have more than one.
    Note: You will need an active Internet connection. I suggest using Ethernet
                if possible because it is three times faster than wireless.
    This will install the version of OS X that originally came with your model if you have a model that supports Internet Recovery - 2010 models and later: Computers that can be upgraded to use OS X Internet Recovery.

Maybe you are looking for

  • Conversion of Unix time to GMT

    Does anyone know of a way in which I can turn a date in unix time (no. of seconds since 1st Jan 1970) into a standard GMT format? Any help would be greatly appreciated. Thanks!

  • Save attempt moves data one field forward after table schema change

    Okay, this is very strange and hard to believe, but here goes. First, I have Apex 2.2.1... and have also installed ApexLib - I will try to take ApexLib out of the picture as my first move, but if anyone recognizes this behavior in the mean time, plea

  • Help required installing adobe reader

    I have tried un-succesfully many times to install adobe reader but keep getting error1321. I am not the most gifted of IT users so explanations seem complicated. Is there an easy solution to this problem?

  • New computer won't take songs from ipod, how to register new computer?

    My hard drive crashed, I had to buy a new one. All my songs were on my old drive. Except for what is in my ipod. I bought a new hard drive, but haven't had the $$ to have files removed from old drive yet. Installed itunes onto new drive, plugged in I

  • Only adds music after 'Ipod Reset Utility' - No choice in what is selected

    Hey all, To add to the masses of problems. On my second Shuffle 2gig (replaced first one because of this problem) I can only add music to it after using the ipod reset utility. When going back into iTunes it works fine, except for the fact I have no