Fish-Eye Problem with importing from Nikon p330

Hi There,
I'm new to the forum.
I've a Nikon P330.
When I shoot in RAW (NRW). Then Aperture makes my photo realy strange.
When I shoot in NRW + Fine and I import the NRW and JPEG in to Aperture there is no problem. They look like the picture bellow.
After importing; when I select the picture of de NRW version it first shows like the above picture; but after it stops loading it looks like the picture bellow!
I check the internet but I can't find why Aperture is doing this to my RAW pictures.
Please help me.
FYI
- no plug-inst installed
- working with full updated Aperture
Thx.

Very simple, Nikon does some extra processing to account for lens distortion, the raw file does not have that correction. You will need something like the PTLens plug-in.
ETA: The reason it looks OK initially is that it is showing the JPEG preview with the correction applied.

Similar Messages

  • Problems with import from textfile

    Hi
    We are experiencing problems with importing tables from a text-file. We are using Designer 6i (NT) release 2.
    Some of the column sequences are lost others are changed.
    Foreign keys are lost if the referenced table is after in alphbetical order! Not null columns are nullified and the column of the primary key definition is lost.
    Has anyone had similar problems and/or know of a workaround?

    Hi
    We are experiencing problems with importing tables from a text-file. We are using Designer 6i (NT) release 2.
    Some of the column sequences are lost others are changed.
    Foreign keys are lost if the referenced table is after in alphbetical order! Not null columns are nullified and the column of the primary key definition is lost.
    Has anyone had similar problems and/or know of a workaround?

  • Problems with Import from Kodak Zi-8

    Hello,
    I do not manage to import the movies I shot with my Kodak Zi-8 videocamera on Final Cut Express (version 4.0.1).
    I can play these normally on Quick Time and can import them without any problem on I-Movie, but not on FCE.
    Anyone can help?

    Media from this camera will not work in FCE. It needs to be converted. You can use MPEG Streamclip to do this. I can't tell you how to convert it without knowing the exact specs of what you shot. Open a clip in the QT player and report what it says in the movie inspector.

  • Problems with downloading from Nikon D 5000

    I tried to download pictures from my Nikon D 5000 which has worked fine for the past year and all of a sudden Iphoto says it can't download the files because they are an unrecgonized format. I did the latest upgrade to my Macbook pro (intel) which is the only added or subtracted software in weeks. Has anyone else had a similar problem and does anyone know a fix to this problem. I have contacted Nikon and waiting for them to give me their opinion which will probably blame Apple LOL.

    As a Test:
    Hold down the option (or alt) key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?

  • Problems with importing from DV

    I'm going around in circles trying to figure out why I can get a preview of the content off my JVC DV camcorder (gr-dvx4) but iMovie just will not import the contents. I hit the impotr in either Manual or Automatic mode button, the film plays on the camcorder screen but its not registering with iMovie, it just shows a blue screen which says 'importing' but nothing is happening! Argh! Someone help!

    I had exactly the same problem but with only with a tape that was recorded using another dv camcorder than the one I am using to import into iMovie'08.
    Now this is very very weird, especially given that the import works perfectly with QuickTime Pro (see workaround base on QuickTime Pro hereafter). In other words, this is a serious bug of iMovie'08, as I saw many threads on this forum referring to this problem.
    So much for "easiness of use of iMovie'08"...
    Anyway here is a workaround that worked for me based on QuickTime Pro. Of course, you will have to purchase it...
    So, first import your movie from the camcorder using Quicktime Pro in *raw dv format* (see Quicktime preferences, under the importing tab). And then import the files from you harddisk into iMovie'08. Unfortunately, you are loosing dates associated with clips, but you can always set them aftewards using the techniques described here:
    http://imovie08.blogspot.com/2007/09/how-to-change-date-for-dv-event-footage.htm l

  • Problems with "import from catalog" & "collection type mismatch"

    I'm attempting to keep 2 catalogs on 2 different computers sunchronized.  I'm exporting photos
    and collections (actually a web gallery) from one computer to another, and
    I'm getting a "collection type mismatch" error, that prevents the photos from being a
    dded to the collection.  I've exported and imported the flash gallery template
    from one system to the other to make sure the templates were identical.  A
    ll the photos, keywords, and attributes seem to be imported properly, but the photos aren't added
    to the collection. Anyone having success exporting/importing collections between computers?
    I'm using LR 2.7 on Win 7 & Vista.
    Thanks,
    Mark

    Thanks Dorin.  I tested it with a "regular" collection, and it works.
    I hope they fix this in v. 3 too!

  • Problem with import from Onlocation to Premier Pro CS5.5

    i noticed  that in upgrading from Production premium CS 5 to production premium  CS5.5 when  one  imports a shoot schedule from on-location  to  premier pro the import to  premiere pro no longer convert to the more relevant name created in OL.   Ie.    if the  shot in OL was   Smith Tummy Tuck -  when you import via the  media browser - using the readable OL file - the file imports as  00036.mts -  in  CS5.0  it  would import with the OL  file name  ie.  Smith Tummy Tuck
    This was a great  feature but  what happened to it in 5.5?

    most recently it was  all within CS 5.5
    I am  going to go back to  another  computer that  has  CS5 and  see if I can figure  anything out -- seems strange that  this  would  have been dropped by  adobe cs5 to  cs5.5  in fact  in the  CS 5  product  evangelist promo this  was  feature highlighted!
    I  know  when I 1swt   started with  CS5 in Feb  2011 this finctionality worked without an issue

  • Problem with IMPORT FROM DATABASE

    Hello Members,
          I have a program which reads content of INDX table (cluster table) using
    IMPORT tab = lt_ccris1 FROM DATABASE indx(xa) TO wa_indx CLIENT
    sy-mandt ID 'DETAILLIST'.
    sy-subrc return is 0.
    But internal table lt_ccris1 is not populated. I expect entries to be populated here as there is an raw data entry in the INDX - CLUSTD field of database.
    1)   Also I am intereseted to knoe where is the data exported to this INDX table? Usual searches does not show any export statement.
    2)   Is there a FM which can directly read content of INDX table?
            Your help is much appreciated.

    Hi Thomas,
        Thanks for the reply.
    //How do you know your IMPORT syntax must look exactly like this? //
    I did not write this custom report and IMPORT statement is exactly the same as I have given. It is correct as per syntax.
    In SE16 INDX does contain an entry for the given key.
    I searched for EXPORT stmt in varall ways including debugging (Please note there is a SUBMIT <program> before IMPORT and if at all there is an export it should be in there). Could not find from debugging as well.
    RS_ABAP_SOURCE_SCAN does not exist in my 4.7.
    Regards
    Ram

  • I just stared having problems with importing files from nikon D810 into LR 5.7 it pop a window saying it can not read files on working on a imac 27" running yosemite on my mac pro after a few times it finally was able to read files and import them into LR

    I just stared having problems with importing files from nikon D810 into LR 5.7 it pop a window saying it can not read files on working on a imac 27" running yosemite on my mac pro after a few times it finally was able to read files and import them into LR I never had this problem before was there some kind of update that could of cause this?

  • Problems with importing text messages from PC Suit...

    Problems with importing text messages from PC Suit 7.1.18.0 to my Nokia 5800
     I am trying to import a csv file that contains text messages (Note that this file was created using PC Suit 7.1.18.0) to a subfolder that I have created to My Folders but PC Suits only imports the text messages to the Draft folder. Note that initially it shows that the messages are import in the correct folder but after a refresh it shows them in the Draft Folder. Is their any setting that I should change in the PC Suit or the phone? My computer runs on Windows XP Service Pack 3 and the Nokia 5800 was upgraded to the latest firmware v20.0.012
     Thanks for your help

    Most phones only allows importing of draft and archived box for SMS.
    To do a restoring, you need to backup the SMS as a .nbu file using PC Suite and restore later.
    If you got an SD card, you can also do a backup on the SD Card (backup.arc) then restore later (reset and restore: backup.arc and mmc).
    What's the law of the jungle?

  • Hi, I have problem with importing MOV files from SJCAM 4000. MOV files are in supported formats for Adobe Premiere Elements 11. But if I'm importing MOV file, only audio part is imported, video part is not imported. How can I solve this problem?

    Hi, I have problem with importing MOV files from SJCAM 4000. MOV files are in supported formats for Adobe Premiere Elements 11. But if I'm importing MOV file, only audio part is imported, video part is not imported. How can I solve this problem?

    haben
    From looking at the specifications of your camera (SJCam 4000), we know already what video compression your camera is using. It is H.264.
    A H.264.mov file should be supported by Premiere Elements 11. On what computer operating system is your Premiere Elements 11 running?
    Do you have the latest version of QuickTime installed on your computer? And, are you running QuickTime and Premiere Elements 11 from a
    User Account with administrative privileges? Please go to Premiere Elements 11 Publish+Share/Computer/QuickTime to confirm that you find
    presets there for the QuickTime choice there.
    What are the properties of these H.264.mov files - is it 1080p30 (1920 x 1080p30)  or something else? Do you know if this camera is recording with a variable or
    a constant frame rate?
    Please review and consider and then we will decide what next.
    Thank you.
    ATR

  • Problem with importing

    Hi all, I recently downloaded elements 11, and I imported some photos okay, but now it starts to import, gets about half way, and a box saying elements organizer has stopped working. When I went into problem details, it said appcrash. any ideas wot be goin on. (Im importing photos in raw) Regards. Paul.

    Thanks for the reply jon. I was only importing 152 pics. off my nikon camera. I re downloaded elements 7 on to the puter, and they went straight on there with no trouble, so I would of thought they would go straight on to elmnts. 11. ho hum.and strange.
    Date: Fri, 18 Jan 2013 04:58:39 -0700
    From: [email protected]
    To: [email protected]
    Subject: Problem with importing
        Re: Problem with importing
        created by 99jon in Photoshop Elements - View the full discussion
    Hi Paul  What are your system specs. Raw files are usually quite large so the process could be draining your memory (RAM). Are you importing from camera or from your hard drive. In the case of the latter try importing one folder at a time or in smaller batches. You can select files and drag and drop into the organizer. You must drop on the dark gray area between the left and right side panels (if both panel are visible).
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5003831#5003831
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5003831#5003831
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5003831#5003831. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Photoshop Elements by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Would love Steve Jobs to contact me for in setting screen tinting orange for seizures as OK WE HAVE DONE IT AN ORANGE PROTECTIVE SCREEN OVERLAY FOR IPOD AND IPAD STOPPING JOHN'S photosensitivity SEIZURES AND STOPPING EYE PROBLEMS WITH USAGE

    OK WE HAVE DONE IT AN ORANGE PROTECTIVE SCREEN OVERLAY FOR IPOD AND IPAD STOPPING JOHN'S SEIZURES AND STOPPING EYE PROBLEMS WITH USAGE ABLE TO CUT ANY SIZE FOR PHONES EG
    Contact me Steve the idea is great and the pictures are reveal a better depth perception of colour call me a Mum that created a diffence for her son and kept him communicating on his ipod and his ipad proffessors were amazed at childrens hospital and would love to show you my ideas in making it built in to your ipod and ipads or any computer for that matter everyone i show is blown away not only that but a wider customer level will be reached from a Mum that made a difference for her son that was unable to communicate and then had seizures so developed my own cover that allows him to chat all day without having any eye problems.
    So we now sell the covers on ebay to help others access technology that they need in order to survive and live happily as without his ipod or ipad and him telling us what was wrong he would of died he had respritory lung disease photosensitive epilepsy a metabolic condition that could of killed him anytime from stroke or seizure battled with using all types of technology but now is a dream come true.
    Would love for this to be enabled in the setup of all computers alike to protect eyes and allow more users to speak and communicate a big thankyou to the creators and designers fabulous but please can you call me as this could make you even better i mean will and also give me more time.
    From one praying God fearing Mum
    Nadine
    Call me i do have better pics they were too big to upload orange covering on right hand side

    Going through the feedback and support pages will be a waste of your time. Apple won't respond to feedback, and support can't do anything regarding product suggestions, particularly not from a company with an existing product they wish to sell. The only attention you might get from Apple would be possible interest in selling your product through the Apple Stores, and I don't know how Apple chooses the third-party products they sell. All I could suggest would be writing to Apple's corporate headquarters:
    Apple
    1 Infinite Loop
    Cupertino, CA 95014
    with perhaps "Attention: Retail Sales Division" and telling them about your product and your interest in it being sold through the Apple Stores.
    Regards.

  • Problem in importing from dmp file

    Hi ,
    I am facing problem while importing from dmp file on unix server
    Error is as follows :
    Export file created by EXPORT:V08.01.07 via conventional path
    IMP-00013: only a DBA can import a file exported by another DBA
    IMP-00000: Import terminated unsuccessfully
    Export taken was with user xxx@yyy
    import command is : imp xxx/ppp file=abc.dmp TABLES=xxx.table1 ignore=y feedback=500
    please help me out.
    Atul Chougule

    I tried with FROM USER / TO USER , but the result is same.
    $ imp uuu/ppp file=aaa.dmp fromuser=uuu touser=uuu ignore=Y
    Import: Release 8.1.7.3.0 - Production on Thu Jun 15 06:44:49 2006
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    Connected to: Oracle8i Enterprise Edition Release 8.1.7.3.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.3.0 - Production
    Export file created by EXPORT:V08.01.07 via conventional path
    IMP-00013: only a DBA can import a file exported by another DBA
    IMP-00000: Import terminated unsuccessfully
    I am stucked up ,Dont know what to do .

  • Problems with import slides powerpoint

    Hello,
    I have a problem with import slides from the powerpoint, when
    I try to import, the computer blow.
    What I can do?

    there have been lots of issues regarding this, however, I
    have found that if I export my ppt as individual jpeg slides I can
    then use the "insert > Slide > Image Slide" command to bring
    in my ppt slides, I have tried everything else as well but what was
    happening to me was Captivate 3 was losing all of my text and text
    animation. Now my animation is not critical, however, the text is
    very important of course. So now I have stagnat slides, a bit
    boring but at least I was able to finish my project.
    Hope this helps.
    Tony :)

Maybe you are looking for

  • I upgraded to 7.0.1 and now my library is gone. . . Please help

    I am using a PC, and updated to iTunes 7.0.1. My music and iTunes are stored on an external hard drive, but I think that the upgrade was written to my regular drive. I still have all the files and library files. Is there a way to restore this with ou

  • AR DATA FLOW (TABLE LEVEL) - INVOICE편

    제품 : FIN_AR 작성날짜 : 2003-09-16 AR DATA FLOW (TABLE LEVEL) - INVOICE편 ===================================== PURPOSE 이 문서에서는 AR table들에 대해 어떻게 data가 들어가는지에 대해 설명한다. Invoice transaction을 기준으로 설명한다. Explanation 1. Invoice User가 invoice를 입력하면, 아래의 table들에

  • Compiling flash playback

    Hi, we're working on a social community that requires us to play back multiple videos in a Flash app. Is there any way of compiling the finite output of a Flash application (that plays back a collection of movies + effects) into a video file? Any for

  • Query doesn't pull data within Report

    Hi All, For some odd reason, I can run the following query against my informix database using DbVisualizer or Sql Editor just fine. But when I press F5 in Crystal report, I get nothing back. Any suggestions? SELECT     screenlog.user_id, screenlog.se

  • Regarding FAQ

    HI Experts Plz help Interview questions Regarding WAD,BPS and APD?? Tnks&Reg Sudha