Discussion Board

Search:

Type: Posts; User: yan_; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds; generated 5 minute(s) ago.

  1. Replies
    1
    Views
    315

    Re: WP8 Camera Metering

    Hi.
    You want this ?
    http://msdn.microsoft.com/en-us/library/windowsphone/develop/windows.phone.media.capture.photocapturedevice.focusregion(v=vs.105).aspx

    edit.
    I've just found it :...
  2. Thread: rank wiki article

    by yan_
    Replies
    5
    Views
    674

    Re: rank wiki article

    Ok.
    thanks for answers.
  3. Thread: rank wiki article

    by yan_
    Replies
    5
    Views
    674

    rank wiki article

    It's could be interesting if people who read an article can rank it.
  4. Sticky: Re: Congratulations to Thomas Schmidt, May 2013 Wiki Contributor of the Month

    good works
  5. Re: Accessing WP Camera in XNA .. Not using SilverLight

    Have you read this article : http://www.developer.nokia.com/Community/Wiki/Use_Camera_with_XNA ?

    On WP7 this work very well.
  6. Re: troubles on showing argb data in a surface control

    if you have question about code, do not hesitate to ask ;)
  7. Re: troubles on showing argb data in a surface control

    I don't understand WP8 directx haven't method to load jpeg/png file.

    I make an example where i read an image with Bitmap, and get pixel buffer with a WritableBitmap.
    So i give pixel buffer and...
  8. Re: Congratulations to Sara Silva, March 2013 Wiki Contributor of the Month

    Congratulate.
  9. Re: How to show you app at the "edit", "apps" and "share" menu of the images.

    Hi.
    You can read this wiki article : http://www.developer.nokia.com/Community/Wiki/Extending_the_Windows_Phone_Pictures_Hub

    It will be updated for WP8.
  10. Re: Problem with ScheduledTaskAgent, RestSharp and WriteableBitmap

    ok. So you can do it in two times.
    have you try to save your tiles in jpeg ?
  11. Re: How to mix two projects(one pure C++ native project , one C# project) in one XAP

    Hi.
    You must transform your C++ code in WinRT component and render it to a DrawingSurface or DrawingSurfaceBackgroundGrid in your C# code.

    You can find information about C++ support here :...
  12. Re: Problem with ScheduledTaskAgent, RestSharp and WriteableBitmap

    What is the update frequency you want use?
  13. Re: Problem with ScheduledTaskAgent, RestSharp and WriteableBitmap

    i miss this point.
  14. Re: Problem with ScheduledTaskAgent, RestSharp and WriteableBitmap

    I use same library.

    A scheduler agent have a limits in memory, times and cpu usage.

    Instate of native Jpeg encoder, Png encoder is a software encoder. Maybe http get + bitmap creation + png...
  15. Re: Problem with ScheduledTaskAgent, RestSharp and WriteableBitmap

    what is PngEncoder library ?
    Have you try to save in jpg?
    size[0] == size[1] == 336 ?
  16. Re: Problem with ScheduledTaskAgent, RestSharp and WriteableBitmap

    Hi.
    Normally, you can remove this test:

    while (back == null)
    {
    System.Threading.Thread.Sleep(1000);
    }
    and move all code after in your Deployment.Current.Dispatcher.BeginInvoke call.
  17. Re: How to take advantage of Windows Phone 8 multi-core processor?

    You can have problem with event too. For example, event of PhotoCamera are called by a diffrerent thread.
    For ecample in this page :...
  18. Re: Problem with ScheduledTaskAgent, RestSharp and WriteableBitmap

    Hi.
    I thinks this code is not executed


    Deployment.Current.Dispatcher.BeginInvoke(new Action(delegate//rendering done on the UI thread!!!!!
    {
    //MediumTileTemplate is...
  19. Re: How to take advantage of Windows Phone 8 multi-core processor?

    I'm not sure for all async method but for the majority they are executed in an internal thread.
    It's for this reason we must use "Deployment.Current.Dispatcher.BeginInvoke" to report result in UI...
  20. Re: Congratulations to Aady, February 2013 Wiki Contributor of the Month

    Congratulations and thanks you for your help.
  21. Replies
    15
    Views
    2,065

    Re: Dynamic Live Tile issue WP8 [WriteableBitmap]

    writeablebitmapEx interface a writeablebitmap.

    writeablebitmap WP8 doc : http://msdn.microsoft.com/en-us/library/windowsphone/develop/system.windows.media.imaging.writeablebitmap(v=vs.105).aspx
    ...
  22. Re: PhotoCamera.CaptureImage() fails with front facing camera on Lumia820

    how have you solved your problem?
  23. Re: PhotoCamera.CaptureImage() fails with front facing camera on Lumia820

    I've installed this firmware :
    http://img14.imageshack.us/img14/5729/wpss201302180001.jpg

    It's normally the last firmware for french Orange provider
  24. Re: PhotoCamera.CaptureImage() fails with front facing camera on Lumia820

    Hi.
    This code works for me with 920 and 820(dev version):


    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Net;
    using System.Windows;
    using...
  25. Re: Congratulations to Vaishali Rawat, January 2013 Wiki Contributor of the Month

    Congratulations
Results 1 to 25 of 51
Page 1 of 3 1 2 3
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved