YanusSTUDIO
WebsiteSupport
  • Overview
    • Welcome
  • YanusLIVE
    • 1. Interface
    • 2. HyperDeck Window
    • 3. Actor Windows
    • 4. Character Windows
    • 5. Values Windows
    • 6. Actor Profile Windows
    • 7. MENU
      • File
        • Settings
          • Network
          • Actor
          • Filter
          • Experimental
          • Character
      • View
      • Tools
      • Help
    • 8. OBS Studio Support
    • 9. Remote Trigger
    • 10. Using the Filter Function
      • Basics of Filters
    • Integration of HyperDeck and YanusLIVE
    • License
    • Summary of Features
  • YanusFACE
    • Settings
    • Top Menu
    • Rig Manager
      • Batch Creator
      • Custom Creator
    • ShortCut Functions
    • Attach New Object
    • BlendShape Generation
      • Split & Mirror
      • Bake All Objects
      • Default Bake Edit
      • Create Modification
      • Corrective Expression
    • Installation
      • License
  • YanusDECK
    • Interface
    • Camera
    • MetaHuman
    • License Activation
    • Connect To PC
  • YanusReTARGET
    • YanusFACE Mode
      • BatchKeyFrame
    • Custom Mode
      • Pose Creator
      • Rig Connection
      • CombineObject
      • NeutralPose Creation
    • Installation
      • License
  • FAQ
    • UE Viewport 비활성화 해제
  • EULA
    • Hardware(YanusCAM) Product Agreement
    • Yanus Software EULA
  • Release Note
    • YanusFACE
    • YanusLIVE
    • YanusReTARGET
  • Setup
    • YanusFACE
    • YanusLIVE
    • YanusReTARGET
Powered by GitBook
On this page
  • Remote Trigger Receiver/Sender Support
  • 1. Remote Trigger Setting
  • 2. Trigger Mode
  1. YanusLIVE

9. Remote Trigger

The remote trigger is a feature designed for use with other equipment, enabling remote commands such as recording and stopping to be sent or received over the network to control other devices.

Previous8. OBS Studio SupportNext10. Using the Filter Function

Last updated 7 months ago

Remote Trigger Receiver/Sender Support

  • Receiver Modes: YanusLIVE, XINGYING, Xsens, OptiTrack.

  • Sender Mode: YanusLIVE.

  • Supports starting/stopping recordings in OBS Studio and HyperDeck, as well as setting filenames via Trigger.

1. Remote Trigger Setting

In the YanusLIVE settings menu, simply select the software to trigger from the "Remote Trigger Receiver" or "Remote Trigger Sender" options, and specify the port. Once this is done, the setup is complete.

Remote Trigger Receiver

  • Mode

  • Port Number

Remote Trigger Sender

  • Mode

  • Port Number

2. Trigger Mode

In the OBS Studio or HyperDeck window of YanusLIVE, check the box for Receiver or Sender in the Trigger option to activate the function.

If the "Sender" option under Trigger is checked, pressing the Record button broadcasts an XML message type trigger to the configured port within the same network.

This is the XML message from YanusLIVE Trigger Sender. It is similar to other devices, but variables related to synchronization may be added in the future.

Capture Start

<?xml version="1.0" encoding="UTF-8" standalone="no" ?> <CaptureStart>> <Name VALUE="record_test_t11" /> <SessionName VALUE="" /> <DatabasePath VALUE="D:/YanusSTUDIO/Test/1007" /> <TimeCode VALUE="14:48:48:05" /> <TimeCodeRate VALUE="60" /> <Notes VALUE="" /> </CaptureStart>

Capture Stop

<?xml version="1.0" encoding="UTF-8" standalone="no" ?> <CaptureStop>> <Name VALUE="record_test_t11" /> <TimeCode VALUE="14:48:52:44" /> <Notes VALUE="" /> </CaptureStop>

Check the "Receiver" Trigger option to enable UDP reception. Verify events through the log display under "Values".