954,529 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to send info to URL without opening a window

I hope that you folks can help?

I have ten IP cameras strategically located around my property. I capture video from these cameras with no problems. The cameras have the ability to pan and tilt, if I send commands to them.

I can send something like the following to the cameras using ShellExecute:

//http://192.168.1.99/cgi-bin/recall.cgi?recall=paddock1

That tells the camera to point to a present position called "paddock1"

But, I DO NOT want to open a window. Otherwise, I will end up with thousands of windows or tabs open.

I could live with having one window being used for this process, as long as it didn't pop to the top each time I send a command to/through it.

Any assistance you can offer will be greatly appreciated.

ChuckNZ2002
Newbie Poster
2 posts since Dec 2010
Reputation Points: 10
Solved Threads: 0
 

It's very simple. Use components Indy (TIdHttp) http://www.delphigroups.info/2/5/487672.html

or http://www.realthinclient.com/ (TrtcHttpClient)

Wolfgan
Junior Poster
101 posts since Jun 2010
Reputation Points: 34
Solved Threads: 14
 

Thanks so much, Wolfgan, for pointing me to the Tidy project. I'm fairly rusty at programming (after a 40-year career in IT), so it was a challenge getting things to work. The problem was exacerbated by so many different version of IdHTTP being available. But my camera project is running perfectly now.

ChuckNZ2002
Newbie Poster
2 posts since Dec 2010
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: