Generic DirectShow-based ASCOM IVideo Driver
Stars
3
Forks
1
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
Inno script - Make consistent with earlier v1.0.8 installer behaviour Corrected AppID to be the same as used in the 1.0.8 version so that uninstall works correctly Corrected the install directory folder name to TangraVideo Corrected the uninstall directory folder name to TangraVideo Corrected the assembly registration executable to be the CLR 4 version instead of the CLR 2 version because the driver is a CLR4 assembly. Removed spaces from the setup executable name to make it easier to serve from web servers. The installer name is now: "TangraVideoSetup.exe"
39412b1View on GitHubRevise Inno installer script to work with Inno 6 and add missing readme file
9c8adabView on GitHubUpdated the version number in the readme for the 1.0.9 release. Also updated the Inno Setup script to point to the folders of the new build machine.
ebd77d7View on GitHubImplemented the IVideoFrame.ImageMetadata property to return an empty list of properties. A small clean up of unused code.
f001c03View on GitHubClean up of old reference. Made the DirectShow.NET part of the build output.
dccea12View on GitHubMade the DX property page not to crash when called from a different thread.
295d2bbView on GitHubAdded files to the setup that were missed previously.
66a3c3fView on GitHubcross-thread UI fix for the second call after a manual message loop has been created. Finalisations for the first release including the Inno Setup script.
2929747View on GitHubRefactoring and improvements in preparation for a release
3621e43View on GitHub