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
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