How to change AudioVideoCcaptureDevice camera sensor orientation

Hi. The default video capture orientation of AudioVideoCaptureDevice  is landscapeLeft, right? How can I change it to Portrait Up? Thanks 

Hi,
if you need to video capture proper orientation then design app. according to orientation eg. use for vidieobrush.
eg- RelativeTransform =new
CompositeTransform() { CenterX = 0.5, CenterY = 0.5, Rotation =-90};
for more details see following link..
https://msdn.microsoft.com/en-us/library/windows/apps/hh202956%28v=vs.105%29.aspx?f=255&MSPPError=-2147217396
Don't
forget to mark the right answer and vote up if helps you.

Similar Messages

  • How to change a single page orientation in pages

    I would like to know if anybody knows how to change a single page orientation in Pages.
    Thanks.

    Of course it unrotates the text if I'm editing the text box, but not when I'm resizing or changing font properties.  And when editng the text and there is an image beside it, the image obscures the text which makes editing exasperating. And since I got a table on landscape that exceeds 7.5" width, when trying to edit the last 2 columns,those become invisible on portrait, hence I'm unable to edit. And so has to set the doc to landscape, set to 0-deg, edit, set it again to portrait and 90-deg, and repeat if I happen to need to edit those invisible columns.  Really a great and efficient way to write my technical doc!  Which you would know IF YOU HAD TRIED IT -don't appreciate your sarcasm!
    You can defend this blatant failure all you want but this kind of inadequancy continues because people don't speak up and demand this reasonable function and instead are satisfied with work-arounds that makes things hard for relatively easy task. I'm a systems and applications designer, this is the type of "missing feature" that would cause our app to be rejected by our clients.  Surely you realized that because the users demanded, since 10.7, window resizing can be done from all corners instead of just right corners (or was it only bottom right)?  I was shocked when I discovered this 2yrs ago when I switched to Mac and started using Snow Leopard. I'm grateful that I can now resize on 4's.

  • IPhone 4S photos on the info tab of iPhoto are 3,1Mpx. How I change the camera to 8Mpx?

    iPhone 4S photos on the info tab of iPhoto are 3,1Mpx. How I change the camera to 8Mpx?

    Zoom out.
    There are not settings to control the image quality, the device always takes the largest image possible.  Zooming in will cause the image to be a lower resolution.

  • How to change curves shadow/highlight orientation

    I prefer to use curves with the black point in the lower left corner and the white point in the upper right.  However, some of my older PSD files, when opened in recent versions of Photoshop, display a reversed curve with the shadows in the upper right.  How can I change the orientation back?
    It was easy to change the orientation in CS and CS2, but I just can't seem to find where to do it in CS6 or CC.

    Thanks for the explanation.  I now see that in CS6, if I convert an RGB file to grayscale, the curve orientation does indeed reverse.  By changing the curve display mode to ink based, I can get it back back the way I like it.
    In which Photoshop version did this change occur?  Back in the CS and CS2 days the curve was the same in either RGB or grayscale.  I also have CS4, but I can't recall whether that feature is present there or not.

  • How to change video cameras easily

    When using iChat AV or SKYPE, it is easy to have a MacBook built-in Video camera and a FireWire iSight both attached - and using preferences switch from one to the other (for example to use the iSight to show the entire room).
    BUT I would like to be able to switch cameras in programs like "Photo Booth" or even in iChat AV - more easily.
    For SOUND, there is a program Sound Source (Rogue Amoeba Software) that lets you change audio input and output via a menu bar icon. NEAT!
    Does anyone know of anything similar for VIDEO? I've tried VersionTracker (and will try again) - but appreciate any comments.
    Regards,
    Steve

    Hi Stehpen,
    I know of nothing.
    iChat has the Preferences like you said.
    Photobooth defaults to the firewire ports when a camera is plugged in
    11:02 PM Monday; December 4, 2006

  • How to change the default orientation?

    Hello,
         I'm new to Adobe Flash Builder and I am currently making a mobile application for a school project. I was wondering how you change the default app orientation to landscape. I've tried going into my app.xml and change the aspect ratio to landscape with no luck, and it is very hard to find any answers on the internet. I would greatly appreciate your help.
    HomeView.mxml Code:
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
                        xmlns:s="library://ns.adobe.com/flex/spark"
                        actionBarVisible="false" tabBarVisible="false" title="HomeView">
              <fx:Declarations>
              </fx:Declarations>
              <s:Image left="0" right="0" top="0" bottom="0" scaleMode="zoom" smooth="true"
                                   smoothingQuality="high" source="@Embed('file:///C:/Users/Owner/Downloads/48127-solarsystem-teaser.jpg')"/>
              <s:Button x="-5" y="0" width="410" height="1504"
                                    skinClass="spark.skins.mobile.TransparentNavigationButtonSkin" click="navigator.pushView(Sun)"/>
              <s:Button x="444" y="852" width="80" height="80"
                                    skinClass="spark.skins.mobile.TransparentNavigationButtonSkin" click="navigator.pushView(Mercury)"/>
              <s:Button x="628" y="742" width="120" height="124"
                                    skinClass="spark.skins.mobile.TransparentNavigationButtonSkin" click="navigator.pushView(Venus)"/>
              <s:Button x="836" y="632" width="127" height="117"
                                    skinClass="spark.skins.mobile.TransparentNavigationButtonSkin" click="navigator.pushView(Earth)"/>
              <s:Button x="994" y="506" width="99" height="96"
                                    skinClass="spark.skins.mobile.TransparentNavigationButtonSkin" click="navigator.pushView(Mars)"/>
              <s:Button x="1255" y="464" width="298" height="279"
                                    skinClass="spark.skins.mobile.TransparentNavigationButtonSkin" click="navigator.pushView(Jupiter)"/>
              <s:Button x="1626" y="302" width="274" height="270"
                                    skinClass="spark.skins.mobile.TransparentNavigationButtonSkin" click="navigator.pushView(Saturn)"/>
              <s:Button x="1965" y="196" width="175" height="174"
                                    skinClass="spark.skins.mobile.TransparentNavigationButtonSkin" click="navigator.pushView(Uranus)"/>
              <s:Button x="2201" y="66" width="175" height="174"
                                    skinClass="spark.skins.mobile.TransparentNavigationButtonSkin" click="navigator.pushView(Neptune)"/>
    </s:View>
    App.xml code:
    <!-- The initial aspect ratio of the app when launched (either "portrait" or "landscape").
                                  Optional. Mobile only. Default is the natural orientation of the device -->
                        <!-- <aspectRatio>landscape</aspectRatio> -->
                        <!-- Whether the app will begin auto-orienting on launch. Optional. Mobile
                                  only. Default false -->
                        <!-- <autoOrients>false</autoOrients> -->
    I need to make it so that the app is permanently in landscape.
    Thanks again.
         8th grade student

    <!-- <aspectRatio>landscape</aspectRatio> -->
    <!-- <autoOrients>false</autoOrients> -->
    In XML, everything within <!-- and --> is a comment.  You need to remove the <!-- and -->:
    <aspectRatio>landscape</aspectRatio>
    <autoOrients>false</autoOrients>

  • IPad, how to change camera in face time

    Can someone tell me where and how I change the camera, in FaceTime, from facing me to facing away from me
    Thank you for your help
    Ingolf in Alice Springs Central Australia

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime: Set-up, Use, and Troubleshooting Problems
    http://tinyurl.com/32drz3d
     Cheers, Tom

  • Rotate the sensor orientation of video capture device.

    Hi. I have link button on a page that must rotate the camera sensor orientation (forgive me if I'm saying it wrong) by 90 degrees clockwise every time the button is tapped. I try with the following code but nothing seems to happen. The color, lets
    say the black box must then be on another side as I rotate, right? But it's on the top side every time I tap the link button. Here the code I tried with so far: (I also want to know if I can call this code anytime (more than once) after I created
    the capture device?)
    //ON SCREEN LINK Button
    private void Change_Orientation_Tap(object sender, RoutedEventArgs e)
    if (vcDevice != null)
    //Set a perfect orientation to capture with
    int encodedOrientation = 0;
    int sensorOrientation = (Int32)this.vcDevice.SensorRotationInDegrees;
    vcDevice.SetProperty(KnownCameraGeneralProperties.EncodeWithOrientation, sensorOrientation + 90);

    Hi Clint,
    The code you are using looks correct, however I'm not quite understand what do you mean by this. "The color, lets say the black box must then be on another side as I rotate, right?"
    As we could see from the documentation
    EncodeWithOrientation property, probably it can explain why the black box(I still not understand what is black box means, but simply guess here)
    Note  If you try to set EncodeWithOrientation in the middle of a video recording, it will be letterboxed. The frame size won’t change, but the video will rotate and a "best-fit"
    will be applied  to the original aspect ratio.
    For your second question, use GetSupportedPropertyRange or
    GetSupportedPropertyValues method to learn more about a property would be a better option before trying to set something.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Change Camera Auto Orientation with Script

    Hello,
    I'm trying to figure out how to change the auto-orient setting for a camera in my script. From page 41 of the AE scripting guide it looks like I should be able to affect auto orient with
    " app.project.item(index).layer(index).autoOrient " this allows me to pull up a numeric value for auto orient, however, I'm not really sure how I could go about setting this to a false, I've tried assigning it to false directly but that doesn't seem to work. The guide says to use "AutoOrientType.NO_AUTO_ORIENT " But this if I try something like this I'm just getting undefined returned:
    var myProj = app.project
    var myComp = myProj.activeItem
    var targetLayer = myComp.selectedLayers[0]
    targetLayer.autoOrient.AutoOrientType.NO_AUTO_ORIENT
    Can anyone point me in the right direction, what am I doing wrong here?
    Thanks!

    Try changing your last line to this:
    targetLayer.autoOrient = AutoOrientType.NO_AUTO_ORIENT;
    Dan

  • I have Photoshop CS 5.5 version, but I've just changed my camera and I can't open my raw files. I need for my new camera Photoshop CC and Camera Raw 8.7 version. How can I do to update the old version? Thank you

    I have Photoshop CS 5.5 version, but I've just changed my camera and I can't open my raw files. I need for my new camera Photoshop CC and Camera Raw 8.7 version. How can I do to update the old version? Thank you

    Thank you for your valuable advice. I've solved the problem right now.
    Thanks
    2015-03-16 15:06 GMT+01:00 c.pfaffenbichler <[email protected]>:
        I have Photoshop CS 5.5 version, but I've just changed my camera and
    I can't open my raw files. I need for my new camera Photoshop CC and Camera
    Raw 8.7 version. How can I do to update the old version? Thank you
    created by c.pfaffenbichler
    <https://forums.adobe.com/people/c.pfaffenbichler> in *Photoshop General
    Discussion* - View the full discussion
    <https://forums.adobe.com/message/7302535#7302535>

  • CAMERA ON STANDBY & DO NOT KNOW HOW TO CHANGE IT

    CAMERA ON STANDBY & DO NOT KNOW HOW TO CHANGE IT?
    Since the phone has come back from repair I can not use the camera feature, I have no idea how to remove "Camera on standby"
    Regards
    John

    They always perform a software update after a repair, but it sounds like in your case something went wrong here.
    You don't say what kind of phone you have. If it is an S60 "Symbian" model, you can reformat it with the code *#7370#; if the phone is compatible with NSU (www.nokia.com/softwareupdate) you could reinstall the latest software yourself using your PC.
    Failing both of those, you would have to go back to the repairer and tell them a new problem has been caused by the work they did.
    Message Edited by mccbleue on 23-Feb-2009 07:57 PM

  • HT204053 Our Apple ID is ok and functioning.  However, I just came on as the IT for the group and cannot find how to change the name.

    Our Apple ID is ok and functioning.  However, I just came on as the IT for the group and cannot find how to change the name.

    Assuming you mean the personal name associated with the account, as opposed to the login (which you can change if it's not an @icloud.com. @me.com or @mac.com address) you can change this at http://appleid.appla.com . Click on 'Manage your account' and then on 'Edit' next to 'Your name' and the name currently associated with the ID.

  • How to change the parameters(rot x,y,z &dictance) to get Kinect Fusion Explore Multi Static Cameras sample work?

    Recently,I start to pay attention to  the  function 'Kinect Fusion Explore Multi Static Cameras sample' In SDK 1.8.
    Here ,I use two kinects ,but I have no idea how to change the parameters(x,y,z &dictance) in the red rectangle to make it work successfully.
    By the way,I hava calibrated the two kinects' camera and get the related perameters.

    sorry,I can't add the image to my question...~~~~(>_<)~~~~

  • How to change to landscape orientation in Pages for iPhone4s?

    Does anyone know how to change to landscape orientation in Pages for iPhone 4s and iPad?

    The functionality on an iPhone is greatly diminished when having to work in potrait mode due to the screen size; it really becomes a bit useless.
    It seeems a no-brainer; I guess that's why I asked on the forum.
    Maybe someone else knows more.?
    I hope that you're not right but think you probably are.
    Thanks again for offering to help!

  • How to change the paper orientation for IP19

    Hi,
    I need to take the print out for one year. for that I want to change the paper orientation from portrait to landscape for IP19.
    Please help me how to change the paper size.
    Thanks & Regards

    Dear Chris,
    Once after executing CS11,you can download the report to an excel format or a rich text format or
    unconverted format.After executing press ControlshiftF9 to save as a local file.
    then from that file you can change the printer settings as you require.
    Check and revert back.
    Regards
    Mangalraj.S

Maybe you are looking for