Skip to content

Conversation

swjz
Copy link
Contributor

@swjz swjz commented Feb 9, 2018

Fixes #104.

Usage:

python python/scannerpy/python_master.py  # start running python master
python tests/test_realtime.py  # start test client

API:

input = db.ops.MemoryInput()
output = db.ops.MemoryOutput(columns=[test_out])
# ...
input.push(frame.tobytes())
out_frame = output.pull()
# ...
input.close()

Known issue:
The client does not completely shut down after finishes. Might need to kill -9 the process manually for now. I'll try to fix it in a few days.

willcrichton and others added 30 commits November 24, 2017 22:03
add can_batch feature, restore my_kernel.py, and add a test_python_batch_kernel test to py_test.py

restore my_kernel.py
add s3 support

Pass region and endpoint to s3 config

Restore thirdparty/CMakeLists.txt and 00_basic.py

Restore thirdparty/CMakeLists.txt and 00_basic.py
fpoms and others added 28 commits January 14, 2018 22:04
large_distance and exactly_keyframes were causing hangs on cinema
videos
@willcrichton willcrichton force-pushed the master branch 2 times, most recently from 6822cde to 5d4d222 Compare April 19, 2019 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for streaming mode

4 participants