Need Help with RAW File in Elements 9

I have Nikons D7000, D60 and Elements 9.  Elements 9 recognizes NEF file from D60 but not from D7000.  How do I fix this problem? 

I apologize for being dense here.  Where do I open Full Edit and clock the menu Help Updates?  I don't recognize this term in any of the D7000 menus.  Do I do this in Elements 9?  I don't recognize the term RAW "plug in."  I am not sure what plug in you are speaking to.  Thanks so much for your help and patience. 

Similar Messages

  • Need help with raw files

    I have reinstalled and updated CS5 but I am unable to open camera raw files for my Canon Rebel T4i. I get the following message:
    Could not complete your request because the file appears to be from a camera model which is not supported by the installed version of Camera Raw.
    Please visit the Camera Raw help documentation for additional information.

    Camera Raw is an Adobe plugin for Photoshop, Photoshop Elements and Lightroom which processes Raw files. Camera Raw must be updated for every new make and model of camera which enters the market. Thus Camera Raw is frequently updated but not all versions of Camera Raw are compatible with all versions of Photoshop.
    See http://blogs.adobe.com/crawlspace/2011/03/why-doesnt-my-version-of-photoshop-or-lightroom- support-my-camera.html
    According to http://helpx.adobe.com/creative-suite/kb/camera-raw-plug-supported-cameras.html
    the Rebel T4i was first supported in Camera Raw 7.1.
    Camera Raw 7+ is only compatible with CS6 and higher.
    http://helpx.adobe.com/x-productkb/global/camera-raw-compatible-applications.html
    Your choices:
    Upgrade to CS6
    Join the Cloud
    Convert all your T4i Raw files to DNGs using Adobe's free DNG converter
    http://www.adobe.com/products/photoshop/extend.displayTab2.html
    Then edit the DNGs in your existing CS5.

  • Need help with Raw file converter for ps6 on windows xp

    I had to re-install my CS6  on my computer and now I can't get any of the raw files open.  I'm not on the cloud and am running Windows xp, service pack 3.  Can anyone help?

    Thanks Richard.  I made sure that I was totally up to date via help-updates on all programs (cs6 & bridge) and it still doesn't work.  Any other thoughts?   I remember vaguely that I had this problem before and had to download a new file.  I tried looking on Adobe site and the suggestion is the raw conversion  8.3.  Downloaded that (said it was for windows xp, serv. pack 3) and I can see the file but when I click on that it comes up as a .pf file and I"m not sure where to go from here ... or if I have now messed up everything really well.
    Yes, XP is on the way out of my life as I need a new computer so this maybe the push that I need.  But in the meantime, I really need to process some images.
    Any other thoughts?
    Noella

  • Need help opening raw files.

    I can't open raw files in elements 6 for mac even after downloading updates for my nikon d-90... any help would be appreciated.
        Thanks

    You need to download and install Adobe Camera Raw 5.1
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4059

  • Need help with connecting file inputs to arrays

    In this assignment I have a program that will do the following: display a list of names inputed by the user in reverse order, display any names that begin with M or m, and display any names with 5 or more letters. This is all done with arrays.
    That was the fun part. The next part requires me to take the names from a Notepad file, them through the arrays and then output them to a second Notepad file.
    Here is the original program: (view in full screen so that the code doesn't get jumbled)
    import java.io.*;       //Imports the Java library
    class progB                    //Defines class
        public static void main (String[] arguments) throws IOException
            BufferedReader keyboard;                                  //<-
            InputStreamReader reader;                                 //  Allows the program to
            reader = new InputStreamReader (System.in);               //  read the the keyboard
            keyboard = new BufferedReader (reader);                  //<-
            String name;                 //Assigns the name variable which will be parsed into...
            int newnames;               //...the integer variable for the amount of names.
            int order = 0;              //The integer variable that will be used to set the array size
            String[] array;             //Dynamic array (empty)
            System.out.println (" How many names do you want to input?");   //This will get the number that will later define the array
            name = keyboard.readLine ();
            newnames = Integer.parseInt (name);                                         // Converts the String into the Integer variable
            array = new String [newnames];                                               //This defines the size of the array
            DataInput Imp = new DataInputStream (System.in);       //Allows data to be input into the array
            String temp;                                       
            int length;                                                                  //Defines the length of the array for a loop later on
                for (order = 0 ; order < newnames ; order++)                                //<-
                {                                                                           //  Takes the inputed names and
                    System.out.println (" Please input name ");                            //  gives them a number according to
                    temp = keyboard.readLine ();                                           //  the order they were inputed in
                    array [order] = temp;                                                  //<-
                for (order = newnames - 1 ; order >= 0 ; order--)                                //<-
                {                                                                                //  Outputs the names in the reverse 
                    System.out.print (" \n ");                                                   //  order that they were inputed
                    System.out.println (" Name " + order + " is " + array [order]);             //<-
                for (order = 0 ; order < newnames ; order++)                                  //<-
                    if (array [order].startsWith ("M") || array [order].startsWith ("m"))     //  Finds and outputs any and all
                    {                                                                         //  names that begin with M or m
                        System.out.print (" \n ");                                            //
                        System.out.println (array [order] + (" starts with M or m"));         //
                    }                                                                         //<-
                for (order = 0 ; order < newnames ; order++)                                            //<-
                    length = array [order].length ();                                                   //
                    if (length >= 5)                                                                    //  Finds and outputs names
                    {                                                                                  //  with 5 or more letters
                        System.out.print (" \n ");                                                      //
                        System.out.println ("Name " + array [order] + " have 5 or more letters ");      //<-
    }The notepad file contains the following names:
    jim
    laruie
    tim
    timothy
    manny
    joseph
    matty
    amanda
    I have tried various methods but the one thing that really gets me is the fact that i can't find a way to connect the names to the arrays. Opening the file with FileInputStream is easy enough but using the names and then outputing them is quite hard. (unless i'm thinking too hard and there really is a simple method)

    By "connect", do you just mean you want to put the names into an array?
    array[0] = "jim"
    array[1] = "laruie"
    and so on?
    That shouldn't be difficult at all, provided you know how to open a file for reading, and how to read a line of text from it. You can just read the line of text, put it in the array position you want, until the file is exhausted. Then open a file for writing, loop through the array, and write a line.
    What part of all that do you need help with?

  • Help with Raw Files

    I'm using an Imac with 2.1 Ghz PowerPC G5 processor, running OS X 10.5.8 and Photoshop CS2.  I just bought a Nikon D300s and would like to work with raw files.  Adobe tells me I need CS5 which means I would need to buy an new computer.  Is there anyway around this?

    You'll need to convert your raw files to DNG with Adobe's free converter: http://www.adobe.com/products/dng/

  • Need help with raw fine tuning version

    I am a new user of the aperture 2. I just activated my copy of aperture by the trial key provided by apple.
    Everything looked nice except when I imported some raw images of Fujifilm S5PRO, the raw decoder available are only 1.0 and 1.1. There are no option for 2.0. Also the recovery function under exposure is disabled.
    Need help with this, how could I solve and get back to a 2.0 decoder?
    Aperture Version is 2.01
    MAC OSX 1.5.2

    Hi KelseyyBevann,
    Welcome to the Support Communities!
    Is this the update that you tried to download?
    Digital Camera RAW Compatibility Update 4.06
    http://support.apple.com/kb/DL1656
    What version of the operating system do you have?
    When you attach your camera do you see it in Finder?
    If so, you can import the photos into iPhoto this way:
    iPhoto '11: Import photos from your hard disk or other computers
    http://support.apple.com/kb/PH2357
    Judy

  • Need Help with .nnlp File.............A.S.A.P.

    I'm having a problem also with my JNLP file. I have downloaded the program onto one computer and that computer is using j2re1.4.2_04
    The other computers I believe are all running j2re 1.4.2_05
    I'm not sure if that's make a difference, but on the computer with j2re 1.4.2_05 when going to the site where the .jnlp file is located, the application comes up and says Starting Application. After it gets to that screen it just stays there. I really need help with this as soon as possible.
    Here is my .jnlp file listed below:
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp
      spec="1.0+"
      codebase="http://www.appliedsolutions.com/placewiz"
      href="Placewiz.jnlp">
      <information>
        <title>Placement Wizard 4.0</title>
        <vendor>Applied Solutions, Inc.</vendor>
        <homepage href="index.html"/>
        <description>Placement Wizard 4.0</description>
        <description kind="short">Short description goes here.</description>
        <offline-allowed/>
      </information>
      <resources>
        <j2se version="1.4+"/>
        <j2se version="1.3+"/>
         <j2se version="1.5+"/>
        <jar href="Placewiz.jar"/>
      </resources>
      <security>
          <all-permissions/>
      </security>
      <application-desc main-class="com/asisoftware/placewiz/loader/Exec">
    </jnlp>

    This was due to a change in 1.4.2_05
    the main class attribute
    main-class="com/asisoftware/placewiz/loader/Exec">is wrong - it should be:
    main-class="com.asisoftware.placewiz.loader.Exec">this didnt seem to mater before 1.4.2_05, but some change in java since then caused this bad class specification to stop loading.
    /Andy

  • Need help reading raw files!

    Help please!  Cannot read raw files of my Nikon D5000.  Have downloaded Camera Raw 5.3 and followed instruvctions.  5.3 supports the D90 which is supposedly essential the same.  Any suggestions?

    Read the posts in the following link:-
    http://www.elementsvillage.com/forums/showthread.php?p=463255#post463255
    Try the DNG converter or the DPP software supplied with your camera until ACR 5.4 is finalized, as suggested in the posts.
    I have read that there is a way to get the Release Candidate 5.4 installed in PSE 6/7 but you need some skills in understanding computer files.

  • Need help with raw support for Nikon D7100

    Hello,
    So i found the update that will allow me to get my raw files onto my mac but it will not let me download anything!
    It says i need aperture or i photo. I have the most up to date iphoto and it still will not let me download the update.
    Sorry if this is stupid i am just getting so frustrated with this whole thing! I bought my new Nikon and i have to keep all my pictures on the camera!
    Some one please help me!
    I am not very good with my mac yet and i need all the help and explanation i can get!
    Thank you so much!

    Hi KelseyyBevann,
    Welcome to the Support Communities!
    Is this the update that you tried to download?
    Digital Camera RAW Compatibility Update 4.06
    http://support.apple.com/kb/DL1656
    What version of the operating system do you have?
    When you attach your camera do you see it in Finder?
    If so, you can import the photos into iPhoto this way:
    iPhoto '11: Import photos from your hard disk or other computers
    http://support.apple.com/kb/PH2357
    Judy

  • I need help with viewing files from the external hard drive on Mac

    I own a 2010 mac pro 13' and using OS X 10.9.2(current version). The issue that I am in need of help is with my external hard drive.
    I am a photographer so It's safe and convinent to store pictures in my external hard drive.
    I have 1TB external hard drive and I've been using for about a year and never dropped it or didn't do any thing to harm the hardware.
    Today as always I connected the ext-hard drive to my mac and click on the icon.
    All of my pictures and files are gone accept one folder that has program.
    So I pulled up the external hard drive's info it says the date is still there, but somehow i can not view them in the finder.
    I really need help how to fix this issue!

    you have a notebook, there is a different forum.
    redundancy for files AND backups, and even cloud services
    so a reboot with shift key and verify? Recovery mode
    but two or more drives.
    a backup, a new data drive, a drive for recovery using Data Rescue III
    A drive can fail and usually not if, only when
    and is it bus powered or not

  • Help with RAW files and custom white balance.

    ive long had this issue with RAW shooting and adobe photoshop and lightroom, my main subject is a saltwater reef aquarium that is lit by artificial lighting, i shoot canon and use the custom white balance setting to get everything looking proper and it works good.. to an extent.. if i shoot jpg the photos all turn out as shot, if i shoot RAW the white balance in adobe programs is totally messed up and you cant fix it.. if i use DPP by canon, its perfect and looks just as shot or just a a jpg would look.. my question is how can i get adobe lilightroom to render my RAW files correctly.
    below are all 3 images, first one was converted and exported to jpg in canon DPP without any adjustments and is what the photo should look like, second has been exported from photoshop, and 3rd i added a link to the actual RAW file. why cant my lightroom interpret these properly?
    heres a link to the actual RAW file
    https://www.dropbox.com/s/5a39ctllwgrem7a/_MG_8971.CR2
    this was a raw converted in canon dpp, and its what the aquarium looks like, and is what the photo should look like. just to note, any other editing or viewing program besides adobe products all render the image correctly.
    this is what photoshop and lightroom do to my Raw files, theres no way to adjust anything to get even remotely close to correct..

    The white-balance Temperature of this image as computed by the camera is way beyond the 50,000K upper limit as you can see when you open the file in LR or ACR, so Adobe cannot reach the As Shot WB temperature number and stops at 50,000K which is still too blue -- although EXIFtool says:  Color Temp As Shot : 10900, so maybe Adobe's wildly high 50,000K number is based on a faulty camera profile that exaggerates blues:
    However, using the Camera Standard makes things not nearly so garish blue, and it is possible to use Photoshop to neutralize things even more:
    However, as you say, other raw converters do ok with this image despite the high WB temperature, so I think the Canon T3/1100D profile needs some work, but probably won't get it since it is not a high-end camera.
    For example, here is the default conversion from LibRaw that is part of RawDigger, and in my opinion is an improvement on the camera rendering though perhaps lacks a bit of saturation:
    As another example, here is RawTherapee's conversion, after I neutralized the auto-tone and color values it applies by default, and appears to be a bit too saturated but that could be easily adjusted:
    I would agree that Adobe is doing something wrong with this camera in this lighting.  A clue is the bright green color of the top-central coral which seems to be yellow in the non-Adobe renderings.

  • Need help with RAW conversion in 1.5

    Previous tests on RAW conversion have confirmed that Aperture and CI pretty much all in camera settings except white balance. In my previous tests with everything set to pretty much "normal" in camera Aperture's RAW conversion was close but not exact to the camera produced JPG's of the same exact image (camera set to RAW+JPG). I have no way to test but now the same exact images are no where near the same color balance or temperature.
    Does anyone else have this issue with 1.5? What is going on?
    I can post some examples if it would help.

    Hello, rwboyer
    Quote: "[sic with] pretty much all in camera settings
    except white balance. In my previous tests with
    everything set to pretty much "normal" in camera
    Aperture's RAW conversion was close but not exact to
    the camera produced JPG's of the same exact image
    (camera set to RAW+JPG)."
    What are you using as a comparison for the jpegs?
    Comparing a RAW photograph to a jpeg duplicate would
    not look the same under close examination.
    Let's see the examples.
    love & peace,
    victor
    Let me rephrase and provide an example,
    I have the camera set to produce a RAW file and a JPG of the same shot. In Aperture 1.1 the way both file looked side by side in Aperture was close but not identical, the way both files looked exported to JPG were close. After switching to Aperture 1.5 the same exact files look completely different.
    Here is an example exported from Aperture 1.5
    {Moderator note: Links to images were removed. Please only link to images that would be 'family-friendly'.}
    Thanks
    MacBookPro Mac OS X (10.4.6)

  • PSE 12: Mac need help opening RAW files

    I downloaded the trial version of PSE 12 on a Mac OS X v 10.8.5 and I am unable to open the CR2 RAW files taken by a Canon EOS Rebel XS and loaded directly to the Mac.
    The exact error message is, "Could not complete your request because the file appears to be from a camera model which is not supported by the installed version of Camera Raw. Please visit the Camera Raw help documentation for additional information."
    The Camera Raw plug in version on this PSE 12 is 8.2.0.94
    In an effort to open these CR2 files, I downloaded the DNG Converter 8_2. This provided a similar error, "The source folder does not contain any supported camera raw files."
    I believe that my camera is supported by PSE12 :
    I plugged an external hard drive into the Mac which contains CR2 files from the exact same camera. The files were unloaded using a Windows PC and then saved on the hard drive. They open on the Mac using PSE12. No problem.
    So, I am guessing that the problem is that I am a new Mac user. I have no idea where I should look on the Mac to figure out why the CR2 files directly loaded to the Mac won't open in PSE12 but files loaded to a WIndows computer and then opened on the Mac will open in PSE12.
    Any suggestions?

    Barbara B--thank you so much for trying to help me.
    I finally have success! I discovered that I must use the Canon EOS Utility to download the files to the Mac. Not iphoto and not the Image Capture.
    For anyone else who might need a link to the Canon Rebel XS EOS Utility, I found it here:
    http://www.canon.ca/inetCA/serviceDetail;jsessionid=DC83C78ACE20A8EA2FFB19AFB974A352.estor eProd?m=load&directLink=Y&mid=2762B004&type=D&opt=1

  • Need help with backup files made by HP Recovery.

    So in 2011 I had made a post about a DV9 series HP laptop I had that I felt needed a harddrive. Well the laptop has been sold to a friend of mine and he has since fixed the issue it had. My curent deboggle is trying to deal with the 36GB of data it backed up onto an external USB powered harddrive. The information was saved from a system that ran Windows VISTA, on that same DV9 Pavilion. I have a new laptop and it's a Pavilion DV6 running windows 7. Is there some sort of 3rd party application or an uncommon HP utility that can open, run or modify. Specificaly I need to some files but not all, but if my only option is to extract all then that would be fine also. There is an executible in the backup folder but it doesn't extract anything it just locks up. 
    For the TLR portion, need to access backup files made on an older HP laptop with windows vista to a newer HP latop running windows 7.

    Terribly sorry for the post, I should have researched more before posting. I found the answer to my issue in another thread here on the HP forums! Thanks so much!!

Maybe you are looking for

  • Drilldown on dvt:gauge (using JDev 11.1.2.1.0)

    Hi, I noticed the documentation mentions drilldown isn't currently supported - http://docs.oracle.com/cd/E16162_01/apirefs.1112/e17490/tagdoc/dvt_gauge.html And I could observe that a gauge set doesn't set current row on click. Is there an ETA for wh

  • Macbook display darken on startup?

    Hi Guys, Quick question about my macbook. For quite a while now, on startup, the display brightness is darker than what it previously was. I will go into sydtem preferences, brighten the screen, hen often when re-starting or waken the computer from s

  • Opening PRE8 file in PRE7

    Does anyone know if there is a way to save a PRE8 file as an older version.  I've had so much trouble with PRE8, that I'd like to go back to PRE7, and see if I can at least complete the DVD. Thanks, Shama

  • Reverb Probl

    Hey, everyone. I've got some problems with an unwanted echo effect. I just hear all sounds on my computer as though reverb is turned up all the way. I checked all my settings, and nothing is turned on that shouldn't be on. CMSS is set to just regular

  • How do I export an image as transparent in CS4?

    I just upgraded from CS to CS4; in CS, to export a photo as transparent (EPS) was super easy, there was such an option in the Help menu and was done with just a few click of buttons. In CS4 this option is gone and I can't figure out how to do this op