コード例 #1
0
    // Use this for initialization
    void Start()
    {
        Debug.Log("start");

        _streamer = new GstCustomVideoStreamer();

        camCap.AddDependencyNode(this);
    }