Scott Laird

Results 24 comments of Scott Laird

@SuperQ any chance this could get a review?

I have more or less the same problem; I'm reading metadata from video file A and using x264-go to write out video file B with overlay data that I can...

It looks like x264 actually wants a rational number, via i_fps_num and i_fps_den. I want 30000 / 1001. Options.FrameRate feeds to i_fps_num, but i_fps_den is always 1. I'll consider a...

It's a bit late, but it looks like this is what happens if (a) the resource record does not already exist and (b) the managed_zone dnsName doesn't end in a...

Merged in github.com/linuxcnc-ethercat/linuxcnc-ethercat. I'll leave this open here; feel free to close or not.

I haven't been putting any effort into LinuxCNC / Ethercat lately, but it's nearing the top of my priority list again. We might want to consider creating a Github project...

@sittner, out of curiosity, what is the licensing issue that you mentioned? A quick glance makes it look like LinuxCNC and this code are both GPL 2. Are there underlying...

It looks like creating new Github organizations is easier than I'd expected. I just created https://github.com/linuxcnc-ethercat, with my and sittner@ as contributors. I will fork his linuxcnc-ethercat project into it...

Okay, I've merged this into http://github.com/linuxcnc-ethercat/linuxcnc-ethercat, and it at least manages to build. I haven't had time to actually test it with real hardware yet.

To be clear, was this using the `generic` support or the `dems300` driver? I don't see `target-velocity` in the `dems300` driver; that PDO is mapped to `vel-rpm-cmd` times `vel-scale`.