dgatwood
dgatwood
The time code on all frames is always zero for me. It doesn't make a lot of sense to expose the timecode field on video and audio packets if you...
In audio frames, the size I'm getting doesn't make a lot of sense. For a stereo stream (fowt), I'm getting 8. The actual total size of the data should be...
The doc in question is here: https://v8.dev/docs/embed This line: v8::Persistent context = v8::Context::v8::New(isolate, nullptr, global_templ); is quite obviously wrong, because the extra "v8::" doesn't belong, though the fix for part...
I've been trying to convert a dae file into DAZ. The original file can be downloaded from here (free account required): https://3dwarehouse.sketchup.com/model/b008ecc8d46e346343da6f498cb41285/Industrial-dishwasher?hl=en When Daz imports it, all three doors are...
I'm running into what I think is a bug in libmraa while working on integrating it into a fairly complex tool that requires SIGINT for proper cleanup (https://github.com/dgatwood/ndi_camera_control). At a...
I noticed that there's currently no support for Ubuntu 22.04 (released last April). It appears to build correctly, so I'm assuming this is just a matter of setting up the...
I implemented support in this tool for querying the zoom position of the camera to reduce the pan and tilt speed based on the zoom position, and I implemented the...
# 🐞 bug report ### Affected Version(s) All ### Is this a regression? (optional) No ### To Reproduce 1. Create a CNC program that carves several paths that don't overlap,...
# 🐞 feature request ### Is your feature request related to a problem? Please describe. Snapmaker wastes a lot of time jogging that could be spent cutting. One thing that...