~ps-jenkins/qtubuntu-camera/ubuntu-rtm-14.09-proposed

« back to all changes in this revision

Viewing changes to src/aalimagecapturecontrol.h

  • Committer: CI bot
  • Author(s): Ugo Riboni
  • Date: 2014-10-01 22:23:40 UTC
  • mfrom: (113.2.4 qtubuntu-camera)
  • Revision ID: ps-jenkins@lists.canonical.com-20141001222340-1gmhk88ioqlmkxy9
Fix EXIF timestamp before saving JPEG, so that timestamps are in local times and not in UTC Fixes: 1371390
Approved by: Jim Hodapp, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#include <QCameraImageCaptureControl>
21
21
#include <QString>
 
22
#include <QTemporaryFile>
22
23
#include <storagemanager.h>
23
24
 
24
25
#include <stdint.h>
67
68
    float getScreenAspectRatio();
68
69
    void getPriorityAspectRatios();
69
70
    void saveJpeg(void* data, uint32_t dataSize);
 
71
    bool updateJpegMetadata(void* data, uint32_t dataSize, QTemporaryFile* destination);
70
72
 
71
73
    AalCameraService *m_service;
72
74
    AalCameraControl *m_cameraControl;