3D Picture Zoom programming

What is the way that you can determine and set the zoom factor on the 3D Picture control?  I can only seem to do it by keyboard functions Shift+ Drag up/down.  When I programmatically draw an object in the picture, it may be larger than the picture itself and I want to be able to produce a visible screen object for the user without all the manual intervention.

Hi,
I believe the ModelView Matrix property for the 3D Picture control may be what you want to use. The ModelView Matrix property reads or writes a matrix that contains the translation, rotation, and scale values for the 3D scene that appears in the 3D picture control.
Another option would be to use the AutoFocus method for the 3D Picture control. The AutoFocus method positions the camera to view all 3D scene objects in the front panel window.
-Jake B.

Similar Messages

  • HT1766 How I restore my IPad to a previous date to recover my pictures and programs

    How I restore my IPad to a previous date to recover my pictures and programs?

    Restore from iTunes or iCloud backup.

  • Default picture viewer program

    Hi people,
    I´ve tried to reset my default picture viewer program from Preview to XEE, I can do that in "show info", with the "open with/ change all" button.
    However, next time I reboot it will be back to the "preview" default.
    Any ideas?
    Does Snow Leopard´s preview "next" and "previous" arrows function?
    I just want to open up a picture in any folder and go next and previous with the arrows........I´m still on Leopard now.
    Any help is appreciated!
    Not a Clue.

    Hang on,
    I might be on to something here...........
    I disabled the File Vault, changed the settings once again (pics with XEE, .doc documents with pages), rebooted a few times for test purposes, and SUCCES!!
    Getting more confident I enabled the File Vault again and it still seems to remember XEE & Pages as my preferences!
    For now..........
    Weird! I hope I don´t have to disable the file vault every time I want to change an "open with" preference.
    Hope this helps for others.........perhaps.
    Cheers,
    Not a Clue

  • How do I change default settings on iMovie? (pictures zoom in)

    I don't know how to techincally say this. I am making a memorial slide show for my Grandpa who died last week. When I import the pictures it automatically does that thing where the picture zooms in to the center of the picture. It is cool sometimes but obnoxious other times like when it zooms in to someone who is not my Grandpa or is zooms into a leg or an arm. It makes the slide show look cheesy. How do i get this off? It is really annoying, i have to have this video done by tomarrow. Please help me. Also, and i think it is because of the zooming but i can't make the picture time longer, like instead of 2 second i want 10 seconds for each picture, because the movie needs to be 8 minutes and it is only 4 minutes.
    thanks in advance.

    I am putting a slide show together or 200 slides. Can I select all and apply this technique. IE take off the Ken Burns effect?
    Not sure. Have never tried a "retroactive" adjustment since there a more direct "Paste Adjustments" option which I use to "selectively" modify the so-called "still frames" photo segments. Basically, all you do is select a single frame. (I usually select the first or last.). Select the crop tool and switch to the "Fix" option in the window. Switch back to the "Arrow" tool icon and, with the same photo still selected, press Command-C to copy it and its settings to memory. Now select the frame next to the one you just copied and, holding the "Shift" key down, select the last photo at the opposite end of your slideshow. At this time evey photo but the one you copied should be selected. At this point simply go to the "Edit" menu and select the "Paste Adjustments > Crop" sub-menu to copy your "Fix" setting to all other photos. (I prefer the option as once all of the photos are selected, I can "turn off" deselect specific photos by clicking on them with the Command key held down and paste settings only to those I wish and in a similar manner copy video or audio settings or changed settings to all or just some of your photos.)

  • Address Book Contact Pictures Zoom In?

    Everytime I add a picture to a contact in Address Book, after like 30 seconds, the picture zooms in on the bottom left part of the picture. I then have to go back and fix it repeated times for it to actually stay in the spot I want to. Any suggestions? It's a huge pain, since I want to add pictures to my contacts who don't have pictures and there's a lot of them.
    Thanks.

    Apple doesn’t routinely monitor the discussions. These are mostly user to user discussions.
    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback

  • I did the last software upgrade for iphoto, It goes thru a 9 step process. Mine is stock at step 5 99% complete. It has been that way for 1 week now. I have in excess of 62 k pictures. Program is not stock. Any advice?

    I did the last software upgrade for iphoto, It goes thru a 9 step process. Mine is stock at step 5 99% complete. It has been that way for 1 week now. I have in excess of 62 k pictures. Program is not stock. Any advice?

    force quit, Back up your iPhoto library, Depress the option (alt) and command keys and launch iPhoto - rebuild your iPhoto library
    LN

  • Cannot download my pictures.  Program keeps crashing

    the picture element program crashes everytime I try to download my pictures.

    Moving this discussion to the Photoshop Elements forum.
    LibertarianMe which version of Photoshop Elements are you using?  Also what operating system do you have installed?  Finally are you trying to copy your pictures from a camera or where are you downloading the pictures from?

  • How can I be sure the new picture zoom value has taken affect?

    Hi,
    I'm writing a LV prog that displays a series of pictures (jpegs) one after the other.
    The pictures are passed one at a time from the main vi to a sub vi that outputs the picture on its front panel.
    Also passed to the sub vi is the smaller of the two dimensions of the picture whichever it may be (width or height). This varies from picture to picture.
    The sub vi uses this dimension to calculate the zoom factor to use so that the picture will fill the whole of the picture box on the front panel.
    I've used a flat sequence struture to:
    1. Caluculate the required zoom factor and write this to the picture box property node.
    2. Read the zoom factor from the property node of the picture and wait until it has changed to within 1/100th of the new value. (The reason for not waiting until it is equal to the new value is because they are floating point data types and even if they were minutely out it would wait forever. Anyway, 1/100th is close enough).
    3. Write the picture to the picture box.
    Even after including step 2 above I still occasionally found that it has displayed the picture before changing the zoom value.
    Any ideas? I've attached the sub vi in question. The two inputs: 'PicInput' is the picture to be displayed and 'ZoomDim' is the smallest of the width,height dimensions in pixels determined by the calling vi.
    Also, as I said my program sets the zoom value using the smallest of the two dimensions of the jpeg so as it entirely fills the picture box. This means that the other dimension will overspill outside of the box, can this cause any problems such as memory corruption?
    Thanks,
    Dave.
    Attachments:
    DisplayPicture.vi ‏31 KB

    johnsold wrote:
    Dave,
    I could not duplicate your problem. On my system (LV 7.1.1, Mac OS X 10.3.9, 450 MHz G4) the while loop always executes only once. The read Zoom Factor is always exactly equal (within Probe display resolution) to the written Zoom Factor. If your system needs several iterations to get the Zoom Factor right, I would try putting in some delay, perhaps enough time to allow the display system to update (i.e, the frame rate).
    As for the memory overwrite issue, I do not have any experience. Usually LV's memory manager is pretty good about such things, but someone else will have to answer that question.
    Lynn
    Hi Lynn,
    Thanks for your reply,
    Dave.

  • I use a picturo as my wallpaper lockscreen once i updated to ios7 the picture zoom in!.. how can i fix that?

    i updated my phone to ios 7 and after that the picture on my lockscreen zoom in!... how do i fix it?

    Whether or not the email signature will display on a recipient's computer or not is up to the recipient and how his email client is configured. Many people turn off html and/or images in email as a security precaution. Formatting the display of email is always under the control of the recipient not the sender. So you can create as nice a signature and email formatting/layout as you want but in the end how it looks/displays in the recipient's email client is up to the recipient.

  • Picture in Picture "zooming" issue

    Hi there,
    I was wondering if the following can be done. I have made a good ol' picture in picture sequence by just scaling down one video on top of another and moving it to the bottom right corner. Easy. Now, what I want to do is zoom in on the image in the smal picture (on the bottom right corner) by scaling up again. I thought I could do this by putting a mask around it with a track matte but it just scales the whole image up again instead of staying the same size.
    Can anyone tell me what I'm doing wrong, how it should be done and/or if it's possible at all?
    Thanks a lot,
    Sebastiën

    It's a shame Pr doesn't have a track matte effect that would make this simple.  Here's what I'd do:  Make a new Sequence with Custom settings that's 1/4 the size of your main sequence (if 1/4 is the amount of scaling for your PIP).  Put your footage in that Seq, and zoom away.  Then put that sequence as a layer in your main sequence.

  • IPhoto Problem - no pictures and Program stuttering

    User A: iPhoto shows no pictures, but pictures are in the iPhoto Library, Program does not react fast, it takes a long time for the program to display the menus on the left side..
    User B: iPhoto normal, all pictures at the right place.
    How can I reset User A to a factory new iPhoto? tried to rebuild database and create new library, nothing worked. Are there any preferences I can delete and/or hidden files that control iPhoto?
    I already deleted all preferences I found in /Library/preferences.
    Should I try to repair permissions_

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    Regards
    TD

  • Still pictures zoom in and out

    i am trying to make a movie with all still pictures. when i play the movie each photo zooms in then out but i dont want it to do that. i want each picture to stay still

    What you see is the Ken Burns effect. See this video tutorial on how to change the way a still picture is displayed:
    http://www.apple.com/es/ilife/tutorials/#imovie-photos
    You can select the default cropping action (Fit/Crop/Ken Burns) for newly added stills to a project in the Project Properties.
    Message was edited by: Valenciano

  • Why does the picture zoom in when I try to make a wallpaper

    Every time I go to make one of my pictures in my photos, a wallpaper, it zooms in way too much and I can't change it so it looks really dumb. Please help.

    Mine is doing that too. I just ended up getting a smaller picture and them zooming in, but I don't want to have to do that every time.

  • Mouse over picture Zoom effect

    Hello all,
    I have a request and I have seen this before when pointer is over picture a zoom effect happens.
    Where do I find more info please.
    Regards,
    Bill

    Help: Mouse over effect for a TEXT ITEM with possible 250+ characters

  • My iPad does not download my pictures as programmed. No problem with downloading to iPod. Any ideas?

    My iPad does not load my pictures, I have not problem with any other downloads or with downloading my pictures to my iPad.

    Download them from where and programmed from where? You can't sync them from iTunes? They will not transfer from the CCK? Photo Stream isn't working?
    Maybe you should provide a little more information????

Maybe you are looking for

  • Case statement problems in oracle forms 6i

    Hello, Any one can help me that how to use case statment in Oracle forms 6i. i have read one thread and there was no proper solution so could any one please let me know to use case statement. Please also let me know which category i should search for

  • Automated build server for Arch? (like the sourceforge build system)

    Has someone considered some kind of automated build system for Arch? Something that would work like this: - It'd have every library and dependency possible installed. - It'd intelligently read the makefiles produced to see what libraries they used an

  • Access Summary column in a query

    Hi All, I am new to oracle reports. I am using report builder 10.1.2.0.2. I have a summary column in my report. I would like to use this summary column in another query. if is use this column directly in the query, i am getting the below error: "Fiel

  • X3-02 Memory problem!!! URGENT!!!

    Hi.My XX3-02 is facing very serious memory problem. After i changing the memory status of my phone,my frens all can't sms to me.They all found tat my msg memory is full and they couldn't send msg to me. Wat's wrong wif my phone? can anyone help me wi

  • No entry in table $ for key $ 554C 400100 20090

    Hi Gurus, While running payroll--for some employees(pre . number 125) the following error is coming: No entry in table $ for key $ 554C 400100 20090 Technical error no. 72 02.01.2009 Processing terminated for EE 00000125 This error is coming while I