Hi;
on the jetson platform:
1\ compile: cmake -DJETSON=1 -DWITH_NETWORK=1 ..; make -j4
2\ ./imshow_jetson can run ok
Then terminal the imshow_jetson.
3\ Run the server app on jetson platform
./aditof-server
On the host PC:
1\ compile: cmake -DWITH_EXAMPLES=on -DWITH_NETWORK=1 -DCMAKE_PREFIX_PATH="/opt/glog;/opt/protobuf;/opt/websockets" ..; make -j4
2\ ./aditof-demo
3\ set to ethernet connect mode, and click connet,
0812 19:39:40.590950 4171 camera_96tof1.cpp:74] Initializing camera
I0812 19:39:40.878207 4171 calibration_96tof1.cpp:163] EEPROM calibration data size 64940 bytes
I0812 19:39:42.960017 4171 camera_96tof1.cpp:91] Camera initialized
I0812 19:39:42.969327 4171 camera_96tof1.cpp:122] Chosen mode: near
I0812 19:39:42.969396 4171 camera_96tof1.cpp:163] Camera range for mode: near is: 250 mm and 800 mm
I0812 19:39:42.969607 4171 camera_96tof1.cpp:173] Found firmware for mode: near
I0812 19:39:42.969658 4171 camera_96tof1.cpp:176] Firmware size: 10440 bytes
I0812 19:39:46.356808 4171 calibration_96tof1.cpp:376] Camera calibration parameters for mode: near are gain: 1 offset: 0
I0812 19:39:46.356873 4171 calibration_96tof1.cpp:388] Camera intrinsic parameters:
fx: 379.578
fy: 375.153
cx: 341.56
cy: 240.833
4\ when click play, the log print "Connection Closed"
I check the server status, the server log print "segmentation fault".......
mike