Skip to content
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

HTTP-request ? #701

Open
wawanUnic opened this issue Jul 28, 2024 · 1 comment
Open

HTTP-request ? #701

wawanUnic opened this issue Jul 28, 2024 · 1 comment

Comments

@wawanUnic
Copy link

Hello.
Is there a way to take a photo via http-request?
I want an external device to start the photo. This device is on the same network as my raspberry.
What kind of http-request should I create?
Thank you.

@wawanUnic wawanUnic changed the title HTTP-reques ? HTTP-request ? Jul 28, 2024
@roberttidey
Copy link
Collaborator

Yes. You can do just about everything by making http requests.

The key to doing this is sending in a basic request using cmd_pipe.php?cmd=xx

where xx is a command as detailed in the wiki section on commands

So as an example to capture an image one would use something like

http://camera_ip/html/cmd_pipe.php?cmd=im

where camera_ip is the ipaddress of the raspberry hosting the camera and assuming you have installed it into the default html folder

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

No branches or pull requests

2 participants