Mark Millard

Results 10 comments of Mark Millard

Ok with me if you want to move it.

Yocto is a build system for embedded devices. I have a lot of experience in writing recipes for RDK, a reference design kit for Linux from Comcast for interactive set-top...

I've created a private project to investigate support for OpenGL ES. I haven't made much progress on it yet, but if you are interested in contributing please let me know.

I've started working on GLES support. I'm currently working on EGL first and removing GLX dependencies. See [glue_egl port](https://github.com/magic-lantern-studio/coin/tree/glue_egl) for recent work.

I created a fork of the coin repository and made a branch that includes the work epuzanovv did to support EGL. The branch is called **glue_egl**. It resolves the merge...

I have also updated Quarter to support EGL and Wayland. See https://github.com/magic-lantern-studio/quarter/tree/qopenglwidget-port. This branch enables QOpenGLWidget for Qt5. It also fixes a compilation issue for Qt6. Build details can be...

I can list devices ok: ~~~~~ msm@ubuntu-22-04-lts-template:~/Projects/oktopus-main$ curl -v --location 'http://localhost:8000/api/device?page_number=0&page_size=20' --header 'Content-Type: application/json' --header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6Ik1hcmsgTWlsbGFyZCIsImVtYWlsIjoibWFyay5zLm1pbGxhcmRAZ21haWwuY29tIiwiaXNzIjoiT2t0b3B1cyIsImV4cCI6MTczODg1NjAyOX0.OatJmxqcYym8HdeTuG9dk8H1fJHQK_K2WmPg_WU6R44' * Trying 127.0.0.1:8000... * Connected to localhost (127.0.0.1) port 8000 (#0) > GET...

So if a device goes offline, and will not be available again (i.e. service provider removes it from a customer's premises), how does the USP Controller db get notified and...

I opened up a project for tracking Wayland and OpenGL ES support. It should be public now.

I looked at MGL on Apple M3 laptop to see if that technology could be used as a wrapper on metal for bringing Coin OpenGL to the new Apple machines....