Welcome to our community

Be a part of something great, join today!

  • Hey all, just changed over the backend after 15 years I figured time to give it a bit of an update, its probably gonna be a bit weird for most of you and i am sure there is a few bugs to work out but it should kinda work the same as before... hopefully :)

Qucik Commands / Testing

Alex Carr

Well-known member
Joined
Aug 4, 2007
Messages
951
Reaction score
0
Points
0
Location
planet Earth in the Milky Way Galaxy
I thought I would share basic knowledge of Controlling Red Cameras. I use this for quick testing. I do not use Red SDK, only API Doc. It is a very simple communication.

Lets assume the camera's IP is 10.10.10.1, and connected over ethernet or wifi With an OSX or Linux system. Then simply type in a Shell:

nc 10.10.10.1 1111

This will open a socket and connect to 10.10.10.1 on port 1111, You'll now see a steady stream of Red Camera Traffic to your console. Simply Paste in a correct Command to set/get settings.

This is the Record Toggle Command: #$EXT:S:RECORD:2:\n
 
Back
Top