WpdMtp for RICOH THETA
kon0524/WpdMtp
Contribute to kon0524/WpdMtp development by creating an account on GitHub.
Library for operating MTP devices from C# and operating cameras such as the RICOH THETA.
Usage
- create an instance of MtpCommand
- Get a list of RICOH THETA device IDs connected to the PC with GetDeviceIds() of MtpCommand.
- Use the Open() method of MtpCommand to connect to the RICOH THETA
- Execute() will send and run an MTP command on the RICOH THETA
- Close() will disconnect from the THETA
Warning
- Unexpected errors may occur in various places. Use it systematically and carefully.
- OpenSession and CloseSession seem to be done automatically by Windows (unconfirmed)
Reference
- https://blogs.msdn.microsoft.com/dimeby8/tag/wpd/
- Japanese article by soundkonchan
Update
Changing to live stream