data, lens

How can I find out the date of when a lens has been made?

http://www.the-digital-picture.com/Canon-lenses/Canon-lens-aging.aspx

http://canontweets.com/2012/06/Canon-lens-date-codes-how-old-is-your-Canon-lens/

Tags: Canon Camera

Similar Questions

  • RADIUS - Dest buf 512 more small then data len len 759

    I would like to ask that the community on RADIUS error connect 4.2 ACS (0) buld Patch 124 12:

    [079] message EAP valuse: Dest buf len small 512 data then len 759.

    Is this critical error that has deeply an EAP conversation between the authenticator and server?

    Where could trigger the buffer length?

    Hello

    It is a cosmetic issue and shouldn't cause problems.

    http://Tools.Cisco.com/support/BugToolKit/search/getBugDetails.do?caller=pluginredirector&method=fetchBugDetails&bugId=CSCsh37811

    Kind regards

    ~ JG

    Note the useful messages

  • No data lens for the 200mm f2.8 in DPP?

    Just bought the 200mm f2.8 L lens and I am unable to see any 200mm Prime lenses in DPP, am I missing something?

    Jack

    AlaskaAce wrote:

    Just bought the 200mm f2.8 L lens and I am unable to see any 200mm Prime lenses in DPP, am I missing something?

    Jack

    You're right, it's the focus is not on the list. I think Canon made a kind of determination about what advantage needs a lens of the optimizer and how many lenses are there in use.

    For example, while the new kit lenses STM is supported in this way, the EF-S 60mm f/2.8 macro is not. Either because it would not really benefit from or there is not a lot of them it to use.

    Good lens aberration correction tool many of the same things and works with all identifiable Canon lenses.

  • Re-installing a module using CodeModuleManager...

    Hello

    I am installing a module via the code and I'm having a few problems...

    The module is stored in the file system (/ store/home/user) and when I try to connect using a ContentConnection I get a ClassCastException in loop. If I change this on a FileConnection there is no exception but the methods Manager = CodeModuleManager.createNewModule (len); Returns the value 0 all the time.

    Java component: 4.5.0

    Tested on a Curve 8900 4.6.1.168

    Code:

    conn = (ContentConnection)Connector.open(MYCOD_PATH);
    int len = (int)conn.getLength();
    bais = conn.openInputStream();
    
                if (len > 0) {
                    byte[] data = new byte[len];
                    bais.read(data);
                        handler = CodeModuleManager.createNewModule(len);
    
                        boolean couldWrite = false;
    
                    if (handler != 0){
                         couldWrite = CodeModuleManager.writeNewModule(handler, 0, data, 0, data.length);
                    }
    
                    if (couldWrite){
                         result = CodeModuleManager.saveNewModule(handler, true);  //force override of the existing module
                    }
    

    Any idea?

    Change the Manager to the Manager = CodeModuleManager.createNewModule (len, data, len); and save the module does the job

    Solved!

  • Form 10G - Saving Blob on server applications using Java.

    Hello

    Forms 10g using, I'm looking for a solution to retrieve the Blob from my database (10 gr 2) and save it to the application server on the "Oraclehome\Apache\Apache\htdocs" directory so that users can download/view it via the browser.
    first of all, I used WebUtil to download files on the client and it worked perfectly.
    However, for some reason, my client does not want to download the file on his client.

    So here I am, I've created a java class called "saveBlobToFile" that receives a string as a parameter to write it to a file.
    I imported this class in forms where I used the following code.
    Everything works fine, but I need to convert my RAW in HEX to move to Java string and converted again to a Byte [].
    I order to speed up the process, I would avoid these 2 conversions.
    Don't you think that it is possible to move the RAW format (which is just a stream of bytes) to java? Either by converting it to ORA_JAVA. JACOB byte? Either passing as an object and cast in java to a byte array?

    Thanks in advance,
    Tim.

    PS: I based my development on this article
    https://support.Oracle.com/CSP/main/article?cmd=show & type = not & ID = 70110.1


    /***************
    FORMS
    ***************/
    DECLARE
    BLOB MY_BLOB;
    RAW BUFFER (32767).
    DIRECTORY OF THE AMT: = 10000; -32767;
    INTEGER POS: = 1;
    MYBLOBFILE ORA_JAVA. JOBJECT;
    BEGIN
    SELECT DOCUMENT
    IN MY_BLOB
    OF WRK_LOB_STORE
    WHERE ID = 1;

    LOOP
    DBMS_LOB. READ (MY_BLOB, AMT, POS, BUFFER);

    IF POS = 1 THEN
    MYBLOBFILE: = SAVEBLOBTOFILE. NEW ();
    SAVEBLOBTOFILE. WRITETOFILE (MYBLOBFILE, "C:\test.txt", RAWTOHEX (BUFFER));
    ON THE OTHER
    SAVEBLOBTOFILE. APPENDTOFILE (MYBLOBFILE, "C:\test.txt", RAWTOHEX (BUFFER));
    END IF;

    WHEN the AMT RELEASE < 10000;
    POS: = POS + AMT;
    END LOOP;
    END;

    /***************
    JAVA
    ****************/

    package saveblobtofile;

    to import java.io.FileNotFoundException;
    to import java.io.FileOutputStream;
    import java.io.IOException;

    public class saveBlobToFile {}

    private FileOutputStream fio;

    public saveBlobToFile() {}
    }

    ' public void writeToFile (String fileName, String, stringBuffer) survey FileNotFoundException.
    IOException {}

    FIO = new FileOutputStream (fileName);
    FIO. Write (hexStringToByteArray (stringBuffer));
    FIO. Close();

    }

    ' Public Sub appendToFile (String fileName, String, stringBuffer) throws FileNotFoundException,.
    IOException {}

    FIO = new FileOutputStream (fileName, true);
    FIO. Write (hexStringToByteArray (stringBuffer));
    FIO. Close();

    }

    public static ubyte [] hexStringToByteArray (String s) {}
    int len = s.length ();
    Byte [] = new ubyte data [len / 2];
    for (int i = 0; i < len; I += 2) {}
    data [I / 2] = (byte) ((Character.digit (s.charAt (i), 16) < < 4))
    + Character.digit (s.charAt(i+1), 16));
    }
    return data;
    }


    Public Shared Sub main (String [] args) {}
    saveBlobToFile saveBlobToFile = new saveBlobToFile();
    }
    }

    A very simple solution is to 'adjust' the WEBUTIL_FILETRANSFER package and create a new procedure DB_TO_AS by combining the existing DB_TO_CLIENT and procedure CLIENT_TO_AS (withou the intermediate step to save the file on the client)

  • Reading RSS feeds in the banner!

    Hello

    I want to read feeds RSS feed on a Web site and view the extracted text RSS with animation.

    Can someone help me on this.

    Hello

    Try the following code:

    ---------------------------

    var contentXML:XML;     contents of the XML file
    var contentXMLURL:URLRequest;   contents of the XML file
    var contentXMLLoader:URLLoader;

    var path: String = "http://yourrssaddress.com/rss";

    contentXMLURL = new URLRequest (path);
    contentXMLLoader = new URLLoader (contentXMLURL);
    contentXMLLoader.addEventListener (Event.COMPLETE, xmlLoaded);

    function xmlLoaded(event:Event)
    {
    contentXML = new XML (event.target.data);
    Len = contentXML.channel.item.length ();
    for (var i: int = 0; i
    {
    read the XML in a table
    }

    }

    -----------------------

    Then, use the table for the texts to life.

    Concerning

    Soltani Barb please

  • Why is there no DPP data for the lens EF75 - 300mm f/4 - 5.6

    DPP is not given for my EF75 - 300mm f/4-5. 6 goal.  Why and when?

    Hi PajamaGuy!

    Thanks for posting.

    There is no data because the function digital optimizer DPP lens is not compatible with the goal of f/4-5. 6 EF 75-300mm.  This function is not compatible with certain objectives, most of which are in our range of the L series.  We do not have an estimate for if or when the DLO function may be compatible with the objective of f/4-5. 6 EF 75-300mm.

    This has not answered your question? Find more help contact us.

  • Problem of lens date code

    Hi all! I hope someone could help me in the determination of the date of that my kit lens was manufactured. I "googled" all morning & searched these forums & others, without success. I bought my kit of 6 d 24-105 mm Canon last March 2014 & saved the boxes and all the paperwork, but see only a serial number of 8 digits on the lens & paperwork. The white box, it came in had the same numbers but this > (21) at the front of it. It makes me crazy! Am I missing something?

    It took some time for Canon to 'understand', but some photographers obsess how old or new is a lens. Some will measure where they won't buy a used is more than a couple of years. Thus, they abolished put on their lenses date codes maybe 2 years ago or not.

    Unless it has access to internal files canons that show serial number for each lens ranges as well as the dates they are made, there is no way to determine when a "new" lens was manufactured.

    And, for what it's worth, when I got to the EF-S-objectives, I remember seeing a code on any of them. Only Ls had codes of date as far as I know. My EF 85 F1, 8 2 years ago have a date code, either.

    And I don't like not my 80-200 f2.8L "magic drain" had been built in 93 rather 94 or when? Not a bit! It produces great images for a fraction of what a new 70-200 f2.8L brand I would have cost 3 years ago...

  • For the OS (SELP1650) 16-50 lens correction data

    AfterShot Pro has the ability to correct lens distortions, but lacks data for the SELP1650 lens. Data should be available as my NEX 6 corrects the raw file as a jpeg with straight lines. Can I get the data somewhere? Looks like I need 3 parameters (a, b, c) to multiple focal lengths.

    Any ideas?

    Thanks - Mike

    Yours is the most recent version of IDC. I did some tests with IDC using the same equipment you have. The option of distortion of the objective on IDC is indeed gray when you use the NEX-6 with a target of SELP1650. For further research, distortions of lens on IDC will be available if you use a lens compatible with Compensation lens with the camera.

    This option is available to be used with the E-mount lenses on a NEX camera. It is not supported for other types of lenses. In addition, the LensComp. : option distortion on the camera can be set to Auto and cannot be set to Off, even with a few E-mount lenses.

    If my post answered your question, please mark it as "accept as a Solution.

  • Since the last update when you import images directly into Lightroom, metadata display the correct focal length, but display no information of the lens, Lightroom reports only as "unknown lens", the news of the lens are in meta-data... whe

    Since the last update when importing image directly in Lightroom, metadata display the correct focal length, but will not display any information from the lens, Lightroom reports only as 'unknown lens', the info from the lens is in the meta-data... When you change an image in LR in PS then save, lens Info appears as if by magic. This is a problem of workflow for those who could use multiple lenses on a shoot... What is the status on this issue? I shoot with Nikon D800... thnx ted-lens-metadata-field-missing-on-import?topic-reply-list[settings][filter_by]=company_promo https://feedback.photoshop.com/photoshop_family/topics/camera-raw-9-5-lens-information-aux I posted this on FB with LIGHTROOM page, they instructed me to send you.  Needless to say that it is a huge problem for the workflow, and reduce my bright room isn't an option because whenever he do it takes two days to arrive, and I have no time to lose if I appreciate some type of response as soon as possible

    What is the status on this issue?

    The link you gave clearly indicates the status of this issue. Adobe is working on it.

  • The lateset, 2015.5 edition, does not transfer data from the metadata, only the focal length objective. Disappointment when you want to know what that lens you used. (It allows to rename the files but after you create a second copy. "It's an improvement.)

    The last edition, 2015.5, does not transfer data from the metadata, only the focal length objective. Disappointment when you want to know what that lens you used. (It allows to rename the files but after you create a second copy. "It's an improvement.)

    Yes, copied files from Nikon NEF, DNG.

  • Otos Zeiss 28 mm F1.4 lens no data at PS CC?

    I got today the goal of Otos Zeiss 28 mm F1.4 and I can not found the lens in the PS CC.

    Anyone know when it will be to add?

    I want to use the correction to the correction of the objective data and remove the color.

    9.4 ACR is current

  • 6.5 / CC 2015.5 data after Lens

    Please explein after a new update, I see nomore my lenses of data

    Hi cesared,

    Please see the objective metadata hidden for some photos in Lightroom 2015.5 and 6.5 devices and let us know if that helps.

    Kind regards

    Assani

  • Filter &gt; Lens Correction &gt; This message now "The end of reached during playback of a data container" what does that mean?

    I was offered and took the average of 10 update of all was fine then an hour before while working on an image, the message 'the end of data is reached during playback of a container' appeared, that is - this windows and how can I get sorted?

    Well, you should be able to record the actions and then put back them later. Here's where you can find the installer for CS6: applications download Creative Suite 6

    And the ways to find your serial number: quickly find your serial number

    Regarding the re - install, it should replace all files that are not included.

  • Since the update of LR6.5 my lens data no longer appear. I always get the actual focal length, but the name of the lens stopped to appear, which for me is a nuisance!

    Is this likely to be fixed anytime soon?

    Hi Peter,.

    Please see the objective metadata hidden for some photos in Lightroom 2015.5 and 6.5 devices

    Kind regards

    Assani

Maybe you are looking for

  • DAQmxCfgSampClkTiming NICARD 6031 PCI E and Visual C++ 6.0

    To the attention of the customer or any other wellcome! -): I use a NICARD 6031 E PCI. I am also using Visual C++ 6.0. I declared a variable for an external CLOCK of SAMPLING ANALOG. I am providingThis CLOCK signal to the Dev1/PFI7 PIN entry m_sSampC

  • Error code 646 - windows update

    Until recently, the window updates were automatically installed.  However, recently the following message error Code 646.  Windows Update has encountered an unknown error.

  • Error when trying to install a configuration for wiondows service

    I created a configuration file for windows VB.NET.When service I am trying to install it, I get this error message, the file does not have a program associated with it for performing this action. Create an association in the folder options in Control

  • Vista Media Center loses tv recording titles

    I just opened my Vista Media Center and - despite my existing TV accessible and playable records - most of them have lost their title information and description of the program. Only program time and the recording time is displayed. I checked the "ra

  • DV 9827em drivers

    could you please give me a list of drivers that I need to upgrade my laptop to windows 7. Thank you.