diff options
| author | Martin Lucina <mato@kotelna.sk> | 2010-01-29 17:51:03 +0100 |
|---|---|---|
| committer | Martin Lucina <mato@kotelna.sk> | 2010-01-29 17:51:03 +0100 |
| commit | c23238db793d08f376d0c74dd7c59cd5a19a3137 (patch) | |
| tree | f8435f84be6043ba2637a94cb1b78594383092c9 | |
| parent | 3c911c00e313641f811e02db8c23f3bf8302a4d5 (diff) | |
Clarify dependencies
| -rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,9 +4,12 @@ zmq-camera ---------- To build the code you need to have the SDL development libraries -(libsdl1.2-dev in Debian) and the Unicap library from +(libsdl1.2-dev in Debian) and the unicap and ucil libraries from http://www.unicap-imaging.org/ installed. +To build just run 'make', optionally editing the Makefile to your +liking. + The wire format for messages sent from sender to receiver is: <width, height, frame data> width: uint32_t: frame width in pixels (network byte order) |
