Russell
Russell
Looking at the code, the COLOR_FORMAT_BYR3 has a fast path which is by default enabled with the 'FAST_BYR3' define (encoder.c:119). However, there is no exposed CFHD pixel format to use...
When connecting a websocket from iOS safari, the websocket server responds with error 400 and closes the connection (line: 731, websocket.h)
Hi, I'm getting a crash when I construct a RigidBodyConstructionInfo with the localInertia value value passed in. From looking at: libbulletc/src/btRigidBody_wrap.cpp, it looks like that last parameter is coming in...
Hello, I have an NUC7i7DNBE board which has a power LED with a SW mode option in the BIOS. As its the same power LED setup I was hoping it...
Hi, I've tried to compile 3.1.0 following the build instructions and I have the following compile errors: ` ./google/protobuf/stubs/once.h:135:30: error: cannot initialize a parameter of type 'const volatile google::protobuf::internal::Atomic32 *'...
To encode with CineForm, one needs to add "CFHD" manually to the fourcc array declared in `int check_fourcc(const char *fourcc)` (avi-utils.cpp)
We've updated from Ubuntu 18.04 to Ubuntu 20.04 which triggered beignet to update its package to 1.3.2-7. Software using the cl_khr_gl_sharing feature now fails to run and the cl_khr_gl_sharing extension...
Hi, I'm developing camera software which gets cam frames in a thread and copies the data into a cl_mem mapped (created with CL_MEM_ALLOC_HOST_PTR). If I soak test the code, after...
Hello, I'd like to add 12bit greyscale support if its not already on the horizon. I'm still trying to figure out how difficult a task it is. Any pointers on...
Hi, Is it a large amount of work to add 12-bit JPEG support? Thanks Russell