Whats the best way to stream live video stream directly from camera to my YouTube channel?

Daniel.

    Hi mellerdaniel

    1. You could stream cv frames to youtube using some library that allows you to do that (something like pylivestream).
    2. Run the device in UVC mode so the host recognizes it as a webcam and the use streaming software like OBS to stream.

    Thoughts?

    Jaka

    This is great, its not possible not in UVC mode?

    If i want to do some processing and pick a cropped frame to stream, will it still possible with the same library? I will check it out.

    Daniel.