Cam I import/view additional shooting data from camera?

Is it possible to import/view shooting data beyond the exif data shown in metadata panel in Library module, for example flash type, sync, exposure and flash compensation and other data that is viewable on camera in playback mode?

You'll need a plugin for that, e.g. ExifMeta.

Similar Messages

  • I have followed "Importing favorites and other data from Internet Explorer" but although I've worked through the dtages and it says it has worked, the expected internet explorer folder does not appear in bookmarks

    I have installed Firefox today, and like the look of and the speed. But I have an extensive set of foldersin my IE Favorites and remebered passwords I don't want to have to reimput.
    I have now tried twice folowing "Importing favorites and other data from Internet Explorer " which seemed to go smoothly, once with IE open and the other with it closed, and closed down my PC between each attempted installation. Any ideas?

    It usually works better if you export the Favorites in IE to an HTML file and import that file in the Firefox Bookmarks Manager.
    * Export the favorites in IE to an HTML file (bookmarks.html): File > Import and Export
    * Import the HTML file in Firefox: Bookmarks > Organize Bookmarks > Import & Backup > Import HTML: From File
    See also http://kb.mozillazine.org/Import_bookmarks ("Import from another browser" and "Import from file")

  • Using import script to read data from another location

    Hi,
    I need to find a way to import, in one location, the data of all other locations (with some additional transformations) using an integration script.
    I think I should be able to read from the recordset returned by farsTable, but I need to know how to find the table name that contains the data from my other locations.
    Thanks in advance,
    Julien

    First you will need to read the tpovlocation table to get the location key and segment key for each location to be read. You can then either read the relevent tdataseg(index) table where the index is the segment key from the location table, or alternatively you could try to access the data from the View (which i think is Vdata) in which case you you will not need the segment key.

  • "Some import operations were not performed" from camera import

    Greetings,
    I've been using LR3 for some time and have never had a problem importing before but starting last week (it worked fine on Tuesday, but failed starting Thursday), attempting to import directly from my Canon 7D has been producing this error dialog:
    Importing directly into LR3 has worked with this camera since I got it a year ago so this problem is completely new to me.
    I can import directly from the camera with Canon's utility, with Image Capture, and with iPhoto so nothing is wrong with the camera or the usb connection.
    After impoting the photos from the camera to a folder on the computer with something other than LR3, I can then import those photos into LR from the disk without problems so nothing is wrong with the photo files themselves.
    I have tried formatting the CF card, restarting LR3, and rebooting the computer.  Nothing has helped.
    Not being able to import directly into LR3 is a pain, and one that I would like to go away.  Help?
    Thanks!
    LR 3.6; OS X 10.6.8; intel iMac
    Additional information:  I just tried importing from the same camera with LR3 on my MBP and there were no problems so whatever is happening is unique to the instance of LR3 installed on my iMac.

    If it is an ordinary folder, then you can use FInder.  Click on the folder in question and they press Command-i to bring up the info window for that folder.  At the bottom you should see a section labeled "Saring & Permissions" where you will see and have the ability to change what privigles various users and groups have with respect to that folder.  Make sure that you can write to it (on the line with your user name it should say "Read & Write", it it doesn't then change it to say that).
    If however (as in my case) the issue is with a device file then the solution may be more complicated.  But since you don't mention an external drive I suspect that this isn't the case.

  • How to create a view consisting of data from tables in2 different databases

    Using Oracle 10.2g
    I have 2 databases Gus and haggis on Comqdhb schema.
    glink indicates a databse link between Haggis and Gus
    In Gus there are tables student,subject,grade,school containing columns like upn...
    STUDENT
    upn
    academicYear
    SUBJECT
    subject
    GRADE
    examlevel
    grade
    SCHOOL
    sn
    In HAGGIS there are tables student,grade,teacher containing columns upn...desc below.
    STUDENT
    upn
    GRADE
    grade
    upn
    academicyear
    level
    Create view in your HAGGIS database which will join all of the exam grades together. You should have one view which will produce the following relation :
    examGrade(upn, subject, examlevel, sn, grade,academicYear)
    so I need to create a view which gets the data from both the tables in both the databases.
    create view as examGrade(upn, subject, examlevel, sn, grade,academicYear) as select s.upn
    But i am not getting how to select a column from 2 tables in different databases
    I mean if i said
    select upn from comqdhb.student@glink,comqdhb.student;
    select upn from comqdhb.student@glink,comqdhb.student
    ERROR at line 1:
    ORA-00918: column ambiguously defined
    help me out,Thank you.

    Thank you for the reply will follow up the code format
    Create views in your HAGGIS schema database which will join all of the exam grades together. You should have one view which will produce the following relation :
    examGrade(upn, subject, examlevel, sn, grade,academicYear)
    I understand that there wont be duplication when we use conditions
    If i query
    select count(upn)
    from   comqdhb.student@glink I get 9000
    but after the union
    create view examGrade(upn, subject, examlevel, sn, grade,academicYear)
    as
    select distinct s.upn as upn
    ,                  g.subject as subject
    ,                  g."LEVEL" as examlevel
    ,                  g.grade as grades
    ,                  '9364097'
    ,                  to_number(g.academicyear) as academicyear
    from             comqdhb.student s
    ,                   comqdhb.grade g
    where           s.upn=g.upn
    union
    select            s.upn
    ,                   sb.subject
    ,                   g.elevel
    ,                   g.grade
    ,                   s.acyr
    ,                   sc.sn
    from              comqdhb.subject@glink sb
    ,                   comqdhb.student@glink s
    ,                    comqdhb.gradevalues@glink g
    ,                    comqdhb.school@glink sc,
    ,                    comqdhb.studentingroup@glink sg
    ,                    comqdhb.teachinggroup@glink tg
    where            sb.sid=tg.sid
    and                tg.gid=sg.gid
    and                sg.upn=s.upn
    and                g."LEVEL"=tg.elevel
    and                s.school=sc.id
    and                sc.id=tg.id; returns
    count(upn) from exam gradeIt gets stuck actually sometimes it returns
    932002 some results.
    2:
    Another problem i am having which i am trying to solve and written up my ideas but haven't been getting the expected results.Hope you can help.Thank you.
    Information:
    =======
    All children take exams at the age of 16 called a General Certificate of SecondaryEducation (GCSE).
    They have to study and take exams in Mathematics, English and Science, and can take other subjects such as History, French, Art etc. Most students will study between 5 and 10 different subjects before taking their GCSEs.
    For each exam, a student is awarded a grade from A*, A, B,C,D,E,F,G,U,X An A* grade is the best grade achievable and an X is the worst grade.
    In order to analyze how students have performed, each grade is mapped to a numeric value as follows:
    Grade Numerical score
    A* 8
    A 7
    B 6
    C 5
    D 4
    E 3
    F 2
    G 1
    U 0
    X 0
    Now why i need this avgGCSE is because i have to create a view containing avgGCSE of the students it is used in the next question where a condition is avgGCSE is between 6.5 and 7
    In order to calculate the avgGCSE the idea is to calculate the grades of the students and map the grades to their corresponding scores/values
    add them all up and div by the total no of grades to get the avg.
    desc comqdhb.STUDENT@glink;
    STUDENT
    =======
    UPN
    FNAME
    CNAME
    DOB
    GENDER
    PREVIOUSSCHOOL
    XGCSE
    SCHOOL
    ACYR
    STUDENTINGROUP
    =============
    UPN
    GID
    STARTDATE
    ENDDATE
    GRADE
    GRADEVALUES
    ===========
    GRADE
    LEVEL
    VALUE
    I have a opinion that xgcse in STUDENT table refers to the avgGCSE which i want to calculate as when i asked my professor as to what xgcse he said that he forgot to take it out of the table and it is not necessary while creating avggcse.
    select *
    from comqdhb.student@glink
    where xgcse<6.5; Displaying a result
    returns:
    UPN FAMILYNAME COMMONNAME DATEOFBIR GENDER PREVIOUSSCHOOL XGCSE SCHOOL ACYR
    ===========================================================================
    1011 KIMBERLY ABBOT 07-JUL-79 f none 3.93500948 2 2
    select *
    from comqdhb.student@glink
    where xgcse between 6.5 and 7 and upn = 1386; Displaying a result
    returns:
    UPN FAMILYNAME COMMONNAME DATEOFBIR GENDER PREVIOUSSCHOOL XGCSE SCHOOL ACYR
    ===========================================================================
    1386 STEPHANIE AANNESSON 15-JAN-79 f none 6.88873 2 2 so if xgcse is the avgGCSE then upn 1011 has avggcse<6.5 and 1386 has avggcse >6.5
    my idea was backward strategy like so now if we find out upn 1368 has suppose xgcse(avggcse)>6.5 how to extract the avggcse for the particular upn We need to map grades from GRADEVALUES to grade in STUDENTINGROUP and map upn from studentingroup to upn in student to output the values for the corresponding grades from GRADEVALUES
    select grade
    from comqdhb.studentingroup@glink
    where upn = 1011;
    Result:
    GRADE
    =====
    D
    F
    B
    E
    C
    E
    E
    B
    8 rows selected. Mapping each grade to the corresponding value and calculating we get
    32/8=4 total(values to corresponding grades)/no of grades.
    But the xgcse for upn 1011 is 3.935 and i am getting 4!! maybe xgcse isn't avggrade but ? is the procedure by me correct for calculating avggcse
    select grade
    from comqdhb.studentingroup@glink
    where upn = 1386;
    Result:
    GRADE
    ======
    A*
    A*
    A*
    A*
    B
    A*
    A*
    A
    B
    B
    B
    11 rows selected. grade to the corresponding value and calculating we get
    79/11=7.12 total(values to corresponding grades)/no of grades.
    But the xgcse for upn 1011 is 6.88... and i am getting 7.12!!
    But another problem
    when i say
    select   g.value,g.grade
    from     comqdhb.gradevalues@glink g
    ,        comqdhb.studentingroup@glink sg
    where    g.grade=sg.grade
    and      sg.upn=1011;
    result:
    ======
    VALUE GRADE
    ===========
      100 B
      100 B
       80 C
       60 D
       40 E
       40 E
       40 E
       20 F
        6 B
        6 B
        5 C
    VALUE GRADE
    =============
        4 D
        3 E
        3 E
        3 E
        2 F
    16 rows selected.
    select   distinct g.value,g.grade
    from     comqdhb.gradevalues@glink g
    ,        comqdhb.studentingroup@glink sg
    where    g.grade=sg.grade
    and      sg.upn=1011;
    result:
    ======
    VALUE GRADE
    ============
         2 F
       100 B
         6 B
         3 E
        60 D
         5 C
         4 D
        80 C
        40 E
        20 F
    10 rows selected. I am getting only 8 for the query
    select grade
    from comqdhb.studentingroup@glink
    where upn = 1386; here its becomming 10 and also its displaying values as 100 and ...
    select distinct *
    from   comqdhb.gradevalues@glink;
    GRADEVALUES
    ===========
    LEVEL      GRADE           VALUE
    ================================
    a          A                 120
    a          B                 100
    a          C                  80
    a          D                  60
    a          E                  40
    a          F                  20
    a          U                   0
    a          X                   0
    g          A                   7
    g          A*                  8
    g          B                   6
    LEVEL      GRADE           VALUE
    ================================
    g          C                   5
    g          D                   4
    g          E                   3
    g          F                   2
    g          G                   1
    g          U                   0
    g          X                   0
    18 rows selected. I was hoping if i could map the grades and get the values and calculate avggrade by total(values)/count(values)that would be it but here there are values like 100...
    select  sum(g.value)/count(g.grade) as avggrade
    from    comqdhb.gradevalues@glink g
    ,         comqdhb.studentingroup@glink sg
    where  g.grade=sg.grade
    and     sg.upn=1386;
    avggrade
    ========
    37.4375 the avggrade cant be this big and when i map each grade i obtained for 1368 like a to 7+b to 6 so on i get avggrade 7.12
    kindly help.
    Edited by: Trooper on Dec 15, 2008 4:49 AM

  • View my iCal data from Outlook

    I'm currently using iCal to manage my schedule. It syncs automatically to MobileMe, Google Apps, and Plaxo, and it all gets pushed to my iPhone via MobileMe. I also have a few ics subscriptions within iCal, but for the purposes of what I'm about to ask, I don't care about them. It's my OWN calendar data that I care about.
    I need to access it from within Outlook 2007 on a government-issued computer. Because it's government-issued, it's a fixed image and no one can install software or plugins locally. So with what I have (Outlook only), I need to figure out how to be able to view my iCal data.
    I know Outlook 2007 supports subscriptions, but for the life of me, I can't find anywhere within me.com, or iCal, any reference to what URL I would need to use to have Outlook access my calendar.
    Any guidance?
    Dan

    Hi dantrimble.
    I have same problem that you. I have Snow Leopard and I need to sync 4 windows with this calendar server, and i don't find any form to solutions it.
    If you're found any solution ?
    I try with sundird but icann't.
    any idea ?
    Thanks.

  • Error while Viewing SQL Server data from Oracle

    Dear Friends,
    I am using Oracle10g XE.
    I have made a connection to view or insert data in SQL Server Database from Oracle.
    I  have done all the things with the help of below link.
    http://www.databasejournal.com/features/oracle/article.php/3442661/Making-a-Connection-from-Oracle-to-SQL-Server.htm
    Everything worked fine. but when i run below query
    select "EmployeeNo" from hrtattendance@mysqlserverdsn
    it gives an error which is mentioned below
    ERROR at line 1:
    ora-28545: error diagnosed by Net8 when connecting to an agent
    Unable to reteieve text of  NETWORK/NCR MESSAGE 65535
    ORA-02063: preceding 2 lines from MYSQLSERVERDSN
    Please help. I will be thankful.
    Regards,

    Dear Klaus,
    Here u go.
    C:\>C:\oraclexe\app\oracle\product\10.2.0\server\bin\hsodbc
    Oracle Corporation --- TUESDAY   JUN 24 2014 16:28:20.146
    Heterogeneous Agent Release 10.2.0.1.0 - Production  Built with
       Driver for ODBC
    C:\>C:\oraclexe\app\oracle\product\10.2.0\server\bin\tnsping MYSQLSERVERDSN
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 24-JUN-2
    014 16:28:33
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Used parameter files:
    C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT
    =1522)) (CONNECT_DATA=(SID=MYSQLSERVERDSN)) (HS=OK))
    TNS-12541: TNS:no listener
    C:\>C:\oraclexe\app\oracle\product\10.2.0\server\bin\lsnrctl status LISTENERMYSQLSERVERDSN
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 24-JUN-2014 16:28
    :48
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1522))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       32-bit Windows Error: 61: Unknown error
    Connecting to (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       32-bit Windows Error: 2: No such file or directory
    C:\>
    Regards,

  • How to import sms and mms data from 6600 to N73

    Hi to all, I'm trying to import all my old data on my nokia 6600, to my new N73 ME, fw rel V 3.0368.0.0.30, because I don't like the idea to lose all my sms and mms from the old phone. I encountered a lot of problems. First thing, the transfer apps only leaves to import via bluetooth and so on data like contacts and multimedia. So I tried to copy from dir mail of the mmc of Nokia 6600 to the dir mail2 under hidden folder Private on the mini sd of my new N73. What happens? In the first moment it seems all ok, because when I switch under sms to memory cards, the N73 read all the sms like they were on phone. But first of all, it doesn't see the mms, it see only the title, but when I open them it gives me error. This doesn't happens with sms, that are all ok. The problem is that when I turn off the phone, it doesn't turn on anymore, it hangs until I've to remove the mini SD. After many tries, I've understood that maybe the problem is with the file index in mail2 folder. Someone has any idea or have tried to import sms and mms from his old Nokia phone to the new N73 and so could help me? Thanks.

    have u actually tried to connect the 6600 with the latest PC suite to see what happens?
    if that fails, maybe have a look at the Oxygen Phone Manager software and see if they offer a free trial. i know i used to use OPM before nokia updated there PC suite to work with my 3230Message Edited by rich_enduro on 02-Jan-2007
    06:30 PM
    Nexu 5

  • How to import whole database (with data) from remote server?

    I am using oracle sql developer 2.1. Our main database server is in USA, we use this from Bangladesh. We also a local copy here time to time updataed.
    Is there any way copy or migrate the whole database with data from usa server to our local serve using sql developer 2.1?
    we use windows server 2003 service pack 2 in local server.

    I replied to you in Import Data wizard not found and stand by my suggestions.
    Regards,
    K.

  • How do I reinstall Lightroom and safely import library and preview data from an older computer?

    Since buying a new MacBook Pro back in February 2014, I have had non-stop issues using Lightroom.  This is particularly frustrating considering I bought a new laptop specifically to improve my experience with Lightroom.  The experience thus far has been anything but.  The program freezes every time I try and 'right click' on an item, which means I have no way of reconnecting files or folders that are on external hard drives.  It also crashes regularly when I try and open the program.  I believe this may have something to do with how I moved files over from one computer to another.  I have a growing suspicion that my libraries are corrupt.
    It's now been 6 months, and I've uploaded quite a few new folders since then.  However, I am ready to give all the last 6 months work away and start with a 2013 backup to ensure Lightroom runs smoothly.  I've moved all current library information onto an external hard drive, and deleted the folder from my laptop.  I've also tried to delete and reinstall Lightroom, but the program immediately crashes when I try to start it up again.
    All this is to say I need some serious help getting Lightroom back up and running on my laptop, pulling in old data from my other laptop properly and bringing Lightroom back up to life on my new laptop.  Any assistance or hand holding would be immeasurably appreciated.

    It should work.  Make sure you are installing the same version.  If you continue to have a problem try contacting Adobe Support thru chat:
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • After importing all of my photos from camera roll, i tried to delete them on my phone and they are all still there

    I unchecked sync under the photos in itunes, i deleted them all using image capture...I turned the phone off and on....what the heck??

    Unchecking sync photos in iTunes will only delete photos synced from your computer to your phone, not the photos taken on your phone in Camera Roll.  To delete these, open Photos>Camera Roll, tap the arrow button on the top right, tap the photos you want to delete, then tap Delete at the bottom.

  • Camera software not opening to transfer images from camera to computer. What to do?

    My PowerShot 720is software ZoomBrowser EX not opening on computer. No images load and I don't have option to click on "connect to camera" so I can transfer images from camera to computer. Message says "Zb Module has stopped working. Windows is looking for a solution to this problem." Anyone have this happen and know what to do?
    Thank you!

    Hi BLG,
    If you haven't already done so, please update your software for Windows 7.  Here's how.
    Just click here to access the software updates for your camera.  Once there, just enter your operating system, then the version of the operating system.  Now click on "Software" to show the software updates.
    Click on "ZoomBrowser EX 6.9.0a Updater".  Installation instructions are on the next page.  Also, please download "CameraWindow "DC 8.8 for Windows" to your desktop.
    After accepting the required disclaimer, please download the program update to your desktop.
    After downloading all the software you choose to install, please install ZoomBrowser last. This will allow it to link to the other Canon software on your computer.
    Since you've installed an older version of software, you may now double-click on the program update to install it.  If not, just put the CD-ROM in your computer's optical drive and stop any installation program that starts.
    If you've already updated the software for Windows 7, please contact us for assistance.  Click here for contact options.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • IPhoto '09 importing keywords,ratings & other data from Aperture

    <Edited by Moderator>
    Will Faces & Places work with pictures I import from Aperture? I there a way of viewing the Aperture Library and then dragging and dropping a Project/Event to iPhoto with the data to make Faces and Places and Ratings etc show up in iPhoto 09 (which I do not have but might get)...
    Thanks

    Thank you for your reply.
    I tried to export from Aperture to a folder, but it seems to work only with masters, not with versions (or at least I can't find an option to export metadata in File->Export->Versions).
    What I'd need iPhoto for is to catalog and display my elaborated pics. So I could copy only my iPhoto Library to my MacBook.
    Best regards,
    Oskar.
    Message was edited by: oaks70

  • How to view the returned data from a stored procedure in TOAD?

    Hi,
    I created ref cursor in the stored procedure to return data. The stored procedure works fine, just want to view the result in TOAD. The BEGIN... EXEC... END can execute the stored procedure, but how to make the result display?
    Thanks!

    Right click the editor and choose
    "Prompt For Substitution Variables".
    Run for example the following code:
    DECLARE
    PROCEDURE p (cur OUT sys_refcursor)
    AS
    BEGIN
    OPEN cur FOR
    SELECT *
    FROM DUAL;
    END p;
    BEGIN
    p (:cur);
    END;
    The result will display in Toad's Data Grid!
    Regards Michael

  • Importing inter-company transaction data from SAP (BPC 7.5 NW)

    Hello,
    For our legal consolidation application, we would like to import inter-company data directly from SAP R/3 and match / eliminate the amounts at the transaction level (i.e., it would not be enough to import balances only from SAP).
    Is there any guidance available on how to do that? All of the information that I have seen so far either assumes that the data is being loaded via a flat file or focuses on the import of data for the Finance / Consolidation application. The import of data for the Finance application is not relevant as that imports balances only, not transactions.
    Thank you.

    Hi,
    To my understanding, concurrent locking only locks the intersection for the time the data is being sent to the database, which is not enough in this case.
    We would need to have the lock utilized the whole time the user is inputting data for a specific dimension selection on the input schedule:
    1. User selects values for dimensions
    2. The input schedule is refreshed/expanded <-- LOCK ON
    3. User inputs new figures etc.
    4. User sends the data to database <-- LOCK OFF
    The point is to prevent multiple users from working on the same set of data unintentionally.
    Is this possible?

Maybe you are looking for

  • Oracle 8.1.5 for NT installation Windows XP proffessional

    Oracle 8.1.5 for NT is installed on windows XP Proffessional. Installation time SID = ORCL815. Oracle TNSListner service and oracle webAssistant service are started. But oracle serviceORCL815 status is showing as starting when startup type is Automat

  • ADAPTER in the Central Adapter Engine

    Hello I have problem with my Adapter in the Central Adapter Engine. There are to adapter inside, a JMS and A JDBC. This two adpater have in the monitoring status green. But JMS adapter get no message in the system, and by the JDBC adapter the select

  • Want to know what is hcm configuration workbench

    i want to know what is the use of hcm configuration workbench please provide some material or documents for ref. also how can hcm configuration workbench be helpful in copying the payroll setups from one business group to another.

  • Simple c array in struct pointer question

    i have a two struct like so: typedef struct {        uint8_t data[256]; } foo1; typedef struct {        uint32_t data_ptr; } foo2; foo1 * ctx; foo2    ply; if i want to get the pointer to the data array in ctx and assigned to data_ptr would i do it l

  • Why has my itunes id been disabled on my iphone?

    still works on my pc, just cant download apps, why?