Skip to content

v0.1.8

Compare
Choose a tag to compare
@jellydreams jellydreams released this 28 Nov 01:24
· 11 commits to master since this release

Optimisation

  • Reducing tracking latency

New Features

External Camera Connection

  • Added functionality to connect to an external camera via URL.
  • New Field: Added field for entering the Camera url connection.
Fill url of the external camera to connect Leave the field empty to use the local camera
interface-camera-url-field interface-camera-url-blank-field

New Error Handling

  • An error message will be displayed if the connection to the url camera fails. (it may take a few seconds for the message to appear)
    vts-fbt-error-connection-external-camera

  • An error message will be displayed if the connection to VTube studio fails.
    image

MacOS

  • Added support for retrieving camera names on macOS using system_profiler (related to issue #8)
  • add Wine compatibility for retrieving system names on macOS (a2f2385)