Skip to content

Curl Command #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
eliasschr opened this issue Mar 12, 2025 · 4 comments
Open

Curl Command #10

eliasschr opened this issue Mar 12, 2025 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@eliasschr
Copy link

Hello,
would it be possible to add the Curl command?
I currently have a batch command on my PC which is beeing started by the streamdeck, but I'd like it to run completely on the Streamdeck.

Cheers,
Elias

@data-enabler
Copy link
Owner

What is the curl command that you're trying to replace?
Is there a curl feature that you're using that isn't supported by this plugin?

@eliasschr
Copy link
Author

I'm trying to controll a PTZ camera (Sony FR7) and I need Curl to authenticate, right now I have a bunch of .bat files for it and I'd like to get rid of them and completely integrate it into the Streamdeck.
It looks like this:
curl -v http://127.0.0.1:80/command/imaging.cgi?WhiteBalanceMode=preset --digest -u admin:Test1234

@data-enabler
Copy link
Owner

Ah okay, so the feature you need is HTTP digest authentication. I can look into adding support for this when I have time. Unfortunately, there isn't really anything you can do to work around this in the meantime. From looking at the manual, it doesn't look like it's possible to get the camera to accept basic authentication instead.

FR7 huh, wow. How's the movement on those for pan/tilt? I've generally avoided PTZ cameras (in favor of remote-controlled gimbals), since I feel like they never give fine enough control to ease the start/end of movement so they don't look robotic.

@data-enabler data-enabler self-assigned this Mar 14, 2025
@data-enabler data-enabler added the enhancement New feature or request label Mar 14, 2025
@eliasschr
Copy link
Author

That would be awesome! Yeah hasic authentication isn't supported :/
They are pretty okay, we don't really move them much, we rather use them because all other cameras are sony and we can controll them remote.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants