středa 16. března 2016

Rapsberry Pi 2 + Win 10 IoT Core - PhotoFrame

Raspbery Pi 2 Win 10 IoT Core bootuje cca 30 sekund

KnownFolders
var photoFile = await KnownFolders.PicturesLibrary

(cd \\MinWinPc\c$\Data\Users\DefaultAccount\Pictures)


PhotoLibrary capability

RandomNumber generator

DispatcherTimer

Rozlišení připojeného displaye
Window.Current.Bounds.Width; // 1920
Window.Current.Bounds.Height; // 1080
pokud připojíte RPi na televizi pomocí S-Video použije se rozlišení w:720 x h: 480

Zdroje:
Capture element 
https://msdn.microsoft.com/cs-cz/library/windows/apps/br209278?f=255&MSPPError=-2147217396

DispatcherTimer https://msdn.microsoft.com/cs-cz/library/system.windows.threading.dispatchertimer%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396

BitmapImage
http://stackoverflow.com/questions/32314799/uwp-image-uri-in-application-folder

Žádné komentáře:

Okomentovat