windows-10

How to create virtual webcam in Windows 10?

北城以北 提交于 2019-12-04 17:48:19
问题 I would like to take video from a webcam, render some text on the frames and do some motion tracking and pass it on to a virtual webcam so it can be streamed easily. I found some answers on stackoverflow suggesting that I should use DirectShow. According to information in DirectShow documentation, the DirectShow SDK is part of Windows SDK. So I installed the latest Windows SDK but it seems that it doesn't include DirectShow because there are no DirectShow samples under C:\Program Files (x86)

SQLite Windows 10 RTM universal app

丶灬走出姿态 提交于 2019-12-04 16:40:39
With the Windows 10 RTM and Visual Studio 2015 RTM SQLite doesn't work any more. For instance, the tutorial at http://igrali.com/2015/05/01/using-sqlite-in-windows-10-universal-apps/ will not add the SQLLite.cs and SQLiteAsync.cs files to my project, also the "Microsoft Visual C++ Applocal runtime Package for Windows UAP" reference is not available for me. The funny thing is it worked with the RC versions ... SQLite Version: sqlite-uap-3081101.vsix (5.73 MiB) Using sqlite-uap-3081101.vsix with VS2015 RTM & the 10240 release of the Windows 10 SDK generates the following warnings: The SDK

Visual Studio does not install correctly on Windows 10

隐身守侯 提交于 2019-12-04 16:18:51
问题 I upgraded my laptop to Windows 10 (no preview edition - the real thing!). I then installed Visual Studio Community Edition 2015 (I already have VS 2013 installed) so I can begin to use the Cordova functionality. The install churns and burns for a long time and finally finishes with a pageful of warnings. The warnings seem to correspond to entries in the log file (at the bottom of this post). I have tried uninstalling / reinstalling VS2015 thinking that a connection issue was the culprit -

How to start python simpleHTTPServer on Windows 10

…衆ロ難τιáo~ 提交于 2019-12-04 15:45:02
I recently bought a Windows 10 machine and now I want to run a server locally for testing a webpage I am developing. On Windows 7 it was always very simple to start a HTTP Server via python and the command prompt. Fx writing the below code would fire up a HTTP server and I could watch the website through localhost. C:\pathToIndexfile\python -m SimpleHTTPServer This does however not seems to work on Windows 10... Does anyone know how to do this on Windows 10? Ok, so different commands is apparently needed. This works: C:\pathToIndexfile\py -m http.server As pointed out in a comment, the change

Splash screen for universal windows 10 apps

本小妞迷上赌 提交于 2019-12-04 15:36:08
问题 I am creating a windows 10 universal app targeted for both Windows Phones and Windows Desktop, the problem I am facing on is when adding splash screen through the package.manifest file to the app, there is no option to add splash screen which fits the phone's portrait orientation (see the image below), And when I deploy the app on the phone the splash screen appears like shown below. 回答1: In this case, you will also want to specify the Background color , on your first screenshot. Read this -

Error while using SSMS 2016 : Object cannot be cast from DBNull to other types

左心房为你撑大大i 提交于 2019-12-04 15:36:05
Can anyone resolve this issue: SQL Server Management Studio 2016 CTP3 (13.0.900.73) on a Windows 10 Laptop Object Explorer > Server > Databases > Database Right Click - Properties Instead of getting the Database Properties dialogue box I instead get this pop-up: TITLE: Microsoft SQL Server Management Studio Cannot show requested dialog. ADDITIONAL INFORMATION: Cannot show requested dialog. (SqlMgmt) Object cannot be cast from DBNull to other types. (mscorlib) BUTTONS: OK Edit: Issue is occuring on-Prem with both physical and virtual machines. It is also happening on Amazon RDS servers. If I

Deploying to Windows Phone 10 fails on Visual Studio

本小妞迷上赌 提交于 2019-12-04 15:13:19
问题 So many things happened that I don't know where to start. Seriously, shouldn't this be simpler? Edit: Someone here knows how can I contact Microsoft to tell this? Or even, can someone tell them about this problem? I have the last Windows 10 desktop and also have Windows Phone 10.0.10512.1000. I installed Visual Studio 2015 with tools for Universal Apps development (and also 8.1). I have a Lumia 730. So I connected my phone with my USB cable. Everything fine, the phone gets recognized and I

C# Detect Accent Colour Changes WinRT XAML

眉间皱痕 提交于 2019-12-04 14:50:59
I am trying to detect changes in the Application.Resources Resource dictionary, so I can automatically change the Titlebar to the Accent Colour when it updates. All of the XAML controls and elements change automatically, and when setting a solid colour brush to the address of the DSDFS brush, its internal value changes. This is the code I have tried to use to detect the change: public static DependencyProperty accent = DependencyProperty.Register("DictChange", typeof(ResourceDictionary), typeof(Shell), new PropertyMetadata(Application.Current.Resources, new PropertyChangedCallback(accent

Is it possible to integrate the Windows 10 WDK with Visual Studio 2013?

♀尐吖头ヾ 提交于 2019-12-04 14:14:24
问题 I need to work on a Windows 10 specific driver type. Getting and installing the WDK 10.0.10075 is no problem. I had Visual Studio 2013 Pro installed prior to installing the WDK. How can I now integrate the WDK into Visual Studio? I know the Visual Studio 2015 RC is available, but I'd prefer to use the Visual Studio 2013 IDE for now and the Windows driver samples contain Visual Studio 2013 solutions . However, when I open the solution and attempt to build it, I get: 1>C:\Program Files (x86)

PHP 7.0 cURL not working - WAMP on Windows 10 64 bit [duplicate]

风格不统一 提交于 2019-12-04 13:50:12
问题 This question already has answers here : PHP - SSL certificate error: unable to get local issuer certificate (14 answers) Closed 3 years ago . cURL is not working when I run curl on my WAMP server. Anyone know how to activate this for php 7.0+? I have tried to uncomment extension=php_curl.dll in php.ini Here is my error message: cURL Error #:SSL certificate problem: unable to get local issuer certificate 回答1: Download ca-bundle.crt from https://github.com/bagder/ca-bundle/blob