Code Monkey home page Code Monkey logo

obsplugin's People

Contributors

havsys avatar xliontamer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

obsplugin's Issues

Request: Windows 7 Compatibility

I'd love to use this plugin, but my streaming system still runs on Windows 7, because we cannot have the automatic updates of Windows 10 rebooting our system in the middle of a broadcast (made that mistake once, never again), or the updates breaking software/hardware compatibility at inconvenient times.

If all this plugin does is add a network ONVIF controller to OBS, there's no reason it shouldn't be able to work in Windows 7 as well.

Linux Support

Could we please get support for Linux distributions please?
Many not for profit and charities now stream using OBS on Linux due to safety, security, stability and cost reasons.

The controller docks work, could we please get the plugin also?

Plugin incompatible with OBS 28

I'm using OBS Studio 28.1.2 and am getting a "plugin failed to load" message for the obs-ptzcontroller plugin. The plugin needs to be updated to be compatible with OBS 28. Thank you!

PTZOptics camera & "PTZ Controls" Plugin

Hi I have a PT12X-NDI-XX I am trying to control via the "PTZ Controls" Plug-In. I have it added as a NDI source and see video. But when adding it to the PTZ controls plugin it won't work. any ideas?

missing dll

Hi,

I don't see the .dll files. Can you upload them?

Incomplete source code

Is this source up to date? It appears to be lacking the preset functionality. There is a bug with the presets I was hoping to fix.

Read me incorrect or missing files.

The read me asks to move .dll files and a folder that doesn't exist in the repo to OBS folders. Can you upload the correct files or update the read me?

Also any chance we can get game pad control of PTZ cameras?

Pan/Tilt/Zoom speeds reset to 5 every time we change cameras

It looks like it's supposed to save the speeds, but every time we change cameras it's back to the defaults. I suspect this code in MainWindow::MainWindow but haven't actually been able to debug it. It's very annoying when we need to do some precise adjusting and forget to change them.

    ui->panSpeed->setCurrentIndex(4);
    for (int i = 0; i < 20; i++)
    {
        ui->tiltSpeed->addItem(QString::number(i + 1));
    }
    ui->tiltSpeed->setCurrentIndex(4);
    for (int i = 0; i < 8; i++)
    {
        ui->zoomSpeed->addItem(QString::number(i));
    }
    ui->zoomSpeed->setCurrentIndex(5);
    for (int i = 0; i < 8; i++)
    {
        ui->focusSpeed->addItem(QString::number(i));
    }
    ui->focusSpeed->setCurrentIndex(5);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.