Sony E 1.8-24 doesn't trigger lens profile

For some reason this lens isn't recognised when one choses the 'Enable Profile" box; yet if one perserveres though the Make/Model dropdowns , the profile is there. Is it perhaps because the lens is sub-named Zeiss? The system recognises my other E lenses at the click of the box. Odd. Lr4.3 on OS X 10.8.2

Lens metadata standardization is relatively new, and LR won't assign a profile automatically unless it's sure it's got the right one.  Select the profile you want and then to to Save New Camera Lens Default and it'll pick it correctly in future for that lens.

Similar Messages

  • In APEX clicking the hyper link doesn't trigger session timeout page

    Hi All,
    I have a question about the session time out in APEX application. I have created a simple APEX application. In the SQL report region section, i have code like this:
    SELECT DOC_Name, DOC_URL,
    '<a href="' || DOC_URL || ' target="_blank"/">Download file</a>' pdf_link
    FROM test_table
    where emp_number =00010001
    When user clicks on the hyper link, it will display the destination page to user(for example if DOC_URL = 'http://forums.oracle.com', it will display the oracle forum page in a new browser).
    But the issue is that, after user's session timeout (I set for 240 seconds through Shared Components>Edit Security Attributes, i set max the session timeout for example 240 seconds), when i click on this hyperlink, it doesn't trigger my session timeout page and it still displays the page (oracle forum page).
    Why in APEX clicking the hyper link doesn't trigger session timeout page after the user session timeout???
    how to implememt or fix to trigger the session timeout page after clicking on the hyperlinks?
    (BTW, our APEX version is 3.2)
    Thanks!

    Hi Lily,
    the reason for that behavior is that APEX is not involved anymore if you click on an external link. That's completely handled by your browser.
    To involve APEX timeout handling you could redirect to a specific page in your application which performs the final redirect.
    For example:
    1) Create a new page 999
    2) Create hidden page item P999_URL
    3) Create a before header PL/SQL process with the following source
    owa_util.redirect_url('http://'||:P999_URL);
    apex_application.g_unrecoverable_error := TRUE;If you want to embed a link, create a link to page 999 and set the page item P999_URL to forums.oracle.com
    You could also add a white list into the above code to verify that you are just redirecting to valid URLs, so that nobody is using your trusted application URL for phishing attacks.
    Hope that gives you a direction
    Patrick
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Can I create a form that doesn't trigger Acrobat's JavaScript disabled / security issues warning?

    Hello,
    Can I create a pdf that doesn't trigger Acrobat's JavaScript is currently disabled and this document uses it for some features.  Enabling JavaScript can lead to potential security issues.
    I even get this error when I create a blank pdf.
    I'm not using any JavaScript in the form and the nature of the message might tend to be a bit scary to some people since it mentions enabling JS can lead to potential security issues.  I basically want to disable the messaging of a feature I'm not even using.
    Anyone know if this is possible and if so, how I go about it?
    Thank you.

    Hi,
    I too share your frustration!!
    Unfortunately I do not have a complete answer for you.
    From the start I must say that Stefan Cameron has been very helpful (http://forms.stefcameron.com/2010/01/14/acrobatreader-9-3-now-available/), however I have not had sufficient time available to deal with the issue (or find a satisfactory resolution).
    The original post that Srini shared with you related to an XFA form that had FormCalc and Javascript in it. I will now share with you another situation that is closer to your experiences.
    Sometimes where we have a complex solution/form, we often give our users a PDF with instructions and demonstrations. We generate these using Adobe products:
    LiveCycle Designer ES to generate the solution/form;
    Captivate to record the demonstration (.swf);
    Acrobat to package it up in a static PDF.
    The screen shots below are from a PDF that includes written instructions and six Flash (.swf) files. The PDF does NOT include fields/form objects and does NOT include any FormCalc or Javascript.
    One of the big sells in Acrobat 9 was that Adobe had fully integrated Flash (Adobe product, ex. Macromedia) into Acrobat 9. This mean that .swf files could run natively inside a PDF. Brilliant!!!  The website today is still pushing this message, for example:
    Now bear in mind that the following screenshots are from a PDF that does not contain any scripting - its sole purpose is to "inform" the user, "look as good as the work I put into it", incorporate instruction and "multimedia" in a "single polished file" and I should be "confident that my audience will be able to view my work exactly as intended".
    Not so!!
    When the user now opens the form, all looks OK. No warning. They can read the instructions and scroll down to the multimedia (.swf files).
    However when the user clicks on the multimedia, the yellow bar appears:
    I go through the "trust" process:
    And the PDF looks like it is OK, no yellow bar. When I click on the multimedia, it begins to play - yes!! BUT ONLY FOR A SECOND OR TWO AND THEN IT STOPS AND GOES BACK TO THE START - AGGGGHHHHHHH!!!!!. I would apologise for shouting, but this is beyond frustration. The work in capturing six screencasts in Captivate, annotating them, publishing to .swf and packaging up in Acrobat has been a complete waste of time. Worse than that I now have several PDFs out there, that do not work. Good advertisement for my business? I don't think so!!
    The document that Stefan provided (Managing JavaScript Execution in the Acrobat Family of Products) does not mention Flash/.swf as being a problem. However I would recommend that you go through this document, as it may help you.
    So, where to now? I don't know. The previous posts and Stefan's responses have several urls that may help. You should maybe consider logging your experiences as a bug (log at Adobe).
    In the meantime good luck,
    Niall
    UPDATE:
    This behaviour (.swf playing for only a few seconds) happens in PDFs where the .swf is inserted as legacy media to run in earlier versions of Acrobat/Reader. In this case Acrobat/Reader is making an external call to Flash Player. Hence the yellow bar. However it does not explain why the Flash video still does not play when trusted.
    If the .swf is added into the PDF as Flash media to run on Acrobat 9 and above, then it works without displaying the yellow warning bar.
    So maybe any feature of your PDF that calls an external resource is likely to show the yellow warning bar.

  • Event ON_STD_FUNCTION_BEFO doesn't trigger

    Hi all,
    I need to add some check before ALV add a new line to the grid or remove one line from the gird, but the event ON_STD_FUNCTION_BEFO was not  triggered.And during debuging, I found that if the std is 'APPEDN ROW' or  'INSTER ROW' or 'CHECK_DATA' or 'Remove' the event won't be triggered but if the std is 'export' or 'print', it will be triggered.
    is there anything config should be done or anything else?
    Thank you very much!
    BR, Julia

    Hi,
      I'm facing the same problem and I found useful info in OSS note [1358811|https://websmp130.sap-ag.de/sap(bD1pdCZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1358811]
      it seems that ON_STD_FUNCTION_BEFO and ON_STD_FUNCTION_AFTE are triggered only for functions considered as service such as settings, settings_open, settings_close, filter, filter_define, filter_delete, sort, sort_define, sort_delete, pdf, export, export_excel...
      functions for deletion or inserting of rows are not treated this way and doesn't trigger any event. Function check is not treated as service but triggers event ON_DATA_CHECK.
      the relevant code is the method implementation IF_SALV_WD_COMP_TABLE_EVENTS~DO_FUNCTION_STD of class CL_SALV_WD_C_TABLE_V_TABLE.
    I think the only way to solve this is disabling standard function and replacing it with a custom function.
    Hope this helps.
    Stefano

  • Submit button from Adobe form doesn't trigger action???

    Hi all,
    the submit button within Adobe form doesn't trigger any action that i wrote. it happens to my machine, but it doesn't happen on some of my colleague's machines.
    i am using Adobe reader 8, when the first time i use IE to display the app, it prompts me to install some kind of activeX plug in, and after it installed, it told me that some setting is not correct, and it mentioned about adobe reader 6 or 7.
    will downgrade to 6 or 7 solve this problem? is there any other walkaround for it?
    thank you!

    If you are on Netweaver 2004s SP9 or higher, you could change the displayType property of InteractiveForm UI element to "Web Dynpro Native" and use the submit button from "Native" tab.
    If you are any other lower version, you dont have a choice but to use "activeX" which requires Active Component Framework (ACF) to communicate with server. You need to use button from "Web Dynpro ActiveX" tab. You need to install the right version of ACF (SAP Note 766191). Better if you use Adobe Reader 8.1.2.
    Thanks
    Ram

  • SONY RX100M3 LIGHTROOM 5.5 LENS PROFILE

    Hello team, does anyone know how to obtain the Sony RX100M3 lens profile for Lightroom 5.5? I have been scouring the Internet for a solution but have not been able to find anything yet. There must be a way - would really appreciate your help with this! Thanks in advance.

    rogerking wrote:
    Hi there... Is this verified?  I believed that camera profiles were simply colour profiles that allowed development of the RAW files.  I have not been able to find information anywhere that suggests that the profile contains an automatic lens correction.  There wasn't one for the RX100 or m2.  I created ones for it using the Adobe Lens Profile Creator and it seems to work fine.  I use Autopana to make panoramas and stretching the output from Lightroom without an additional lens profile for any RX100 proves very difficult which suggests there is still significant distortion.  After correction using my created profile they stitch fine, though this may be a fluke.
    Not sure if I can upload lens profiles here, but I would be happy to share both the RX100/RX100m2 and the RX100m3 profile.  The RX100/m2 one is available from the Adobe Lens Profile Downloader, but despite me uploading the m3 profile, it has not yet appeared on the profile list in the tool. Perhaps that *does* imply that none is needed, but it would be nice if they'd let me know...
    Hi,
    It is totally unnecessary to have a separate lens profile as if you see my reply from Jul 28, 2014 12:48 PM the lens adjustments are included in the default profile as Sony provide the correction information in the RAW file.
    To test it open the RAW file with another RAW processor that doesn't have lens correction capabilities and you will see the difference.
    If you notice when you open in ACR or Lightroom where it says "Enable Profile Corrections" it says "Default" as it is supplied by Sony and it is not a removable lens camera.
    The corrections are applied no matter what.

  • Safari doesn't load monitor profiles

    I'm using my mac book pro's internal display with an external display connected through mini display port. I calibrated both of them, but safari 4.0 doesn't load the profiles while firefox does. I looked through safari preferences but I found nothing about color management or monitor profiles.
    Any comments would be apprecieated.

    Just tested on mine and it's working.
    Are you on Wi-Fi? Mine is.

  • Sony 50mm f1.4 ZA SSM Lens Profile in 8.4 RC  any way I can download file and load into Lightroom ?

    Sony 50mm f1.4 ZA SSM Lens Profile in 8.4 RC  any way I can download file and load into Lightroom ?

    Short answer. No.

  • Lens profile for sony sel10-18 in lightroom 4.3?

    I've just downloaded lightroom 4.3 but can't find a lens profile for the sony sel 10-18mm e mount lens. Can I import this profile?

    You can download these :
    Frans

  • The new Sony DSC-RX10 Lens Profile does not appear in the Enable Lens Profile Develop Module.

    The new Sony DSC-RX10 Lens Profile does not appear in the Enable Lens Profile Develop Module.
    The wrong lens F3.5/6.3  profile is checkmarked and I can not find the new  RX10  Sony 70-200 F2.8 G SMM11 profile.  The meta data in the Library module correctly list the Sony RX10 and the Correct lens. 
    How may I select the correct lens profile for my Sony DSC-RX10?

    Ask in the PS/ LR/ ACR forums
    Mylenium

  • Sony: Lens Profile Creator knows the subject distance, ACR does not

    When making a lens profile for a Sony alpha DSLR, lens profile creator identifies the focus distance, and processes each distance accordingly. However, when loaded in ACR (or PS lens correction filter), the software does not display the distance. Why can LPC read the subject distance and ACR cannot?

    function(){return A.apply(null,[this].concat($A(arguments)))}
    el_floz wrote:
    The Creator, however, determines / calculates the subject distance itself.
    Is this a complicated way of saying "God only knows"? 
    In all seriousness, if one program can calculate a piece of info from a file, so could another.  The designers may just not have chosen to dig so deeply into the manufacturer-specific data as to do so.  Or, as appears to be the case here, the information is derived from known subject material in the image itself.
    -Noel

  • Can I use a Canon Lens profile if there isn't a Sony profile ?

    I just bought the Tamron SP 90 2.8 DI MACRO USD and LR lens profiles only lists this lens for Canon (F004E) and Nikon (F004N). There is no profile for Sony (F004S) ! Any drawback if I use F004E or N ? Or better use a the profile of the older Model of that lens where there is a Sony profile ?
    Thanks for answers !

    kleinjn wrote:
    One could ask why are there versions of the same profile for Nikon, Canon, Sony and may be others ?
    Good question.
    My guesses:
    * The lens description is not guaranteed to be unique across all camera models, so having camera model in the mix assures the correct lens is unambiguously chosen.
    * Adobe wants to reserve the right to do things differently based on camera model, for the reasons hinted at in my previous post (e.g. data may be registered differently in the lens depending on camera model).
    It's kinda like camera calibration profiles - there is a separate Adobe Standard profile for every camera, and in many cases, it's identical to that for other cameras, but in some cases, it's different.
    PS - I think Eric Chan is the only person likely to give you a definitive answer here, but maybe some other savvy user knows..
    Cheers,
    Rob

  • Lens profile for Sony A900 carl zeiss vario sonnar 24 - 70 zoom?

    Is there a lens profile for the Sony A900 Carl Zeiss vario sonnar 24 - 70 zoom lens in Photoshop CS5 camera RAW? I have the latest update, the Sony is an old camera now and the CZ zoom is similarly old, beautiful thing to use but doesnt seem to be supported in camera RAW profiles or lens correction filter in CS5. I'm about to use RAW to process around 10 sets of 5 exposures to create files for HDR and want to syncronise the correction to each group of images before I begin to process them, after HDR process I intend to create a pano out of them so its imporrtant to get the lens correction done right at the start and applied identically to each image. Thing is that if I look in the Sony profile theres only a few lenses but no Carl Zeiss, if I look in Carl Zeiss it doesnt list the Sonnar 24 - 70.
    Any solutions?

    It appears  a lens profile is available for this lens using the Adobe Lens Profile Downloader. The profile does not have to be created with your camera model, just a model with the same crop factor or smaller camera sensor. This one is for a 1.5 crop factor APS-C sensor size.
    The 24-70mm is available as well for a 1.0 Crop camera, which will also work with a 1.5 crop body.

  • Need lens profile rokinon 14mm for sony nex7

    Please does anyone know if there is a Lightroom 5 lens profile for Rokinon(aka Bower/Samyang)  14 mm for sony nex 7??
    Thanks

    The Adobe Lens Profile implementation is not camera model specific.  Cameras with the same sensor size should theoretically be able to use the same lens profiles regardless of the camera make or model. Adobe also provides the capability of using lens profiles from larger sensor size (full-frame) cameras with images shot using smaller sensor (APS-C) camera models (i.e. Crop Factor). As best I can tell the Adobe and User created lens profiles are agnostic, except for image file type. Different lens profiles are required for raw and JPEG images. As long as the lens profile crop factor is the same or smaller than the target camera it should work just fine. The Sony Nex7 has a 1.5 Crop Factor sensor size, so any lens profile with a 1.5 to 1 crop factor should work. Lens profiles with the nearly same sensor size 1.6 crop factor should also work.
    The Adobe Lens Profile Downloader lists numerous lens profiles for this lens under 'Camera Make' Nikon for both raw and JPEG. You could also use any of the lens profiles that appear under 'Camera Make' Canon.
    1) Download and install the Adobe Lens Profile Downloader for Windows or Mac.
    2) Launch the Adobe Lens Profile Downloader, select a suitable lens profile, and download it. Add as many as you like!
    3) Close and reopen LR, select an image shot with the 14mm lens, go to Develop> Lens Corrections panel, and select 'Make' same as you downloaded (i.e. Nikon), and under 'Model' scroll down to the bottom of the list and you should see the downloaded profile(s). Test it with the 14mm images.
    4) If satisfied select in the Lens Profile panel Setup> 'Save New Lens Profile Default.'
    These profiles are created and submitted by users with varying degrees of technical-expertise. The lens profiles have a 'Rating,' based on some metric. Please keep in mind that 100% distortion and vignetting correction can actually make the image look worse, especially with a wide-angle lens. Most wide angle lenses have barrel type distortion and when corrected with the LR Lens Profile tool you will see corner "stretching," which creates cropping and volume anamorphosis. Images also tend to look more natural when there is a slight amount of vignetting left in the image. I typically use 0% Distortion and 50% Vignetting and only adjust them higher in images where it is visible. YMMV.....

  • 'Adobe Lens Profile Creator, SONY-SRF-Files in DNG konvertieren leider nicht möglich'

    Hallo
    Nach einigen Tagen und vielen Versuchen habe ich nun festgestellt, dass SONY SRF-Files von älteren Kameras, wie z.B DSC-F828 (Sony Raw-Datei) mit keinem der von Adobe angebotenen Programme sauber in benutzbare DNG-Files für den "Adobe Lens Profile Creator" konveriert werden können. 
    Weder Adobe DNG-Konverter, Lightroom oder Camera RAW sind in der Lage die SRF-Files zu konvertieren.
    Deshalb die Fehlermeldung im Adobe Lens Profile Creator: "Detect corners failed because file reading errors occurred"
    Damit ich ganz sicher diese Aussage machen kann, habe ich ein Probeset mit meiner Nikon-D90 fotografiert und die Raw-Files der Nikon im Adobe DNG-Konverter in DNG´s konveriert. Danach war es möglich ein neues Objektivprofil im Adobe Lens Profil Creator zu erstellen.
    Resume: Entweder taugen die SONY-SRF-Files nichts, oder diese SFR-Files können von Adobe Programmen nicht richtig interpretiert werden.
    Vielleicht hat ja jemand noch eine Idee dazu, wie man die SONY-RAW-Files von älteren Cybershots doch noch in brauchbare DNG´s konvertieren kann.
    Würde mich wirklich über Angregungen freuen.
    Gruß Stefan

Maybe you are looking for

  • File Adapter with Network Drive

    Hi all, I am trying to read a file from Z:\ that is actually pointing to a network drive of another machine. However i am getting the error Configured source directory 'Z:\xxx' does not exist. I am running Windows Server on both machine. I have map t

  • Help with Distinct or Grouping to get rid of duplicates

    So Im stumped at the approach I need to take. have a query here: select type_type, RCD_REASON, rc.description, MATERIAL_ID, USERID, DATETIME_SCRAPPED, ORDER_NUMBER, TRIMDATE, SUBSTR(SALES_ORDER,3,8) || '-' || SUBSTR(SOL_LINE_NUMBER,3,4) AS SalesOrder

  • GUI advice

    HI there, ive written a class to display a Jframe with a "next button to generate a new pane withoin the frame, rather like a wizard setup. the trouble is, when I hit next, the pane doesnt update proberly and only displays the card of the previous pa

  • [solved]Just made a 32-bit chroot, but have some issues

    I can't run anything from it as a normal user.  It says the user does not exist. Was I supposed to create a new user in chroot-land? How can I change my PS1 in .bashrc to tell me when I'm working in the chroot? Last edited by pogeymanz (2008-06-16 22

  • What's the iTouch Equivalent of Disk Mode and how can I Obtain a copy?

    Apparently iPhones and iTouches have no Disk Mode. However, I am sure that there must be some way to get an iPhone equivalent. Does anyone have any idea what that might be?