My Interest
Photography
Scenery.
Programming
C++, Python, Qt.
Drawing
Realistic sketch, simulation sketch, illustration.
Music
Kpop
About Me

Astrid Hsu
Mail: astrid@chiacplus.com
Education
09/2014 – 06/2016 Master of Science in Bio-Industrial Mechatronics Engineering
National Taiwan University, Taiwan
09/2010 – 06/2014 Bachelor of Science in Bio-Industrial Mechatronics Engineering
National Taiwan University, Taiwan
Latest POST
Qt VLC lib Testing for how to use (Not For Tutorial)
Qt VLC Lib installation testing (Not For Tutorial just for Testing Processing) If you want the immediately work, see the bottom of the article. Environment Setting: Win7 64bit MSVC2015 VLC-Qt 1.1.0 Release library https://github.com/vlc-qt/vlc-qt/releases .Download the VLC-Qt_1.1.0_win64_msvc2015.7z Extract the file will find three folders in this file. (bin, include, lib) Actually this is a release mode program and it has been totally built will. After extracting the file, let’s see what is the example saying. Example can be downloaded from […]
Qt VLC lib Sample Code Simple Player setting
This article is referenced by the vlc-qt GitHub, You should know: This tutorial is just for quick using. It just tell how to quickly use the sample code, because I could not figure out the problem of the cmake or qmake error, the environment can not be build for your own computer environment._____________________________________________________________________My Computer Environment: MSVC 2015 , win 7 , 64 bit, Qt 5.7_____________________________________________________________________Requirements you should download: Example Code (In this tutorial, we only use the simple-player) Release of […]
Add windows form in Visual Studio 2012
Add Windows form in visual c++ 2012 step1 step2 step3 step4 step5 step6 [STAThread] void main(array<String^>^ args) { Application::EnableVisualStyles(); Application::SetCompatibleTextRenderingDefault(false); OpenCV_windows_from_gray::Form1 form; Application::Run(%form); } step7 Modify the entry point finish Related posts: No related posts.