SlideShare uma empresa Scribd logo
1 de 34
Baixar para ler offline
ITALIAN WEBINAR

LENS APP:
TRASFORMARE IL TELEFONO IN UNA FOTOCAMERA
Marco Dal Pino
Nokia Developer Champion
Microsoft MVP – Client Development

Senior Mobile Dev @ DPCons
AGENDA
•
•
•
•
•

WP e App fotografiche
Lens App: cosa sono
Integrazione
Nuove risoluzioni
Imaging SDK

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
WP E APP
FOTOGRAFICHE

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
WP E APP
FOTOGRAFICHE
Demo

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
LENS APP:
COSA SONO

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
COSA SONO
App selezionabili come stand alone o dal viewfinder della
camera
• Non solo scatto, ma anche «Rich_Media_Lenses» per vedere
o editare le foto
• Offrire esperienza di utiizzo della fotocamera per altri
servizi (es. lettura barcode)
•

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
LENS APP:
COSA SONO
Demo

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
INTEGRAZIONE

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
INTEGRAZIONE
Le applicazioni fotografiche possono essere integrate con il
sistema operativo
• L’utente può interagire con l’applicazione direttamente
dall’hub Photos
• Viene attivata con una dichiarazione nel file di manifest
• L’app viene aperta con un Uri speciale
•

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
APPS
•
•
•

L’applicazione viene aggiunta nella sezione Apps
dell’hub Photos
Al tap, l’applicazione viene aperta regolarmente
E’ semplicemente una scorciatoia

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
MANIFEST
<Extension ExtensionName="Photos_Extra_Hub" ConsumerID="{5B04B775-356B-4AA0AAF8-6491FFEA5632}" TaskID="_default" />

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
SHARE PICKER
L’utente può importare una foto della libreria
direttamente nell’applicazione
• L’applicazione riceve un GUID che rappresenta la
foto scelta
• La classe MediaLibrary permette di recuperare
l’immagine tramite GUID
•

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
MANIFEST & URI
<Extension ExtensionName="Photos_Extra_Share"
ConsumerID="{5B04B775-356B-4AA0-AAF8-6491FFEA5632}"
TaskID="_default" />

/MainPage.xaml?Action=ShareContent&FileId=%7BA3D54
E2D-7977-4E2B-B92D-3EB126E5D168%7D

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
RICH MEDIA APP
«Firma» che viene applicata alle foto scattate e salvate in
Camera Roll con un’applicazione di terze parti
• Viene visualizzata nell’hub Photos e come opzione nell’app
bar
•

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
MANIFEST AND URI
<Extension ExtensionName="Photos_Rich_Media_Edit"
ConsumerID="{5B04B775-356B-4AA0-AAF8-6491FFEA5632}"
TaskID="_default" />
/MainPage.xaml?Action=RichMediaEdit&token=%7Bed8b7de86cf9-454e-afe4-abb60ef75160%7D

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
EDIT
•
•

Pensata per le applicazioni che supportano
la modifica delle foto
Funzionamento analogo allo Share Picker

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
MANIFEST AND URI
<Extension ExtensionName="Photos_Extra_Image_Editor"
ConsumerID="{5B04B775-356B-4AA0-AAF8-6491FFEA5632}"
TaskID="_default" />

/MainPage.xaml?Action=EditPhotoContent&FileId=%7B
ea74a960-3829-4007-8859-cd065654fb

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
LENS APP
L’applicazione può essere lanciata dall’app nativa
della fotocamera
• In questo modo, l’utente può continuare a
sfruttare il tasto hardware dedicato
•

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
MANIFEST AND URI
<Extension ExtensionName="Camera_Capture_App"
ConsumerID="{5B04B775-356B-4AA0-AAF86491FFEA5631}" TaskID="_default" />

/MainPage.xaml?Action=ViewfinderLaunch

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
INTEGRAZIONE
Demo

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
NUOVE RISOLUZIONI

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
NUOVE RISOLUZIONI
1020, 1520, 1320
• Microsoft.Phone.Info.DeviceStatus.DeviceName
• Identificato come RM-xxx
• Risoluzione da forzare:
• Per il 1020 7712 x 4352
• Per il 1520 5376 x 3024
•

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
XAMLESSENTIAL

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
NUOVE RISOLUZIONI
Demo

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
IMAGING SDK

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
IMAGING SDK
Libreria nativa di Nokia per Windows Phone 8 (qualsiasi
device, non solo Lumia)
• http://s.qmatteoq.com/ImagingSDK
• Permette di applicare filtri alle immagini acquisiti o in real
time
• Funzionalità di crop, resize, undo
•

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
IMAGING SDK
Essendo una libreria nativa, non può essere compilata in
modalità «Any CPU».
• Occorre specificare l’architettura:
•

•

•

ARM per deploy sul device e sullo Store
X86 per deploy sull’emulatore

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
IMAGING SDK
Demo

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only
Grazie!
@marcodalpino
http://mobileprog.net

© 2012 Nokia. All rights reserved.
© 2012 Microsoft. All rights reserved.

12/4/2013

Nokia Internal Use Only

Mais conteúdo relacionado

Semelhante a Transform Phone into Camera with Lens App

La pubblicazione di un'applicazione sullo store
La pubblicazione di un'applicazione sullo storeLa pubblicazione di un'applicazione sullo store
La pubblicazione di un'applicazione sullo storeDan Ardelean
 
7.imaging on windows phone
7.imaging on windows phone7.imaging on windows phone
7.imaging on windows phoneNguyên Phạm
 
Android development powered by Java SE 8 and Kotlin
Android development powered by Java SE 8 and KotlinAndroid development powered by Java SE 8 and Kotlin
Android development powered by Java SE 8 and KotlinMohamed Taman
 
DroidCon 2015 - Building Secure Android Apps For The Enterprise
DroidCon 2015 - Building Secure Android Apps For The Enterprise DroidCon 2015 - Building Secure Android Apps For The Enterprise
DroidCon 2015 - Building Secure Android Apps For The Enterprise Kareem ElSayyed
 
What iOS 9 Means for the Enterprise
What iOS 9 Means for the EnterpriseWhat iOS 9 Means for the Enterprise
What iOS 9 Means for the EnterpriseAlexander Romero
 
Developing Windows Phone Apps with the Nokia Imaging SDK
Developing Windows Phone Apps with the Nokia Imaging SDKDeveloping Windows Phone Apps with the Nokia Imaging SDK
Developing Windows Phone Apps with the Nokia Imaging SDKNick Landry
 
Visual studio-2012-product-guide
Visual studio-2012-product-guideVisual studio-2012-product-guide
Visual studio-2012-product-guideAravindharamanan S
 
Visual studio-2012-product-guide
Visual studio-2012-product-guideVisual studio-2012-product-guide
Visual studio-2012-product-guideAravindharamanan S
 
Visual studio-2012-product-guide
Visual studio-2012-product-guideVisual studio-2012-product-guide
Visual studio-2012-product-guideAravindharamanan S
 
March 2014 Meetup - Nokia X Tech Session
March 2014 Meetup - Nokia X Tech SessionMarch 2014 Meetup - Nokia X Tech Session
March 2014 Meetup - Nokia X Tech SessionBlrDroid
 
Meet PPT - Copy.pptx
Meet PPT - Copy.pptxMeet PPT - Copy.pptx
Meet PPT - Copy.pptxTestingMail6
 
Creating a custom Moodle Mobile app - MoodleMoot Spain 2014
Creating a custom Moodle Mobile app -  MoodleMoot Spain 2014Creating a custom Moodle Mobile app -  MoodleMoot Spain 2014
Creating a custom Moodle Mobile app - MoodleMoot Spain 2014Juan Leyva Delgado
 
Develop android application with mono for android
Develop android application with mono for androidDevelop android application with mono for android
Develop android application with mono for androidNicko Satria Consulting
 
Introducing Adobe Monocle
Introducing Adobe MonocleIntroducing Adobe Monocle
Introducing Adobe MonocleLaurent Jayr
 
Custom Android ROM’s
Custom Android ROM’sCustom Android ROM’s
Custom Android ROM’sIRJET Journal
 
ANDROID presentation prabal
ANDROID presentation prabalANDROID presentation prabal
ANDROID presentation prabalPrabal Tyagi
 
NELotus - OpenNTF.org & XPages Mobile Controls
NELotus - OpenNTF.org & XPages Mobile ControlsNELotus - OpenNTF.org & XPages Mobile Controls
NELotus - OpenNTF.org & XPages Mobile ControlsJohn Head
 

Semelhante a Transform Phone into Camera with Lens App (20)

La pubblicazione di un'applicazione sullo store
La pubblicazione di un'applicazione sullo storeLa pubblicazione di un'applicazione sullo store
La pubblicazione di un'applicazione sullo store
 
7.imaging on windows phone
7.imaging on windows phone7.imaging on windows phone
7.imaging on windows phone
 
Android development powered by Java SE 8 and Kotlin
Android development powered by Java SE 8 and KotlinAndroid development powered by Java SE 8 and Kotlin
Android development powered by Java SE 8 and Kotlin
 
DroidCon 2015 - Building Secure Android Apps For The Enterprise
DroidCon 2015 - Building Secure Android Apps For The Enterprise DroidCon 2015 - Building Secure Android Apps For The Enterprise
DroidCon 2015 - Building Secure Android Apps For The Enterprise
 
Connettersi al Cloud Azure Mobile Services
Connettersi al Cloud Azure Mobile ServicesConnettersi al Cloud Azure Mobile Services
Connettersi al Cloud Azure Mobile Services
 
What iOS 9 Means for the Enterprise
What iOS 9 Means for the EnterpriseWhat iOS 9 Means for the Enterprise
What iOS 9 Means for the Enterprise
 
Developing Windows Phone Apps with the Nokia Imaging SDK
Developing Windows Phone Apps with the Nokia Imaging SDKDeveloping Windows Phone Apps with the Nokia Imaging SDK
Developing Windows Phone Apps with the Nokia Imaging SDK
 
Visual studio-2012-product-guide
Visual studio-2012-product-guideVisual studio-2012-product-guide
Visual studio-2012-product-guide
 
Visual studio-2012-product-guide
Visual studio-2012-product-guideVisual studio-2012-product-guide
Visual studio-2012-product-guide
 
Visual studio-2012-product-guide
Visual studio-2012-product-guideVisual studio-2012-product-guide
Visual studio-2012-product-guide
 
InternShip performed tasks
InternShip performed tasksInternShip performed tasks
InternShip performed tasks
 
March 2014 Meetup - Nokia X Tech Session
March 2014 Meetup - Nokia X Tech SessionMarch 2014 Meetup - Nokia X Tech Session
March 2014 Meetup - Nokia X Tech Session
 
Meet PPT - Copy.pptx
Meet PPT - Copy.pptxMeet PPT - Copy.pptx
Meet PPT - Copy.pptx
 
Creating a custom Moodle Mobile app - MoodleMoot Spain 2014
Creating a custom Moodle Mobile app -  MoodleMoot Spain 2014Creating a custom Moodle Mobile app -  MoodleMoot Spain 2014
Creating a custom Moodle Mobile app - MoodleMoot Spain 2014
 
Develop android application with mono for android
Develop android application with mono for androidDevelop android application with mono for android
Develop android application with mono for android
 
Introducing Adobe Monocle
Introducing Adobe MonocleIntroducing Adobe Monocle
Introducing Adobe Monocle
 
Custom Android ROM’s
Custom Android ROM’sCustom Android ROM’s
Custom Android ROM’s
 
ANDROID presentation prabal
ANDROID presentation prabalANDROID presentation prabal
ANDROID presentation prabal
 
NELotus - OpenNTF.org & XPages Mobile Controls
NELotus - OpenNTF.org & XPages Mobile ControlsNELotus - OpenNTF.org & XPages Mobile Controls
NELotus - OpenNTF.org & XPages Mobile Controls
 
Oracle mcs overview 1029
Oracle mcs overview 1029Oracle mcs overview 1029
Oracle mcs overview 1029
 

Mais de Microsoft Mobile Developer

Intro to Nokia X software platform 2.0 and tools
Intro to Nokia X software platform 2.0 and toolsIntro to Nokia X software platform 2.0 and tools
Intro to Nokia X software platform 2.0 and toolsMicrosoft Mobile Developer
 
Location based services for Nokia X and Nokia Asha using Geo2tag
Location based services for Nokia X and Nokia Asha using Geo2tagLocation based services for Nokia X and Nokia Asha using Geo2tag
Location based services for Nokia X and Nokia Asha using Geo2tagMicrosoft Mobile Developer
 
Lumia App Labs: Lessons learned from 50 windows phone 8 design consultations
Lumia App Labs: Lessons learned from 50 windows phone 8 design consultationsLumia App Labs: Lessons learned from 50 windows phone 8 design consultations
Lumia App Labs: Lessons learned from 50 windows phone 8 design consultationsMicrosoft Mobile Developer
 
Windows Phone 8 speech: parliamo con la nostra app
Windows Phone 8 speech: parliamo con la nostra appWindows Phone 8 speech: parliamo con la nostra app
Windows Phone 8 speech: parliamo con la nostra appMicrosoft Mobile Developer
 
Il pattern mvvm come strutturare al meglio il vostro progetto
Il pattern mvvm come strutturare al meglio il vostro progettoIl pattern mvvm come strutturare al meglio il vostro progetto
Il pattern mvvm come strutturare al meglio il vostro progettoMicrosoft Mobile Developer
 

Mais de Microsoft Mobile Developer (20)

Intro to Nokia X software platform 2.0 and tools
Intro to Nokia X software platform 2.0 and toolsIntro to Nokia X software platform 2.0 and tools
Intro to Nokia X software platform 2.0 and tools
 
Lumia App Labs: Lumia SensorCore SDK beta
Lumia App Labs: Lumia SensorCore SDK betaLumia App Labs: Lumia SensorCore SDK beta
Lumia App Labs: Lumia SensorCore SDK beta
 
Nokia Asha from idea to app - Imaging
Nokia Asha from idea to app - ImagingNokia Asha from idea to app - Imaging
Nokia Asha from idea to app - Imaging
 
Healthcare apps for Nokia X and Nokia Asha
Healthcare apps for Nokia X and Nokia AshaHealthcare apps for Nokia X and Nokia Asha
Healthcare apps for Nokia X and Nokia Asha
 
Push notifications on Nokia X
Push notifications on Nokia XPush notifications on Nokia X
Push notifications on Nokia X
 
DIY Nokia Asha app usability studies
DIY Nokia Asha app usability studiesDIY Nokia Asha app usability studies
DIY Nokia Asha app usability studies
 
Lessons learned from Nokia X UI reviews
Lessons learned from Nokia X UI reviewsLessons learned from Nokia X UI reviews
Lessons learned from Nokia X UI reviews
 
Location based services for Nokia X and Nokia Asha using Geo2tag
Location based services for Nokia X and Nokia Asha using Geo2tagLocation based services for Nokia X and Nokia Asha using Geo2tag
Location based services for Nokia X and Nokia Asha using Geo2tag
 
HERE Maps for the Nokia X platform
HERE Maps for the Nokia X platformHERE Maps for the Nokia X platform
HERE Maps for the Nokia X platform
 
Nokia In-App Payment - UX considerations
Nokia In-App Payment - UX considerationsNokia In-App Payment - UX considerations
Nokia In-App Payment - UX considerations
 
Introduction to Nokia Asha SDK 1.2 (beta)
Introduction to Nokia Asha SDK 1.2 (beta)Introduction to Nokia Asha SDK 1.2 (beta)
Introduction to Nokia Asha SDK 1.2 (beta)
 
UX considerations when porting to Nokia X
UX considerations when porting to Nokia XUX considerations when porting to Nokia X
UX considerations when porting to Nokia X
 
Kids' games and educational app design
Kids' games and educational app designKids' games and educational app design
Kids' games and educational app design
 
Nokia X: opportunities for developers
Nokia X: opportunities for developersNokia X: opportunities for developers
Nokia X: opportunities for developers
 
Lumia App Labs: Nokia Imaging SDK 1.1
Lumia App Labs: Nokia Imaging SDK 1.1Lumia App Labs: Nokia Imaging SDK 1.1
Lumia App Labs: Nokia Imaging SDK 1.1
 
Intro to Nokia X software platform and tools
Intro to Nokia X software platform and toolsIntro to Nokia X software platform and tools
Intro to Nokia X software platform and tools
 
Lumia App Labs: Lessons learned from 50 windows phone 8 design consultations
Lumia App Labs: Lessons learned from 50 windows phone 8 design consultationsLumia App Labs: Lessons learned from 50 windows phone 8 design consultations
Lumia App Labs: Lessons learned from 50 windows phone 8 design consultations
 
Windows Phone 8 speech: parliamo con la nostra app
Windows Phone 8 speech: parliamo con la nostra appWindows Phone 8 speech: parliamo con la nostra app
Windows Phone 8 speech: parliamo con la nostra app
 
Il pattern mvvm come strutturare al meglio il vostro progetto
Il pattern mvvm come strutturare al meglio il vostro progettoIl pattern mvvm come strutturare al meglio il vostro progetto
Il pattern mvvm come strutturare al meglio il vostro progetto
 
NFC, Bluetooth e comunicazione tra app
NFC, Bluetooth e comunicazione tra appNFC, Bluetooth e comunicazione tra app
NFC, Bluetooth e comunicazione tra app
 

Último

New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 

Último (20)

New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 

Transform Phone into Camera with Lens App

  • 1. ITALIAN WEBINAR LENS APP: TRASFORMARE IL TELEFONO IN UNA FOTOCAMERA Marco Dal Pino Nokia Developer Champion Microsoft MVP – Client Development Senior Mobile Dev @ DPCons
  • 2. AGENDA • • • • • WP e App fotografiche Lens App: cosa sono Integrazione Nuove risoluzioni Imaging SDK © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 3. WP E APP FOTOGRAFICHE © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 4. WP E APP FOTOGRAFICHE Demo © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 5. LENS APP: COSA SONO © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 6. COSA SONO App selezionabili come stand alone o dal viewfinder della camera • Non solo scatto, ma anche «Rich_Media_Lenses» per vedere o editare le foto • Offrire esperienza di utiizzo della fotocamera per altri servizi (es. lettura barcode) • © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 7. LENS APP: COSA SONO Demo © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 8. INTEGRAZIONE © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 9. INTEGRAZIONE Le applicazioni fotografiche possono essere integrate con il sistema operativo • L’utente può interagire con l’applicazione direttamente dall’hub Photos • Viene attivata con una dichiarazione nel file di manifest • L’app viene aperta con un Uri speciale • © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 10. APPS • • • L’applicazione viene aggiunta nella sezione Apps dell’hub Photos Al tap, l’applicazione viene aperta regolarmente E’ semplicemente una scorciatoia © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 11. © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 12. MANIFEST <Extension ExtensionName="Photos_Extra_Hub" ConsumerID="{5B04B775-356B-4AA0AAF8-6491FFEA5632}" TaskID="_default" /> © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 13. SHARE PICKER L’utente può importare una foto della libreria direttamente nell’applicazione • L’applicazione riceve un GUID che rappresenta la foto scelta • La classe MediaLibrary permette di recuperare l’immagine tramite GUID • © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 14. © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 15. MANIFEST & URI <Extension ExtensionName="Photos_Extra_Share" ConsumerID="{5B04B775-356B-4AA0-AAF8-6491FFEA5632}" TaskID="_default" /> /MainPage.xaml?Action=ShareContent&FileId=%7BA3D54 E2D-7977-4E2B-B92D-3EB126E5D168%7D © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 16. RICH MEDIA APP «Firma» che viene applicata alle foto scattate e salvate in Camera Roll con un’applicazione di terze parti • Viene visualizzata nell’hub Photos e come opzione nell’app bar • © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 17. © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 18. MANIFEST AND URI <Extension ExtensionName="Photos_Rich_Media_Edit" ConsumerID="{5B04B775-356B-4AA0-AAF8-6491FFEA5632}" TaskID="_default" /> /MainPage.xaml?Action=RichMediaEdit&token=%7Bed8b7de86cf9-454e-afe4-abb60ef75160%7D © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 19. EDIT • • Pensata per le applicazioni che supportano la modifica delle foto Funzionamento analogo allo Share Picker © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 20. © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 21. MANIFEST AND URI <Extension ExtensionName="Photos_Extra_Image_Editor" ConsumerID="{5B04B775-356B-4AA0-AAF8-6491FFEA5632}" TaskID="_default" /> /MainPage.xaml?Action=EditPhotoContent&FileId=%7B ea74a960-3829-4007-8859-cd065654fb © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 22. LENS APP L’applicazione può essere lanciata dall’app nativa della fotocamera • In questo modo, l’utente può continuare a sfruttare il tasto hardware dedicato • © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 23. © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 24. MANIFEST AND URI <Extension ExtensionName="Camera_Capture_App" ConsumerID="{5B04B775-356B-4AA0-AAF86491FFEA5631}" TaskID="_default" /> /MainPage.xaml?Action=ViewfinderLaunch © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 25. INTEGRAZIONE Demo © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 26. NUOVE RISOLUZIONI © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 27. NUOVE RISOLUZIONI 1020, 1520, 1320 • Microsoft.Phone.Info.DeviceStatus.DeviceName • Identificato come RM-xxx • Risoluzione da forzare: • Per il 1020 7712 x 4352 • Per il 1520 5376 x 3024 • © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 28. XAMLESSENTIAL © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 29. NUOVE RISOLUZIONI Demo © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 30. IMAGING SDK © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 31. IMAGING SDK Libreria nativa di Nokia per Windows Phone 8 (qualsiasi device, non solo Lumia) • http://s.qmatteoq.com/ImagingSDK • Permette di applicare filtri alle immagini acquisiti o in real time • Funzionalità di crop, resize, undo • © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 32. IMAGING SDK Essendo una libreria nativa, non può essere compilata in modalità «Any CPU». • Occorre specificare l’architettura: • • • ARM per deploy sul device e sullo Store X86 per deploy sull’emulatore © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 33. IMAGING SDK Demo © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only
  • 34. Grazie! @marcodalpino http://mobileprog.net © 2012 Nokia. All rights reserved. © 2012 Microsoft. All rights reserved. 12/4/2013 Nokia Internal Use Only