Commit graph

22 commits

Author SHA1 Message Date
Gonzalo Exequiel Pedone
b0f83b8462
Final changes before the release.
Removed code to elevate privileges in Windows, now you must explicitly
run the manager as administrator.
Allow setting a device ID in the config file.
Changed wording from 'Device Path' to 'Device ID' (and similar ones),
this breaks previous devices configurations.
Return standard error codes in the manager.
Added plugin install path hint in Windows registry.
2021-06-21 18:25:48 -03:00
Gonzalo Exequiel Pedone
c0d241d0b4
Allow setting a custom device ID (issue #18). 2021-06-19 13:45:59 -03:00
Gonzalo Exequiel Pedone
e3bedce3ce
Check if the virtual camera is in use before modifying the devices. Fixed clients detection in Windows. 2021-06-16 16:49:23 -03:00
Gonzalo Exequiel Pedone
03a21de594
Fixed virtual camera removal (issue #18). Send manager log to a file. 2021-06-09 17:37:36 -03:00
Gonzalo Exequiel Pedone
b7f1ff83b6
Check service status instead of service pipe status. Replaced signbit() with sign(). Don't modify filter pins when the filter is running. 2021-06-05 17:34:58 -03:00
Gonzalo Exequiel Pedone
0957eb4be6
Added --fps flag to regulate stream. Added hacks commands. 2021-05-24 19:47:39 -03:00
Gonzalo Exequiel Pedone
1c014e1485
Good bye qmake and welcome CMake. 2021-02-19 19:52:28 -03:00
Gonzalo Exequiel Pedone
09e3b6ad3a
Added sub-command for showing default streaming format.
Added sub-command for dumping all posssible information about the
devices and configurations in XML format.
Added sub-command for listening global events.
Added sub-command for showing virtual camera version.
Now the manager recognises negative numbers as arguments instead as an
option.
The manager can execute sub-commands as root when required.
Fixed installer.
The virtual camera is working fine in both Mac and Windows.
2021-02-06 01:45:40 -03:00
Gonzalo Exequiel Pedone
5ba2aba2e7
Check that the CLSID is not taken when creating a device path. 2020-10-09 12:01:40 -03:00
Gonzalo Exequiel Pedone
84d630e422
Windows plugin working, 'update' command still needs elevated privileges
but all other commands can be run as normal user.
2020-10-08 20:07:51 -03:00
Gonzalo Exequiel Pedone
1cf50519bc
Use std::string instead of std::wstring. Removed TestFrame.bmp. 2020-10-06 20:06:54 -03:00
Gonzalo Exequiel Pedone
f7a1dcd218
Moved logger file. 2020-10-06 13:07:27 -03:00
Gonzalo Exequiel Pedone
716a67221b
Can compile again in Windows. 2020-10-06 11:36:34 -03:00
Gonzalo Exequiel Pedone
d96eb195b6
Added more error messages. 2020-10-02 17:20:08 -03:00
Gonzalo Exequiel Pedone
bd5e1d4e94
Working in the DirectShow plugin. 2020-10-02 12:58:39 -03:00
Gonzalo Exequiel Pedone
e8da748d30
Removed virtual input device and using standard input streaming instead. Removed unneeded options related to the input device. Added loglevel and placeholder picture options. 2020-08-21 21:31:45 -03:00
Gonzalo Exequiel Pedone
92956cdce2
Added more commands. 2020-08-10 15:37:33 -03:00
Gonzalo Exequiel Pedone
40482cb484
Defined some manager commands. 2020-07-27 21:43:21 -03:00
Gonzalo Exequiel Pedone
bde41facc9
Manager command line options more or less defined. Working on input device support for Mac. 2020-07-11 14:22:23 -03:00
Gonzalo Exequiel Pedone
fd0c716c50
Improved log system. 2020-06-29 13:17:34 -03:00
Gonzalo Exequiel Pedone
602829f351
Removed dependency with Restart Manager and using Process Status API instead (Windows). 2020-06-06 19:02:10 -03:00
Gonzalo Exequiel Pedone
673ce425f2 Code forked from Webcamoid's virtual camera. 2020-06-02 12:37:45 -03:00