m0ose

Results 21 comments of m0ose

Yeah. When I dug in, I started seeing more and more methods I needed to change.

I need to look through geoworld. There is some good stuff in there.

It looks like LeafletDataSet will be easy to change over https://github.com/backspaces/agentscript/pull/68/commits/5d85db73c109bb0cb75c879131a9e7a354e8b578. I converted the droplets model, but I am not sure what other models could use it.

Actually looking at it, since `zxyToDataSet` returns a GeoDataSet most of the demos are already using it.

I can verify that it is able to move a Bolin EXU248FW Outdoor 4k PTZ . There is one problem, which I think is the camera's fault. `ptz.GetStatus({'ProfileToken': media_profile.token}) `...

I also have a question about this It opens the camera but then locks up ``` capture.open("rtsp://admin:[email protected]:554/media/video1"); // Check if the camera is opened if (!capture.isOpened()) { UnityEngine.Debug.Log("Camera is not...

I haven't used the private class fields. It looks well supported, https://caniuse.com/mdn-javascript_classes_private_class_fields

Could it be renamed to something less common like __id__ ? On Wed, Oct 4, 2023, 9:53 AM Owen Densmore ***@***.***> wrote: > This is more difficult than it seemed....

It does seem like a very daunting task, which is probably why no one has done it yet in javascript( i think). The only open source software that I can...

the problem line is at png_encode:78 . it looks like png_set_invert_alpha(png_ptr);