Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added queueing of produced frame data #18

Closed
wants to merge 4 commits into from

Conversation

levisaya
Copy link
Contributor

Changed the runtime to push the produced frames to a queue.
Changed the get methods to consume from the queues, with an optional blocking.

Corrected path to examples in the pyproj.
Added queues that the kinect_frame_thread can put the frame data onto,
removed the now unneeded locks, timestamps, etc.
@@ -5,7 +5,7 @@
<SchemaVersion>2.0</SchemaVersion>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@levisaya
Copy link
Contributor Author

Got the dummy C extension working as well so it will only compile on windows.

This should make it so the compiled wheels are windows specific.
@levisaya levisaya closed this Dec 13, 2022
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.

None yet

3 participants