Граф коммитов

48 Коммитов

Автор SHA1 Сообщение Дата
Mikko Piipponen 25cb5299eb version 1.3. Changes include: Support for products without front facing
camera, flash setting now available, half-pressing the camera key now
reactivates auto-focus in case manual focus has been made, persistent
settings using IsolatedStorageSettings.
2013-06-20 15:21:42 +03:00
Lucian Tomuta e7e6c9f77a Implementation of ticket:9
Plus a partial rollback of changeset:d10558d - with the current app
architecture the settings are lost if the device is reinitialized. At
least now the settings can be applied before taking a picture, but they
are reset when the picture is saved).
2013-06-07 10:16:38 +03:00
Lucian Tomuta 99fe2b4b8f Fix for ticket:8
Identify and delete undesired *.jpg files left behind in app's isolated
storage.
2013-05-30 15:00:34 +03:00
Lucian Tomuta d10558d710 Update for ticket:6's fix
See comment:4:ticket:6
2013-05-20 17:27:44 +03:00
Lucian Tomuta 1779b185d5 Green bitmap
Fix for https://projects.developer.nokia.com/cameraexplorer/ticket/6
2013-05-17 19:19:08 +03:00
Lucian Tomuta 7ce933e097 Fix for green viewfinder
A known issue affecting the camera apps on Lumia WP8 devices. To
workaround it (or at least limit the incidence) applications should
release the camera object as soon as they are no longer using it and
then create it again when needed.

In this case, the camera object is released before going to the
PreviewPage and re-created on return to the MainPage.
2013-05-13 15:25:53 +03:00
Mikko Piipponen 3369508a1c Version 1.2.
fix for Ticket#5 - Tap to focus sets wrong focus point [in ver. 1.1].
2013-01-30 12:04:08 +02:00
Ilkka Laukkanen e1fd464acb Language-checked release notes 2012-12-20 15:48:22 +02:00
Ilkka Laukkanen 23169383a5 Bump version to 1.1.1.0 2012-12-19 12:00:47 +02:00
Ilkka Laukkanen 3b1c4f5515 Fix front camera capturing
We can't null the FocusRegion if the sensor does not support it
2012-12-19 11:52:25 +02:00
Ilkka Laukkanen d93e1a924a Bump version to 1.1.0.0 2012-12-19 11:28:04 +02:00
Ilkka Laukkanen c9a6d1fde7 Bump version to 1.0.0.1
Release notes updated to reflect new version.
2012-12-18 17:55:23 +02:00
Ilkka Laukkanen ec78314b1e Add a .gitignore file 2012-12-14 16:34:12 +02:00
Ilkka Laukkanen db762081b6 Check to see if focus region setting is supported
Also reset focus indicator visibility when sensor is changed.
2012-12-14 16:33:35 +02:00
Ilkka Laukkanen feb0f3f968 Don't switch tap point axes
This behavior has been fixed on the production FW on Lumia 920.
2012-12-05 16:28:29 +02:00
Ilkka Laukkanen d5dad9fa31 Merge branch 'tap-focus'
* tap-focus:
  Display a focus region indicator near the focused area
  Implement tap focus
2012-11-22 10:30:41 +02:00
Ilkka Laukkanen 3b85ec0925 Display a focus region indicator near the focused area 2012-11-20 13:21:53 +02:00
Ilkka Laukkanen dc17e8200a Implement tap focus
Give the Canvas a name and add a Tap handler, lock focus parameters on
successful tap focus and release them when picture has been taken. Note
that taps and the region have to be converted into the coordinate space of
the preview image which is always 640x480 independent of the app
orientation. We use that as a clipping rectangle for the focus area to
avoid getting invalid argument errors due to the FocusRegion falling
outside the limits.
2012-11-08 17:11:30 +02:00
Ilkka Laukkanen b53640d9b8 Add Lens Picker icons 2012-11-08 15:36:11 +02:00
Ilkka Laukkanen 30804ab583 Merge branch 'lens-integration'
* lens-integration:
  Declare as Camera_Capture_App extension
2012-11-07 09:40:26 +02:00
Ilkka Laukkanen 1eaa7631c9 Declare as Camera_Capture_App extension 2012-11-06 16:48:49 +02:00
Sakari Hyoty d673388b30 Update release notes, fix viewfinder overlay bug, bump version to 1.0.0.0 2012-10-29 09:24:35 +02:00
Sakari Hyoty 6b93e26e0e Add release notes 2012-10-25 17:02:21 +03:00
Sakari Hyoty 679c331a7a Add class and methods comments to code. 2012-10-23 15:29:35 +03:00
Sakari Hyoty 5ce9674ba5 Add license file and headers, organize usings 2012-10-19 14:11:52 +03:00
Sakari Hyoty 323134fd32 Create new minimal class diagram for article, update existing diagram layout 2012-10-18 16:36:05 +03:00
Sakari Hyoty bd872462d9 Refactoring while writing an article, bump version number
Notable changes:
- Rename Guid property to PropertyId to not confuse with Guid type
- Move camera initialization to MainPage, it does it always anyway
- Move Parameters to DataContext and delete Settings completely
- Remove manual WB parameter as it overlaps with WB preset
2012-10-18 15:47:56 +03:00
Sakari Hyoty ea8c45c460 Fix image saving bug, stream was already consumed when attempting to save 2012-10-15 12:15:35 +03:00
Sakari Hyoty 1d19b5d188 Uninitialize camera when application is deactivated 2012-10-12 15:58:42 +03:00
Sakari Hyoty de6c834007 Disable buttons on start until camera is initialized, bump version number 2012-10-12 15:16:00 +03:00
Sakari Hyoty e09c9ee35c Update screenshots 2012-10-12 15:01:07 +03:00
Sakari Hyoty ed9ab3706a Add settings reset button, remove preview resolution parameter, bump version number 2012-10-12 14:31:24 +03:00
Sakari Hyoty e67e8e54d9 Add support for camera HW button 2012-10-12 13:40:46 +03:00
Sakari Hyoty a33a5fb886 Simplify code a bit, refactor
Notable changes:
- remove template arguments from array parameter
- remove refresh button
- change manual white balance to array instead of range
- add camera initialization progress indicator
- fix front camera upside down issue
- minor UI layout changes
2012-10-12 12:34:44 +03:00
Sakari Hyoty a1af62f2c1 Parameter refactoring 2012-09-20 13:05:21 +03:00
Sakari Hyoty 31c7533f86 Get about version from metadata, refactoring 2012-09-18 13:47:44 +03:00
Sakari Hyoty c101a0c3bd Update screenshots and add missing focus call 2012-09-14 13:32:25 +03:00
Sakari Hyoty 1b6ebd011b Update screenshots 2012-09-13 15:32:40 +03:00
Sakari Hyoty b507e319ef Add missing question mark icon 2012-09-13 14:26:07 +03:00
Sakari Hyoty 3e6077b8d3 Add exception handling around PhotoCaptureDevice and MediaLibrary
Exceptions in the mentioned APIs will be reported to
System.Diagnostics.Debug instead of quitting the application.
2012-09-13 14:25:44 +03:00
Sakari Hyoty 5e2d7d8ddd Reorganize parameters to couple of files, add about page 2012-09-13 13:33:46 +03:00
Sakari Hyoty 8ba19f700c Update application icon and large tile, refactor parameter properties 2012-09-13 12:50:31 +03:00
Sakari Hyoty db657cba64 Image saving (MediaLibrary call does not work), icons and tiles 2012-09-13 09:55:53 +03:00
Sakari Hyoty dbd89b3af6 Add overlays and preview page, reorganize settings page 2012-09-12 17:58:26 +03:00
Sakari Hyoty 5b919cf3bb Refactor parameter architecture, add resolution changing 2012-09-07 16:35:41 +03:00
Sakari Hyoty de9d558cb9 Add sensor switch button and ignore parameters that contain 0 or 1 possible values 2012-09-05 16:06:08 +03:00
Sakari Hyoty 184b911f6b Improve settings page 2012-09-05 14:54:29 +03:00
Sakari Hyoty a628433d84 Initial commit 2012-09-03 14:37:58 +03:00