Anyone use Lightroom with Reconyx cameras?

I just bought a Reconyx Pro 90HO and when I import images into LR 1.4 it crashes. I was able to import some, then later on reopening LR, it crashed again. I had to open LR and REALLY fast delete all the Reconyx photos and it's fine now so clearly something about those images (jpegs) screws it up. When it did import, many files are listed as unsupported or corrupted until I click on them and then they appear in the Library window, but it still usually crashes the program. I'm wondering whether it has anything to do with how they attach the metadata to their images. The folks at Reconyx aren't familiar with Lightroom - they're suggesting finding a program to strip the metadata out of the pics which I'd rather not do so I'm hoping there's some other solution.

The latest version of LR is 2.6, available for a 30-day trial from this link. You could install it and see if your images work better with that version. If so, you can decide whether to spend the $99 to upgrade.
Hal

Similar Messages

  • Using Lightroom with HP B9180 printer and WIN Vista

    Does anyone have experience using Lightroom with the HP 9180 pigment printer and Windows Vista? I'm considering moving from a dye printer to a pigment printer but have noted in discussion groups there seem to be some difficulties of getting good prints out of Lightroom with various printers.

    Using Vista with B9180 via Ethernet, works great! If you upgrade the B9180 firmware, do it via USB.

  • How to use lightroom with desktop PC and mobile with MacBook Pro ?hav

    At home I have a desktop PC with all my lr files stored on NAS drive I want to be able to access and edit on macbook when away from home.
    1 Is it possible or do I need a Mac pc or change laptop to windows based ?
    2 do I use remote access to NAS or use previews and sync catalogue ?
    3 can lr exist with both file formats at same time ?

    I use a similar setup, with a Windows desktop PC and a MacBook Pro. My photos are on an external drive connected to the Windows machine, and I sync the catalog and smart previews using Dropbox.
    See see my post A Portable Lightroom Catalog on TipSquirrel.
    Also, see my post on Using Lightroom with Two Computers.
    mh++

  • Has anyone used JAAS with WebLogic?

    Has anyone used JAAS with Weblogic? I was looking at their example, and I have a bunch of questions about it. Here goes:
    Basically the problem is this: the plug-in LoginModule model of JAAS used in WebLogic (with EJB Servers) seems to allow clients to falsely authenticate.
    Let me give you a little background on what brought me to this. You can find the WebLogic JAAS example (to which I refer below) in the pdf: http://e-docs.bea.com/wls/docs61/pdf/security.pdf . (I believe you want pages 64-74) WebLogic, I believe goes about this all wrong. They allow the client to use their own LoginModules, as well as CallBackHandlers. This is dangerous, as it allows them to get a reference (in the module) to the LoginContext's Subject and authenticate themselves (i.e. associate a Principal with the subject). As we know from JAAS, the way AccessController checks permissions is by looking at the Principal in the Subject and seeing if that Principal is granted the permission in the "policy" file (or by checking with the Policy class). What it does NOT do, is see if that Subject
    has the right to hold that Principal. Rather, it assumes the Subject is authenticated.
    So a user who is allowed to use their own Module (as WebLogic's example shows) could do something like:
    //THEIR LOGIN MODULE (SOME CODE CUT-OUT FOR BREVITY)
    public class BasicModule implements LoginModule
    private NameCallback strName;
    private PasswordCallback strPass;
    private CallbackHandler myCB;
    private Subject subj;
             //INITIALIZE THIS MODULE
               public void initialize(Subject subject, CallbackHandler callbackHandler, Map sharedState, Map options)
                      try
                           //SET SUBJECT
                             subj = subject;  //NOTE: THIS GIVES YOU REFERENCE
    TO LOGIN CONTEXT'S SUBJECT
                                                     // AND ALLOWS YOU TO PASS
    IT BACK TO THE LOGIN CONTEXT
                           //SET CALLBACKHANDLERS
                             strName = new NameCallback("Your Name: ");
                             strPass = new PasswordCallback("Password:", false);
                             Callback[] cb = { strName, strPass };
                           //HANDLE THE CALLBACKS
                             callbackHandler.handle(cb);
                      } catch (Exception e) { System.out.println(e); }
         //LOG THE USER IN
           public boolean login() throws LoginException
              //TEST TO SEE IF SUBJECT HOLDS ANYTHING YET
              System.out.println( "PRIOR TO AUTHENTICATION, SUBJECT HOLDS: " +
    subj.getPrincipals().size() + " Principals");
              //SUBJECT AUTHENTICATED - BECAUSE SUBJECT NOW HOLDS THE PRINCIPAL
               MyPrincipal m = new MyPrincipal("Admin");
               subj.getPrincipals().add(m);
               return true;
             public boolean commit() throws LoginException
                   return true;
        }(Sorry for all that code)
    I tested the above code, and it fully associates the Subject (and its principal) with the LoginContext. So my question is, where in the process (and code) can we put the LoginContext and Modules so that a client cannot
    do this? With the above example, there is no Security. (a call to: myLoginContext.getSubject().doAs(...) will work)
    I think the key here is to understand JAAS's plug-in security model to mean:
    (Below are my words)
    The point of JAAS is to allow an application to use different ways of authenticating without changing the application's code, but NOT to allow the user to authenticate however they want.
    In WebLogic's example, they unfortunately seem to have used the latter understanding, i.e. "allow the user to authenticate however they want."
    That, as I think I've shown, is not security. So how do we solve this? We need to put JAAS on the server side (with no direct JAAS client-side), and that includes the LoginModules as well as LoginContext. So for an EJB Server this means that the same internal permission
    checking code can be used regardless of whether a client connects through
    RMI/RMI-IIOP/JEREMIE (etc). It does NOT mean that the client gets to choose
    how they authenticate (except by choosing YOUR set ways).
    Before we even deal with a serialized subject, we need to see how JAAS can
    even be used on the back-end of an RMI (RMI-IIOP/JEREMIE) application.
    I think what needs to be done, is the client needs to have the stubs for our
    LoginModule, LoginContext, CallBackHandler, CallBacks. Then they can put
    their info into those, and everything is handled server-side. So they may
    not even need to send a Subject across anyways (but they may want to as
    well).
    Please let me know if anyone sees this problem too, or if I am just completely
    off track with this one. I think figuring out how to do JAAS as though
    everything were local, and then putting RMI (or whatever) on top is the
    first thing to tackle.

    Send this to:
    newsgroups.bea.com / security-group.

  • I had Leopard on may Mac. I upgraded to Mountain Lion using Snow Leopard. I can't use my video with Mountain Lion. Can I load Snow Leopard on an external hard drive so I can use it with my camera?

    I had Leopard on may Mac. I upgraded to Mountain Lion using Snow Leopard. I can't use my video with Mountain Lion. Can I load Snow Leopard on an external hard drive so I can use it with my camera?

    First, you cannot do this if you have a Boot Camp partition.
    Second: Create a new partition.
    1. Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    After the main menu appears select Disk Utility and click on the Continue button. Select the hard drive's main entry then click on the Partition tab in the DU main window.
    2. You should see the graphical sizing window showing the existing partitions. A portion may appear as a blue rectangle representing the used space on a partition.
    3. In the lower right corner of the sizing rectangle for each partition is a resizing gadget. Select it with the mouse and move the bottom of the rectangle upwards until you have reduced the existing partition enough to create the desired new volume's size. The space below the resized partition will appear gray. Click on the Apply button and wait until the process has completed.  (Note: You can only make a partition smaller in order to create new free space.)
    4. Click on the [+] button below the sizing window to add a new partition in the gray space you freed up. Give the new volume a name, if you wish, then click on the Apply button. Wait until the process has completed.
    You should now have a new volume on the drive.
    It would be wise to have a backup of your current system as resizing is not necessarily free of risk for data loss.  Your drive must have sufficient contiguous free space for this process to work.
    Third: Install Snow Leopard.
    Boot from your Snow Leopard DVD. Follow instructions for installation being sure that before you actually install Snow Leopard you have selected the new partition as your target destination.
    Booting From An OS X Installer Disc
      1. Insert OS X Installer Disc into the optical drive.
      2. Restart the computer.
      3. Immediately after the chime press and hold down the "C" key.
      4. Release the key when the spinning gear below the dark gray Apple logo
          appears.
      5. Wait for installer to finish loading.

  • I use lightroom with the soft proofing feature for my printing. I used to make a copy proof, but all of the sudden something changed, and even if I'm on the copy in the developing mode it prints the original. Also, If i chose a file that was already in li

    I use lightroom with the soft proofing feature for my printing. I used to make a copy proof, but all of the sudden something changed, and even if I'm on the copy in the developing mode it prints the original. Also, If i chose a file that was already in light room to print, even though I have the chosen file up in the developing mode, it will instead print the most recent file that I added to lightroom. If found a way to work around these problems, (check make this the copy in the soft proofing, and copy my settings and delete and reload the old files) but it's a slight hassle and it didn't use to do this. Not sure why it changed. Could I have accidentally changed a setting?

    See
    iOS: Device not recognized in iTunes for Windows
    - I would start with
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    or              
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    However, after your remove the Apple software components also remove the iCloud Control Panel via Windows Programs and Features app in the Window Control Panel. Then reinstall all the Apple software components
    - Then do the other actions of:
    iOS: Device not recognized in iTunes for Windows
    paying special attention to item #5
    - New cable and different USB port
    - Run this and see if the results help with determine the cause
    iTunes for Windows: Device Sync Tests
    Also see:
    iPod not recognised by windows iTunes
    Troubleshooting issues with iTunes for Windows updates
    - Try on another computer to help determine if computer or iPod problem

  • Has anyone used FCE with a Sony hd-fx7 camcorder

    As above, has anyone used FCE with a Sony hd-fx7 camcorder. I have recently got one of these at work and am currently using imovie for basic edits, but would like to step up to FCE, has anyone any experience using the two.
    THanks

    Hi, have MacBookPro 2,16 GHz and Sony HDR-FX7 and FCE 3.5 (German PAL)
    - works good and fast
    - But better don't try to use an external monitor on DVI connection
    my system slows down if srubbing time line
    - couldn't find out yet why

  • [Consolidation-Locked] am I able to use lightroom with windows xp s/p 3?

    am I able to use lightroom with windows xp s/p 3?
    Message title was edited by: Brett N

    Here's the Lightroom 4 minimum specs:
    Windows
    Intel® Pentium® 4 or AMD Athlon® 64 processor
    Microsoft® Windows Vista® with Service Pack 2 or Windows® 7 with Service Pack 1
    2GB of RAM
    1GB of available hard-disk space
    1024x768 display
    DVD-ROM drive
    Internet connection required for Internet-based services*
    Mac OS
    Multicore Intel processor with 64-bit support
    Mac OS X v10.6.8 or v10.7
    2GB of RAM
    1GB of available hard-disk space
    1024x768 display
    DVD-ROM drive
    Internet connection required for Internet-based services*

  • Has anyone used CORBA with LabVIEW?

    Has anyone used CORBA with LabVIEW?

    Did you have any success with this?  I'm about to attempt the same thing and would rather not write intermediate functions in other other languages to do so...

  • How to use LightRoom with Premier Elements?

    I have recently learned LightRoom 5 and feel fairly comfortable with it. I'm now in the process of working on movie editing starting with Premier Elements 11. I'm just starting to go through it and I see that it integrates with an organizer that seems germaine to the Elements group. Issue is that I'm already using LR for organization. Am consequently a bit confused.
    Can anyone suggest how to work with LR and Premier Elements together?
    A secondary question has to do with audio file management. I see that the Elements Organizer also includes audio files. But LR doesn't. To date I've managed audio with Windows Media Player. Can anyone offer any suggestions for moving forward with audio management?

    I use Lightroom 5.2 and Premier Elements 11 on a fast video optimized i7 PC laptop with lots of memory.  It even has a Blu-Ray burner!
    My photo and video files are first copied and stored by camera and date.  Then I use LR to organize and preview, review and select both photos and clips.  IMO, the clip preview ability of LR is very good.  LR will let you make some simple edits to clips but I don't use that for video, only photos.  My photos will be a mix of JPG and RAW and I will tune them with LR.  Some of the photos may get some extra masking or HDR work elsewhere and then brought back into LR.  
    As I've preview the clips, as well as photos, that I want to use I put them in a LR collection.  Next I prepare a project specific folder on my SSD named something like "Vacation Trip".   If it is a big project, I may make some sub folders such as city names.  
    The big step is to "Export" copies of all the assets I've selected for the collection.  I open the collection and select everything in it.  Right click, pick Export, set the destination, rename them if desired, select "include video", select "Original" video format, select PSD for images and push the Export button.
    The reason for "Original" video is because I don't want any extra compression or processing of the video clips.  I want Premier Elements to do that.  The reason for "PSD" is that I want my LR adjustments of the still photos to be included before I put them in the project. 
    Next I open a new PrE project.  Before adding any assets, I make sure the the scratch disks are assigned to the project folder. 
    With the scratch disks set, I then load the assets.  I make sure one of the primary video clips is the first to be placed on the timeline as that adjusts the "Project Settings" if necessary.  Then I start building the video with the security of knowing I'm only working on a set of image and clip copies.
    My audio file management is done entirely the old fashioned way in Windows Explorer.  I have an audio assets folder and a system of descriptive folder and file names.  I can preview them from Windows Explorer before I import a copy to a project folder.  Adjustments to volume and clip length are done to he copy in PrE.  I frequently buy a $2 audio clip from Vimeo specific for the project because I like having a license to use the music!
    When I'm done, I move the entire project folder somewhere for long term storage. 
    Hope some of this works for you.  If you have suggestions, I would appreciate hearing them.
    Bill

  • How do I use lightroom with a Canon EOS 7d mark ii

    I use Lightroom for everything and love it.  It is fantastic with all of my Canon cameras.   However, I just bought the new Canon 7D mark ii and Lightroom doesn't read the raw files.   I don't see Adobe having any updates for the new Raw file.   In their defense I couldn't find the new camera on the Canon website to register it.   Any solutions.

    Hi,
    This pic will demonstrate why we wait for Lightroom or other RAW Processors to provide camera support. In fact things like Topaz products as well as PPS 9 will open RAW files but nothing except true RAW processors provide the conversions and lens corrections we strive for. And that will come after the camera is released and in the case of the 7D Mark II it was released after a ACR RC came out but Adobe have said they are still working on getting the 7D Mk II support in the production release of that update.
    As for Perfect Photo Suite being a Lightroom replacement ... the Browse Preview and the Layers Converted says it all ...
    I have had to wait for two updates to Camera RAW to support cameras I have bought and I am glad that Adobe had the sense to wait for the release and the production RAW before releasing camera RAW support ... and then Canon still managed to stuff the 7D with errors in the RAW files that had to be fixed by firmware updates ... rotation was one issue. All I do as an interim is use the camera manufacturers RAW converter to batch convert (with lens correction) to TIF and use that as a temporary solution until the RAW support comes.

  • Is it possible to use Lightroom with multiple computers that are not networked?

    I am new to Lightroom although I have been a professional photographer for over 15 years. Currently, I use the software that came with my camera to process my RAW files, Digital Professional Pro by Canon for a Mark II 5D.
    I have been evaluating the lasest version of Lightroom to consider purchasing it. So far, I love the expanded ability for image adjustments and enhancements. However, in my current workflow, I need to be able to save the adjustments to be able to transfer the files to another computer. Is this possible with Lightroom? With Digital Pro, I can tweak a RAW file and it will save the adjustments no matter what computer I open the image file on. I need to be able to duplicate this process in order to convey to our production department how I want an image adjusted and cropped.
    I downloaded the trail version on two computers, then imported images into Lightroom. Made adjustments, then copied the images to a flash drive.Uploaded images from flash drive to my laptop, then re-imported the images into Lightroom and the adjustments were not saved.
    Thanks for any help.

    After some research, my answer lies in the XMP file. Whenever I make adjustments to the image, I can save my adjustments by creating an XMP file (CTRL S). It writes it back to the original image folder so when I burn the folder to hand off the files to my production team, the xmp parleys my image adjustments. They in turn can make adjustments and send them back to me, if needed. Just took awhile to find the information because even though I am kicking the tires on LR4, it was a LR1 video that gave me the infomation.

  • Using Lightroom with DXO Optics

    Hello,
    I've just started using Lightroom and on the advice of a friend, have also started using DXO Optics Pro. From what I have read, DXO is used to make global modifications and Lightroom to specific modifications. There does seem to be some overlap with features between the two products. My eye is not sharp enough to see differences, if any, in the adjustments I might make in DXO vs Lightroom such as tone curve, hue etc. I am wondering if anyone who has used DXO has noticed if DXO handles certain modifications better then Lightroom and visa versa. Am I really better off making most or all of my global changes in DXO?
    Thanks,
    Michael

    If you are working with raw data, you kind of have to decide at one point you'll lose that full capability using these two products. If you do lens correction or other work in Dx0, you'll have to pass partially processed (linear DNG) to LR so you're not really working with raw data any longer. That's an important consideration in the workflow. Anyway, there was a recent thread about this on Luminous Landscape, you might want to pick through it then come back and ask questions here (or there):
    Lightroom-DxO Round-Trip

  • Anyone use a Car Dashboard Camera?

    I was just curious if anyone uses a DashCam in thier car while they drive to have video in case they are in an accident. 
    I see BestBuy Canada lists some of the better models for sale although online only like the DOD LS430W and LS330W.
    BestBuy USA lists one that they seem to sell but it's not a very good one (branded with the Cobra name) and through the marketplace have a few others that are on the low end. 
    Does anyone happened to run one? There are some really nice new cameras coming out that are really good quility and can really save a driver from a lot of hassle. 
    at CES there were new cameras from one of the top DashCam brands VicoVation. Powerucc also makes a really good model called the PanoramaII

    Hey hydrogenwv thanks for writing in. It was nice to get a reply.
    I have used my phone once or twice when one of my cams had a hickup, but between the extra heat and stopping if a call is coming in it was not the best way to go for me.
    I have done a lot of research and in all honesty I would stay away from BlackVue a lot of drivers have had problems with their older cameras also in their newer dual cam the rear conecting cable seems to come loose a bit and cause the rear camera to stop working.
    If you are looking for a decent dual cam set up I would look at the VicoVation Marcus 5 Demoed at CES. Garmin has also recently released the Dash Cam 10/20. I wonder if these will show up next to Garmin GPS on BestBuy show room floors.
    Some people even like to run two single cameras with one facing each way. I've seen people run two G1Ws, Mobius, or Mini 0801/0803 for a fraction of the cost of the dual camera set ups

  • Anyone use Flex with php for file upload? PHP Notice:  Undefined index:  Filedata

    My code works. It uploads the file and inputs the file name into a database, but I can't shake this php notice. I think php is looking for multipart/form-data from the HTML form tag.
    <form action="upload.php"  enctype="multipart/form-data"/>
    But I am using flex. The multipart/form-data info is sent as the second default argument of the upload() function. Does anyone have experience with this? Thanks.
    PHP Notice:  Undefined index:  Filedata
    $filename = $_FILES['Filedata']['name'];
    public function selectHandler(event:Event):void {
                    request = new URLRequest(UPLOAD_DIR);
                    try {
                        fileRef.upload(request);
                        textarea1.text = "Uploading " + fileRef.name + "...";
                    catch (error:Error) {
                        trace("Unable to upload file.");
                        textarea1.text += "\nUnable to upload file.";

    Hi, Thanks for your reply !
    Im not getting any errors Flex side, as i say i get a alert message saying the file has been uploaded so . .
    I am using a Wamp server on a windows machine, how do i check the file permissions on both the folder and the php file ?
    Also how do i debug a php file ?
    ANy help would be thankful !

Maybe you are looking for

  • HP Envy 120 scanner light fault

    Hi, When I try to copy and scan a document all I get is vertical coloured lines. I have tried all the trouble shooting solutions, but the problem still exists and I beleive that there must be a problem with the scanner lights as they are not lit when

  • Unable to install Digital Editions 2.0. It was successfully installed and working but stopped doing

    Digital Edition 2.0 has stopped working and after uninstalling and re-installing it several times I am unable to get it to work. The message I receive is " Digital Editions 2.0 is not working ." Any suggestions as how to reinstall it successfully ? 

  • My iPad2 won't support Flash Player. How do I change this without buying a new Pad?

    I play some Facebook games on my PC and would like to play them through FB on my iPad2. It doesn't support Flash Player. Is there an upgrade or download I can use to address this problem. I don't want to have to buy a new iPad.

  • Additional fields require in the payment list(APP)

    Hi Gurus, In the APP(Automatic Payment Programme) payment list i can only dispaly the vendor's name and address. User want to display some additional filelds like Bank A/c no. , RTGS no. , NFTS no. etc of the same vendor on the payment list. Regardin

  • Error: Read timed out&MESSAGE_NOT_FOUND.

    Hi, There's a synchronous scenario (File-File). A connection failure occured during a query from buisness-process (BPM). Since then an error (error message) appears constantly in Runtime Workbench-Component Monitoring-Communication Channels. Success