How do I know which update to use for camera raw?

I just bought a Canon 700D (T5i) and my CS5 does not recognize the RAW files. Looking at all the updates is very confusing as to just which one I need. Could someone help guide me to the correct update?

Yes, it is very confusing.  No question about that.
Always use the highest version that will work with your version of Photoshop.  In your case (CS5.x) that is ACR 6.7.
It helps to remember that once a given camera model is supported in a given version of ACR, it will continue to be supported in all subsequent versions.
In addition to support for newer cameras, each new version of Camera Raw has unannounced, unheralded bug fixes and improvements.  So just use the highest version that will work with your version of Photoshop, as stated above.  In the case of your version of Photoshop that is ACR 6.7.
But, your camera may not be supported at all yet, and you'll have to convert your Canon raw files to raw DNG files with the free DNG Converter once said converter supports your camera.
Message was edited by: station_two

Similar Messages

  • HT1665 how do i know which converter to use for my iphone and ipod dock station

    i have a dock spaeker for iphone and ipod it does not support iphone 5s where do i get a converter from and which one do i get

    One of these adopters/cables should work:
    http://store.apple.com/us/product/MD824ZM/A/lightning-to-30-pin-adapter-02-m?fno de=45
    http://store.apple.com/us/product/MD823ZM/A/lightning-to-30-pin-adapter?fnode=45

  • How can I know which file is using by the self-service workflow?

    Dear all:
    In my directory, there are two HRSSA.wft and How can I know which source is using by the workflow of the self-service ?
    my environment is oracle 11.5.9 | self-service 4.1 | workflow builder 2.6
    Thanks
    regards
    Terry

    One way would be to download the HRSSA workflow to a wft file (using the WFLOAD utility - see MOS Doc 578248.1), then comparing this downloaded wft file with the two files you have (using a utility such as diff in Unix). The comparison that reports no differences will identify the wft that was uploaded into the database.
    HTH
    Srini

  • How do I know which update rollup is installed on my exchange 2010 sp3 server ?

    how do I know which update rollup version is installed on my exchange 2010 sp3 server ?
    Anand_N

    And take a peek here:
    http://blogs.technet.com/b/rmilne/archive/2013/10/29/how-to-check-exchange-2010-ru-version.aspx
    Cheers,
    Rhoderick
    Microsoft Senior Exchange PFE
    Blog:
    http://blogs.technet.com/rmilne 
    Twitter:   LinkedIn:
      Facebook:
      XING:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • I'm not able to see all the tabs words on itunes window. I think I uninstall the font on my system. How I can know wich fonts Itunes uses for install it?

    I think I uninstall the font on my system. How I can know wich fonts Itunes uses for install it?
    I'm using Win Vista 64b - but I try already to install all my fot library but nothing happen,, still not able to see some menu's from lists, tabs titles, etc.
    I search through itune's web site and not sign of info about how can I fix this problem...
    help!

    It has something to do with Segoe fonts in your system.
    Refer this link for solution
    iTunes 10.1 Missing Text

  • I do not know which email i used for the my old apple ID.

    I do not know which email i used for the my old apple ID. All I know is that it goes C*****@gmail.com. Is there any way for me to figure out my username or email used for the apple id without having the username or email logged in?

    You need to try each one you think it might be, or try using Apple’s iForgot service, or if you’re the device’s original owner, take it and its purchase receipt to a physical Apple Store.
    (117341)

  • How do i know which updates should i install?

    iv'e read in a guide apple wrote that some firmeware and software updates will not update automatically with the software update tool.
    how can i tell which updates should i install?
    i have a 2 weekds old new macbook pro 13' non retina(1200$ version) , unmodified.

    Read here:
    http://support.apple.com/kb/HT1338

  • How does Toplink know which Pool to use ?

    We have two pools defined in sessions.xml as below
    default has is-read-connection-pool false and one with true. We are not specifying to use read pool or default pool in our app anywhere, which we can while acquireClientSession("pool name"), but we are not. Does TL automatically decide to use which pool to use ?
              <connection-pool>
                   <is-read-connection-pool>false</is-read-connection-pool>
                   <name>default</name>
                   <max-connections>10</max-connections>
                   <min-connections>10</min-connections>
              </connection-pool>
              <connection-pool>
                   <is-read-connection-pool>true</is-read-connection-pool>
                   <name>Read Pool</name>
                   <max-connections>15</max-connections>
                   <min-connections>15</min-connections>
              </connection-pool>

    When using TopLink's internal connection pooling:
    READING: session.acquireClientSession() will acquire a read connection for the client session from the default read connection pool. Having multiple read connection pools and providing the pool name in the acquire is very uncommon.
    WRITING: When a UnitOfWork requires a connection for writing it will acquire a connection from the write connection pool.
    Doug

  • How to figure out which universes they use for a massive number of reports?

    Hi,
    In Web Intelligence or CMS or by using any means, is there an easy way to generate a list that shows all reports and the universes they use?  The reason I'm asking this question is that I want to clean up universes but I need to know which reports use which universes.  With over 1000 reports in repository, it is not feasible to go into every report to see which universes it uses.
    Thanks a lot.
    Jun

    Thanks a lot.
    The Query Builder does the trick: http://<CMS host name>:8080/businessobjects/enterprise115/adminlaunch/query/ie.jsp although it cannot provide the location of the reports but it does provide the name and owner of the reports.
    The following blog helps on how to construct the Query Builder queries:
    /people/ted.ueda/blog/2008/10/20/businessobjects-enterprise-sdk--relationship-queries
    Thanks.
    Jun

  • How do I know what Jdeveloper is using for a CLASSPATH?

    yeah yeah yeah I know do
    c:> echo $CLASSPATH
    ... or ... or look at
    control panel > system > environment
    Those tricks still don't tell me what
    JDeveloper thinks it is using for
    a classpath ... I am new to NT and
    these IDE things so any help would
    be nice.
    Thanks

    The easiest way is to compile and run inside the IDE (it is an
    integrated environment after all). You can do this with the
    Build, Make and Run menu items on the context menu of a java
    file or project.
    If for some reason, you need to compile on the command line, you
    will indeed need to set the classpath environment variable
    manually or pass it in as an argument to javac or java. You
    could copy it from the JDeveloper output window (after compiling
    inside the IDE) and paste it into a command prompt.
    Was there some other specific way you'd like the IDE to
    integrate with the windows command prompt?

  • Having trouble updating the plugin for camera raw on photoshop CS2

    I am having trouble updating the plugin for the camera raw on photo shop CS2. I downloaded the plugin and put it where the instructions told me but I still couldnt open raw photos. any help would be great

    Use the DNG converter for the latest camera support in CS2:
    Why doesn’t my version of Photoshop or Lightroom support my camera?: http://adobe.ly/ACRandDNG

  • I have more than one version of GR5 on my mac. How do I know which is being used by logic 9?

    Hi, I'm new to logic pro and would realy appreciate some help. I have several versions of guitar rig 5 on my mac. How do I find out which one is being used in logic.
    I looked in plugins and see a version that is only 109 mb but I have another that is over 500 mb on my desktop. Can I just drag and drop this into plugins folder?
    Sorry if I seem a bit stupid but I can't make out what is being used as the one called up in logic seems to be the full version.
    Thanks

    The presets from earlier versions of GR should all be in the same place anyhow.. so reinstalling GR5 into it's correct locvation shouldn't affect anything regarding those other presets. In fact, as far as I can recall.. GR5 should ask if you want to import older presets when you first run GR5 standalone (The app version of GR5 in your applications folder) after install....
    Then those same presets should be present in in the AU version of GR5....
    Also GR4 (So long as you updated it to the latest version via the Service Center) should also continue to work with Logic Pro anyhow.. and load when you load an older project which used that version....
    Finally, any version you may have installed elsewhere.. won't work with Logic Pro because LP uses the AU Component version that is installed by the NI installer and therefore located in your components folder...  Those other versions are more likely to be copies of the standalone version.. which LP9 doesn't use.

  • How do I know which Preset to use?

    I want to edit a DV film, which was is DV PAL, at 48kHz audio with 640 * 480 res. I am not sure of the fps, but it has worked before in FCE. I am not sure whether to use anamorphic or not, and what the differences are. The more I know about this stuff, the less I will need to ask you guys.
    Edit: I have since noticed the video is in a fps of 29.97, which I know FCE allows.
    Thanks in advance.
    Message was edited by: The Liberator

    That is interesting!
    I have no idea what you can do with your PAL converted to NTSC project.
    The only proper thing to do is to start again and capture the original video correctly as PAL into FCE.
    If you no longer have the tape or camera you will somehow have to play around with what you have, but as I said, I have no idea where you could start or what the quality of the final video would be like.
    As long as you have the original tape you can use any Mini-DV camcorder to capture it into FCE.
    Message was edited by: Ian R. Brown

  • How can I know which orb im using?

    Hello all
    im trying to move from javaIDL to jacORB in my application
    I point my class path to the jacORB.jar and it is first in the list
    how can I be sure im using jacORB and not javaIDL ?
    Because the declaration is the same in the code. (import org.omg.CORBA.ORB;)

    You need to set ORB properties.
    Not fammiliar with JacORB but Orbix case looks like:
    Properties props = new Properties();
    props.put("org.omg.CORBA.ORBClass", "IE.Iona.OrbixWeb.CORBA.ORB");
    props.put("org.omg.CORBA.ORBSingletonClass", "IE.Iona.OrbixWeb.CORBA.singletonORB");
    orb = ORB.init(args, props);
    Anyway, check JacORB docs.
    found this:
    p.put("org.omg.CORBA.ORBClass", "org.jacorb.orb.ORB");
    p.put("org.omg.CORBA.ORBSingletonClass", "org.jacorb.orb.ORBSingleton");
    Message was edited by:
    algr

  • How do I know which PRL to use?

    Moved for greater exposure

    That is interesting!
    I have no idea what you can do with your PAL converted to NTSC project.
    The only proper thing to do is to start again and capture the original video correctly as PAL into FCE.
    If you no longer have the tape or camera you will somehow have to play around with what you have, but as I said, I have no idea where you could start or what the quality of the final video would be like.
    As long as you have the original tape you can use any Mini-DV camcorder to capture it into FCE.
    Message was edited by: Ian R. Brown

Maybe you are looking for

  • How to open several psdfiles simultaniously in Camera Raw 8.1

    I've replaced my Ps 5.5 by Ps 6. Now I'm having problems with opening psd files in Camera Raw; in Ps 5 I worked from Bridge and could open that type of files from Bridge to ACR. I just found out how to open it in Photoshop: open as....RAW file. But I

  • Where are release notes for Crystal Reports 2011 SP10?

    We've recently moved from Windows XP with an older release of Crystal to Windows 7 (64 bit) with Crystal Reports 2011.  Where can you find what issues have been fixed?  Despite finding a link with the text "Support and Feature Pack Release Notes" on

  • XML diff - ignoring order

    I'm working a project which basically involves producing a diff of 2 XML files. I recently discovered XDK and though that this would be the best way to do this. However, after I implemented the XDK solution, I found that it makes a distinction betwee

  • Can I replace the aluminum outer case the laptop comes in?

    I have a macbook pro 17" 2009 Processor  2.66 GHz Intel Core 2 Duo Is it possible to replace the aluminum outer case the laptop comes in? My wife was using my mac and droped it, on the front left corner there is a dent, and it is affecting my CD's th

  • % to sales formula required in Structures _ FI Report

    The Finance Profit / Loss report involves using of structures. Structures are elements with different GL account groupings Structure Elements    Balance    % to Sales Sale                         150000         100% Materials                    32000