Skip to content

Instantly share code, notes, and snippets.

@charlie5
Created June 18, 2016 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charlie5/8bec9949d44e7c829031d5e4c1c5e5be to your computer and use it in GitHub Desktop.
Save charlie5/8bec9949d44e7c829031d5e4c1c5e5be to your computer and use it in GitHub Desktop.
$ ./camcell -w -c ../config.json
Registering the signal handler
is_pixelclock value parsed: 40
is_set_enable_auto_shutter value parsed: true
is_set_enable_auto_gain value parsed: true
is_setframerate value parsed: 80
is_gamma value parsed: 180
is_edgeenhancement value parsed: 10
width value parsed: 640
height value parsed: 480
x value parsed: 56
y value parsed: 0
width value parsed: 640
height value parsed: 480
AOI configuration parsed: {x: 56, y: 0, width: 640, height: 480}
uuid value parsed: ff6b6f51-b652-41f9-9200-eee34591e55f
floodgate value parsed: koparo.com
use_ssl value parsed: 1
port value parsed: 443
uuid value parsed: this-is-my-long-UUID
floodgate value parsed: koparo.com
use_ssl value parsed: 1
port value parsed: 443
Spawning the websocket thread
Spawning the configuration uploader thread
Spawning the uploader thread
Pre websocket setup - ff6b6f51-b652-41f9-9200-eee34591e55f
Pre configuration uploader setup - this-is-my-long-UUID
Camera is Webcam
Uploader thread started
tsunami init called with this-is-my-long-UUID uuid
[1466242056:7881] NOTICE: Initial logging level 7
[1466242056:7881] NOTICE: Libwebsockets version: 1.5 bdaa86f
[1466242056:7881] NOTICE: IPV6 not compiled in
[1466242056:7881] NOTICE: libev support not compiled in
[1466242056:7882] NOTICE: static allocation: 4664 + (16 x 1024 fds) = 21048 bytes
[1466242056:7882] NOTICE: canonical_hostname = orth
[1466242056:7882] NOTICE: per-conn mem: 248 + 2140 headers + protocol rx buf
Connecting to the websocket
Post websocket setup
Setting up CURL
Waiting for connect...
Loop called
tsunami init called with ff6b6f51-b652-41f9-9200-eee34591e55f uuid
[1466242056:8442] NOTICE: Initial logging level 7
[1466242056:8443] NOTICE: Libwebsockets version: 1.5 bdaa86f
[1466242056:8443] NOTICE: IPV6 not compiled in
[1466242056:8443] NOTICE: libev support not compiled in
[1466242056:8443] NOTICE: static allocation: 4664 + (16 x 1024 fds) = 21048 bytes
[1466242056:8443] NOTICE: canonical_hostname = orth
[1466242056:8443] NOTICE: per-conn mem: 248 + 2140 headers + protocol rx buf
Connecting to the websocket
Post websocket setup
Setting up CURL
Waiting for connect...
Loop called
Segmentation fault (core dumped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment