Image Picker and People Picker secret

Hi again
For some time I was trying to get rid of 'Cancel' button in UIImagePicker and ABPeoplePickerNavigationController. Even though I previously managed to remove unnecesary stuff from ABPeoplePickerNavigationController, it looks like removing 'Cancel' button is beyond my skills No matter what I do, the cancel button is displayed on navigation bar. I tried to set RightBarButtonItem (or whatever the name) to nil for appropriate View Controllers (or should I say their Navigation items) but still no effect I tried to change that in init method, in viewWillAppear and every other place that may have worked, but it did not.
This is kind of strange, because when I needed to remove Groups view from ABPeoplePickerController, I simply gained access to viewControllers array inside viewWillAppear method, and substituted it with my custom array, and it worked
Any help is greatly appreciated

There's a posting that will help you on this, but I couldn't find it.
Here's the code that works
Make sure you set the delegate (not the peoplePickerDelegate) to the class you will overwrite the navigationController: willShowViewController: animated method.
- (void)navigationController:(UINavigationController *)navigationController willShowViewController:(UIViewController *)viewController animated:(BOOL)animated
UIView *custom = [[UIView alloc] initWithFrame:CGRectMake(0,0,0,0)];
UIBarButtonItem *btn = [[UIBarButtonItem alloc] initWithCustomView:custom];
[viewController.navigationItem setRightBarButtonItem:btn animated:NO];
[btn release];
[custom release];
}

Similar Messages

  • ADFS Claims Authentication, Configuring UPA and People Picker

    Hi,
    I am just trying to get my head around setting up ADFS to authenticate users along with allowing UPA (My Sites) and People Picker to work.
    So, my environment is a WFE and an SQL Server offsite and my AD and ADFS 2.0 server onsite.  We have configured SharePoint as below and applied the Claims Provider to my Intranet web app and My Sites web app and I can login in with my
    account as [email protected] (UPN)
    $cert = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2("E:\ADFS_SelfSigned.cer")
    New-SPTrustedRootAuthority -Name "ADFS Self Signed” -Certificate $cert
    $map1 = New-SPClaimTypeMapping "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn" -IncomingClaimTypeDisplayName "Account ID" –SameAsIncoming
    $map2 = New-SPClaimTypeMapping -IncomingClaimType "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress" -IncomingClaimTypeDisplayName "EmailAddress" –SameAsIncoming
    $map3 = New-SPClaimTypeMapping -IncomingClaimType "http://schemas.microsoft.com/ws/2008/06/identity/claims/role" -IncomingClaimTypeDisplayName "Role" –SameAsIncoming
    $realm = “https://intranet.domain.com.au/_trust/”
    $signinurl = “https://adfs01.domain.com.au/adfs/ls/”
    $ap = New-SPTrustedIdentityTokenIssuer –Name "SAML Provider" -Description "My Custom Identity Provider" –Realm $realm -ImportTrustCertificate $cert -ClaimsMappings $map1,$map2,$map3 –SignInUrl $signinurl -IdentifierClaim $map1.InputClaimType
    $uri = new-object System.Uri("https://adfs01.domain.com.au/adfs/ls/")
    $ap.ProviderRealms.Add($uri, " https://mysites.domain.com.au/_trust/")
    $ap.Update()
    iisreset
    When trying to configure a new synchronisation connection> Activery Directory Import under the User Profile Service Application, I get an error saying it can't connect to the Domain Controller which would make sense as they are not on the
    same domain.
    I believe that MS have a sync utility that works with Office365/MS Cloud - is there a similar solution available for my configuration? 

    AD import still uses LDAP/ADSI... ADFS cannot be used DIRECTLY as a sync source, since it is NOT a QUERYABLE technology. It is an AUTHENTICATION technology. UPS syncs to a QUERYABLE data source like LDAP/ADSI, and maps one of the properties to the ADFS login
    (most people choose email or UPN, though I tend to recommend SID for various reasons).
    Also, since people picker displays a SEARCH window, and since ADFS is not a QUERYABLE technology, the people picker (by default) ASSUMES that whatever you type in will be VALID. You can SEARCH the UPS, but if you type an email address or something of that
    nature, it is NOT going to SEARCH your directory! To address this, you need to install a custom Identity Provider... one is available on CodePlex, which performs an LDAP search against the domain controller... if that's not an option, you need a custom coded
    solution.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • How do I stop iChat/Address Book image picker attempting to connect to unavailable server?

    I'm using Mac OS X Lion. In iChat, if I click on my personal image then select Modify Image, I get the image picker that allows you to change the image, take a picture from iSight, etc. In Address Book, I can get to this same or similar window when I double-click on the personal image placeholder.
    In both cases, a spinner starts up in the lower left corner and after a few seconds I get an error stating that "the connection to server XXXX has failed." This message will pop up continuously until I close the program. The server that it is trying to connect to is a local Mac OS X Snow Leopard server that used to be part of the network but no longer exists.
    By setting up a DNS entry to get it to attempt to connect to a server that does exist and using Little Snitch, I've been able to deduce that it is NetAuthSysAgent trying to make a TCP connection to port 139 TCP (netbios-ssn).
    First, I find it odd that a Mac program trying to connect to a Mac server would use NetBIOS. I also find it odd that either of these programs would need to connect to the server.
    I have a new OS X Lion server but I no longer join to its directory services. As the issue seems to be some configuration left over from when I was connected to that server, I tried joining the new server and then unjoining to see if that would clean up the settings, but that did not help.
    Performing a find . -type f -exec grep -l "<server name>" {} \; revealed two files:
    .viminfo
    ~/Library/Application\ Support/SyncServices/Local/TFSM/com.apple.Keychain/data.syncdb
    The latter was a SQLite database that did not revel anything very legible.
    I've search high and low for a setting that points to this old server name to no avail.

    First off I want to thank you for sticking with me through this, it's nice to have somebody to shoot ideas around with, it made me think up ideas, what I'm trying to say is, by just writing this down in this thread I solved my own problem. Linc I already deleted almost all of the Login items previously, as I did have the same idea, that something in that spot was trying to connect to the desktop through the network, that didn't work, but for some people it could be a problem. When you first mentioned, "make sure that new windows don't open to a folder on the server.", that comment made me look around for any folders connected to the server, then in my last comment I mentioned the word "alias", turns out that was the problem. In my users folder on the Macbook Pro, I had 2 folders that were alias folders, one was the download folder and the other was the Movie folder, I made new folders and put copies of everything into the folders, then threw away the alias folders and renamed the two new folders I created with their original names, presto no more problem.
    Must be getting old, cannot remember making any alias folders, but I probably did, probably had some great idea to save hard disk space on the Macbook Pro, only has 250 GB disk, the Mac Pro has over 8 Terebytes of space so I thought I'd use it probably, bad idea, sometimes I get too Geeky for my own good. Again, Thanks Linc for sticking with me on this.
    There were interesting ideas on the internet, seems other people have run into similar problems, one suggestion was the terminal to check for any "open processes". link was here, if interested....  http://apple.stackexchange.com/questions/25639/why-is-my-mac-constantly-trying-t o-connect-to-another-server
    I'm going to mark your last comment as being helpful, as actually all of it was helpful in forcing me to find those pesky alias folders.

  • Image Picker Selection Area

    I'm currently experiencing issues with the image picker across several Mac apps, including Address Book and iChat. The selection appears as rectangular instead of squared, thus deforming the image.
    As far as I know this behavior is not normal. Any ideas on how to solve this without reinstalling Snow Leopard?
    My image picker: http://img.skitch.com/20100129-xjagjqnmpqg2rncpxripdfqy68.png
    Message was edited by: tcvv Reason: Added images.

    So, since no one as helped me I tried to figure out this on my own. It happens that, for some reason, Apple changed image picker from Leopard to Snow Leopard.
    Image Picker in Leopard: http://kttns.org/zdayz
    Image Picker in Snow Leopard: http://img.skitch.com/20100128-xjagjqnmpqg2rncpxripdfqy68.png
    I don't see how can this be a feature, since people don't have a face that's wider than longer.

  • Image Picker- no images get saved or appear in the folder that gets created though alert says 'Saving images...' :-(

    I am using Image Picker as an addon. Initially it worked fine but not anymore. I follow all the instruction - choosing tab, show all images, select few or all, then Save. An alert appears saying it is saving the selected no. of images, opens the target folder, nothing is saved or appears saved there! What am I missing/ I have tried removing and add the add on again.

    http://code.google.com/p/imagepicker/issues/list
    Looks like there is a problem with that add-on in Firefox 36 - 5 "defect" reports since early January.

  • Apple Image Picker

    Hi,
    Does anyone know how to clear the recent photos in Apple Image Picker used in Address Book and Adium. There is no documentation I can find advising on how to go about this..
    thanks

    Huh? What's your question?

  • Taking pictures using image capture and Nikon d50

    Hi, does any one know if it is possible to take pictures using image capture whilst my nikon d50 is connected to my MacBook so that the image is shown on the MacBook screen.

    Yes! Indeed, I have that very same D50 (lovely isn't it?) and I just happenned to have taken already some pictures with it, from the computer.
    Once it's pluggeg, go in Applications> Image Capture.
    From there, you will either be able to download all the picture from the D50, or take new shots.
    You can even share the camera (and it's pictures) online, so someone can even take picture with it (through a webpage). You could even try this yourself, play around in Image Capture and with it's share features, and somewhere it will give you the adress (internal ip adress) so suposely someone from your network (including your own computer) could go, check, and take pictures.
    I've tried the web interface from my computer, but couldn't make it work with another one from my LAN. Have to work around this.
    But in Image Capture, first make sure the D50 is selected (Devices>[pick it]) and then there is what you are looking for in the upper bar of the window.
    Have fun!

  • How to Reduce Image Size and show upload Progress Bar

    i need to capture an image from the camera and send it to the server. however to reduce the amount of data transmitted i want to shrink the image and lower its resolution.
    I have code that currently does the following :
    UIImage *testImage = [UIImage imageNamed:@"image1.png"]; // this would come from image picker
    NSData * imageData = UIImagePNGRepresentation(testImage);
    // skipped code that showed URL string setup
    NSString *postLength = [NSString stringWithFormat:@"%d", [imageData length]];
    NSMutableURLRequest *request = [[[NSMutableURLRequest alloc] init] autorelease];
    [request setURL:[NSURL URLWithString:urlString]];
    [request setHTTPMethod:@"POST"];
    [request setValue:postLength forHTTPHeaderField:@"Content-Length"];
    [request setHTTPBody:imageData];
    NSURLConnection *conn=[[NSURLConnection alloc] initWithRequest:request delegate:self];
    1. need some way to shrink the image size to reduce data traffic
    2. need some way to indicate a progress bar as data is being transfered to the server

    1. The size is visible in the metadata panel, set the dropdown to EXIF. In addition, in the Grid, with Ctrl-J, you can set the options so that you will see the cropped size in the rectangle surrounding the photo.
    2. You cannot, in one action, upload to multiple galleries. Each upload is its own action. I don't know if there is a plug-in to let you upload from LR to 500px in one action; clearly there are plug-ins for Flickr and Smugmug and several others. There should be no need to re-import. Normally, the plug-ins I mentioned will take a TIFF, resize it according to your directions, convert to JPG and upload.

  • Original Image Resolution and Color getting Distorted

    Hi All,
    I am using JAI for reading images from a source i have to read the images and than have to split the images
    initially i was using ImageIO.read() method to read images but for some images it was throwing error as
    javax.imageio.IIOException: Unsupported Image Type
         at com.sun.imageio.plugins.jpeg.JPEGImageReader.readInternal(Unknown Source)
         at com.sun.imageio.plugins.jpeg.JPEGImageReader.read(Unknown Source)
         at javax.imageio.ImageIO.read(Unknown Source)
         at javax.imageio.ImageIO.read(Unknown Source)
         at deepzoomconvertor.Main.loadImage(Main.java:370)
         at deepzoomconvertor.Main.processImageFile(Main.java:238)
         at deepzoomconvertor.Main.reteriveAllImages(Main.java:221)
         at deepzoomconvertor.Main.main(Main.java:86)so in such exception cases i am trying to read the images using JAI and i am successful in reading images
    here is the piece of code i am using for this
      BufferedImage result = null;
       SeekableStream ss=SeekableStream.wrapInputStream(new FileInputStream(file), false);
               ParameterBlock pb = new ParameterBlock();
               pb.add(ss);
               RenderedOp rm=JAI.create("JPEG", pb);
               result=rm.getAsBufferedImage();
                 return result;it able to split images but the quality of images are poor it losts its original color format.
    can any one have any idea how to do it while retaining the quality of image color and resolution
    Thanks in advance
    Umesh

    The JPEG you are reading is a cmyk color space one. They're not common, but they do occasionally pop up in a collection of random jpeg images.
    The default JPEGImageReader that comes with the jdk cannot read them. And it will throw an exception - the exact same one you got - stating it can't. JAI's behavior is a little worse. It will read the image without exception, when in fact it to can't read it. It doesn't handle the cmyk aspect right, so you get a messed up image.
    The native JPEGImageReader that comes with installing [JAI-ImageIO|https://jai-imageio.dev.java.net/binary-builds.html] can read them. It appropriately decodes the ICC_Profile embedded within the JPEG and you get a cmyk BufferedImage. But if you wish to render this TYPE_CUSTOM BufferedImage, go grab a coffee while you wait for it to slooooowwwllly paint. You'll have to do a ColorConverOp to turn the cmyk BufferedImage into an rgb one (so Java2D can render it fast).
    Having done all this you'll find that 1) ColorConvertOp makes the image too bright and 2) The native PNGImageReader that comes with installing JAI-ImageIO has an affinity for returning TYPE_CUSTOM BufferedImages (arggg!!!).
    I'll help you fix points (1) and (2) if you get that far. Maybe the best choice is to simply give up on cmyk jpegs. They're only used in printing press environments, and people only use color space aware applications (like Photoshop) to manipulate them in any meaningful way.

  • Image swap and restore

    The image swap and restore won't work. I want to have one
    image switch to another when clicked and then get restored to the
    original image when clicked again. It lets me click once, but it
    won't restore the image on another click. I found that when i
    change the behavior (to say, double click) it works. Is there any
    way to have the two images toggle back and forth when i have a
    single click?
    Here is my code:
    <script type="text/JavaScript">
    <!--
    function MM_preloadImages() { //v3.0
    var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new
    Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0;
    i<a.length; i++)
    if (a
    .indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
    function MM_swapImgRestore() { //v3.0
    var i,x,a=document.MM_sr;
    for(i=0;a&&i<a.length&&(x=a
    )&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
    var p,i,x; if(!d) d=document;
    if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document;
    n=n.substring(0,p);}
    if(!(x=d[n])&&d.all) x=d.all[n]; for
    (i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
    for(i=0;!x&&d.layers&&i<d.layers.length;i++)
    x=MM_findObj(n,d.layers
    .document);
    if(!x && d.getElementById) x=d.getElementById(n);
    return x;
    function MM_swapImage() { //v3.0
    var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new
    Array; for(i=0;i<(a.length-2);i+=3)
    if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x;
    if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    </head>
    <body>
    <table width="287" height="1200" align="left">
    <tr>
    <td width="279" height="1200" align="left"
    valign="top">
    <p><img src="SearchingClose.jpg" alt="Searching"
    name="SearchingClose"
    onclick="MM_swapImgRestore();MM_swapImage('SearchingClose','','SearchingOpen.jpg',1)"
    /></p>

    On Thu, 3 Aug 2006 12:25:09 +0000 (UTC), "nst_21710"
    <[email protected]> wrote:
    >please help!!!
    With what ? - very many of use use newsreaders to access this
    forum,
    so cannot easily see what the original questions was - so
    many people
    will just go to the next message.
    I suggest you repeat the text of your original question -
    together
    with a link to your website.
    Malcolm
    Malcolm
    webmaster
    http://www.nb-president.org.uk/
    The coal fired steam narrow boat.
    Kildare is now back in the water

  • Image Upload and Resize Trigger Order Question

    Hello All,
    I do enjoy and like using the ADDT, however I do have a problem with the Image Upload and Resize trigger.
    I understand that this trigger is of the AFTER type, and as such, the insert record I have on the page is implemented first and the data is inserted into the table, then images uploaded provided they are smaller than 200 kB in size.
    However, as I have a field that is unique in the database, if the upload fails I am unable to upload any files which are under the size and put that information into the database, as there is already a record with the unique value.
    Is there an easy way to work around this by trying to capture the error before the data is inserted into the database?
    An idea I have is to: check the unique field with the value to be inserted, if fails, change unique value -> nothing inserted yet, no files uploaded.
    If the unique check passes, insert remaining data and trigger the upload and resize image trigger, once that is complete, have an update of the table to update with the unique value.
    I can see the above working, (I think), but I just have to write the code to implement the idea.
    I am not sure how to use the roll-back triggers either, if the Upload Image trigger fails, to remove the inserted record.  But if I can manage the roll-back trigger to remove the record, that is an option to consider for what I want to achieve.
    Thanks to any help people can provide.
    Cheers,
    Ian.

    Thank you for your reply.
    I have a work-around, I have split the forms over two pages, rather than put everything on one page - which introduced another issue, to which I have made a work-around of sorts too.
    The two forms, on different pages, is probably a better idea in terms of better management of data input. The work-around was a Header redirect based on a form variable, as, if I used a Custom Trigger to dynamically generate a new URL, it generated an escaped-encoded URL - to which I have not figured out how to fix.
    So, in the meantime, it works, so I will settle for that at the moment.
    Again, thanks for you reply.
    Ian.

  • WANTED: Test Engineer for CCD/CMOS image sensors and cameras...

    TEST ENGINEER
    Education:  BSEE or equivalent
    Experience:  5+ years experience in Test Engineering.  Preferred experience with Imaging and CCD cameras.  Must have programming experience with labview, and experience with other languages is a plus.  Must be familiar with standard test equipment such as an oscilloscope, parameter analyzer, etc.  Working knowledge of electronic circuits, and familiar with camera parameters.  Experience as a technical lead is a plus. 
    Duties:  Characterize and test CCD/CMOS image sensors and cameras.  Develop test plans, and create automated test systems.  Provide documentation, training and support for systems engineering efforts.  Develop quick solutions for engineering camera development efforts to aid in root cause analysis.
    Located in Milpitas, California, in the heart of the Silicon Valley, Fairchild Imaging is a pioneer in the CCD industry.  We recognize our products are only as good as our people who develop them. We are therefore looking for passionate, innovative people who enjoy the challenges of technology.  We offer competitive salaries, outstanding benefits, a 9/80 work schedule and a fun and creative working environment.
    U.S. Citizenship or permanent residency required. Fairchild Imaging is an equal opportunity employer.

    Visit the Fairchild Imaging Website for details on the company and the products.  Fairchild Imaging makes a wide spectrum of cameras including Aerospace, scientific and  medical and Fairchild Imaging has been producing CCDs since 1975.   Our cameras range in pixels size from below 1meg to over 81 meg with pixels down to 8.75u.  One of our CCDs was used in the Deep Impact project where a camera was fired into a comet which is one of many interesting projects.
    You will be working on a team of 10 dealing with testing of camera systems with responsiblity for test at the wafer level to finished camera.  This is a great opportunity to work with a talented staff with a interesting mix of products.

  • [iPhone] image width and height was exchanged after load to CALayer

    I want to put an image into a CALayer's sublayer, like this:
    *CALayer *parent = [CALayer layer];*
    *CALayer *child = [CALayer layer];*
    *[parent addSublayer:child];*
    *UIImage *image = [UIImage imageWithContentsOfFile:imagePaht];*
    *NSLog(@"%f-%f", image.size.width, image.size.height);*
    *child.contents = [image CGImage];*
    I have five images in my app to display, their sizes are (3648, 2048),(3648, 2048),(3648, 2048),(2048, 3648),(2048, 3648), but when the images are displayed, I found that the last two images were rotate 90 degree. anyone has such problem?

    No - not quite the same - but about the same on iPhone 4.
    My app uses ImagePicker to let the user select an image from the album or the camera roll. I picked an image (that was shot in landscape mode) from the album. The image picker showed it in portrait mode so, it was smaller in size. But when the app showed the image in different view, it was shown in original size in portrait mode - as if the image was zoomed in!
    This does not happen on iPhone 3GS, though.
    Any ideas?
    Sam.

  • Image Capture and Preview "folder not writable" error importing to shared folder

    I'm running 10.8.5 on a Late 2012 model Mac Mini. I'm trying to create a folder under my home directory where my wife can import pictures using Image Capture or Preview while logged into her account. I've tried setting permissions on the folder by setting POSIX permissions and ACLs from the command line, and also by setting ACLs using Get Info in Finder, but it seems as though both Image Capture and Preview ignore the ACLs and instead rely solely on the POSIX permissions for everyone/other (even when a relevant group is set). Unless the POSIX permissions for everyone/other are "rwx" Image Capture and Preview both give an error that the import failed, and /var/log/system.log shows errors that the "folder is not writable". I'd like to be able to set this up without making the folder and the files in it writable by everyone. My understanding was that ACLs should take precedence over POSIX permissions, but even the POSIX permissions don't seem to be getting handled properly, because the group is ignored. Any help or explanation of what's happening would be appreciated.
    Here's an example with details:
    Suppose we have the users alice and bob. We want to set permissions on the directory /Users/bob/importdir such that Alice can import files from a camera there using Image Capture (or Preview, either would do), but don't want to relax the permissions more than necessary.
    We create a group named bob_and_alice
    We set the following permissions on /Users/bob:
    POSIX: rwxr-xr-x, owner=bob, group=staff (i.e. default POSIX permissions)
    ACLs:
    0: group:everyone deny delete
    1: group:bob_and_alice allow list,search,readattr,readextattr,readsecurity
    2: user:alice allow list,search,readattr,readextattr,readsecurity
    "Get Info" shows "Read & Write" for bob and "Read Only" for alice, bob_and_alice, staff, and everyone
    We set the following permissions on /Users/bob/importdir:
    POSIX: rwxrwxr-x owner=bob, group=bob_and_alice
    ACLS: (these are already probably more permissive than should be necessary)
    0: group:bob_and_alice allow list,add_file,search,delete,add_subdirectory,delete_child,readattr,writeattr,re adextattr,writeextattr,readsecurity,writesecurity,file_inherit,directory_inherit
    1: user:alice allow list,add_file,search,delete,add_subdirectory,delete_child,readattr,writeattr,re adextattr,writeextattr,readsecurity,writesecurity,file_inherit,directory_inherit
    "Get Info" shows "Custom" for both alice and bob_and_alice, "Read & Write" for bob, and "Read Only" for everyone
    Alice opens a Terminal and cd's to /Users/bob/importdir. Alice can create and delete files in this directory.
    Now Alice opens Image Capture and with our camera connected we try to import a photo to /Users/bob/importdir. Image Capture shows an error dialog with the text "Import error. An error occurred while importing. The item 'foo.jpg' was not imported." /var/log/system.log shows the message: "Jul 20 22:12:34 computer_name.local Image Capture[32804]: Document destination folder is not writable" If instead Alice uses Preview it shows an error dialog with the text "The selected folder is not writable" and /var/log/system.log shows two error messages:
    Jul 20 22:23:45 computer_name.local Preview[33280]: Document destination folder is not writable
    Jul 20 22:23:45 computer_name.local Preview[33280]: Encountered error during image import: Error Domain=com.apple.ImageCaptureCore Code=-9934 "The selected folder is not writable" UserInfo=0x7ffda4881f00 {NSLocalizedDescription=The selected folder is not writable}
    Now we change the POSIX permissions on /Users/bob/importdir to: rwxrwxrwx
    The import succeeds with both Image Capture and Preview
    Can anyone explain what's going on here? Is there another reasonable way to do this without, moving this shared directory to /Users/shared?

    Did you figure out how to fix this?

  • Image Processing and machine vision don't appear in Function Palette

    Hi,
    I have problem and I can't solve it
    Image Processing and machine vision don't appear in Function Palette, Although I set up NI imaq and NI Vision Acquisition Why??
    Anyone can help me?
    Solved!
    Go to Solution.

    If the image is already a Grayscale U8 image you would just have to save it to a bitmap file using the IMAQ WriteFile VI. If not, use the IMAQ Cast Image VI to convert it to a Grayscale U8 and then save it.
    Also, it would probably be better to create a new thread for questions like these.
    Cameron T
    Applications Engineer
    National Instruments

  • Hi I have been having a problem with Bridge in CS4 recently. So uninstalled CS4 and Lightroom 4.4 and reinstalled them on my Desktop PC. When I turned on Bridge through CS4, My thumb nail images disappeared and a thumb nail icon with CR2 appeared. Now som

    Hi I have been having a problem with Bridge in CS4 recently. So uninstalled CS4 and Lightroom 4.4 and reinstalled them on my Desktop PC. When I turned on Bridge through CS4, My thumb nail images disappeared and a thumb nail icon with CR2 appeared. Now some of my images have disappeared from Light room 4.4, but I can find them in CS4 and Bridge now shows some thumb nails as images and some as an icon with CR2. I have spent two weeks going through preferences etc. to find how to resolve my problem. Please can you Help? Meany thanks in advance
      Derek Randall

    I don't use LR and rarely use the bridge so I can not answers about thumbnails in them,  However thumbnails in windows file explorer and windows dialog for CS2 files will only show if you have installed codec into windows that will produce them. Windows does not do CR2 thumbnails on its own. I use FastPictureViewer Codec package for RAW File and PSD files thunbmail support.

Maybe you are looking for

  • Turning On Bex reporting Flag

    Hi, We have ODS size of 7 million records. The Bex reporting Flag is swithched off on this ODS and I would like ON it now. Do I have to clean the data and relaod everything back in or is it ok to switch on the Flag now and transport it? Thanks, AB

  • User friendly way to let user pick a report?

    I have a table that stores report names, the user that generated the report and report date. What is the best method for displaying a list of available reports and letting the user select one for viewing? Would it be an LOV? Darren

  • Saving Message History

    I am working in a chat application. I am wanting to save the messages in a chat application between users for future purposes. Is it possible to save the chat history in the Flash Media Server itself, or would it be needed to be saved in database? If

  • Mailbox mails to be remove through shell

    Hi, I need to keep one of the mailbox mails to be reserve present two days only and past mails are to be removed. I have tried below command from exchange shell but it's not worked out. Get-Mailbox -identity [email protected] | Search-Mailbox -Search

  • Cisco CAD agent automatically login to 3rd party web application

    I am aware that Cisco UCCX CAD agents have the ability to launch a web application by configuring the web page within the UCCX Desktop Administrator. This is an excellent feature; however, I need to automate the login to the web application using CAD