Category Archives: development

Developing libuvc for MinGW-W64, day 1

      Comments Off on Developing libuvc for MinGW-W64, day 1

Now I am trying to get YUV2 buffer from formal USB camera, but it doesn’t easy on Windows system. MS designed most of USB video devices need to use Direct media layer, but it occurs many different problems while using OpenGL or hardware accelerated surface at same instance of Windows… Read more »

Make your picture to bright ! MIOH(DR)

      Comments Off on Make your picture to bright ! MIOH(DR)

It was finally released beta build for Mac OS X (Tested with El Capitan and High Sierra) 64bit native application to my open source repository. You can download it here for totally free ! About MIOH This program is an open source project as GPLv3. Everybody can use my prebuilt… Read more »

Now Removu S1 supports firmware upgrading for Mac OS X.

      Comments Off on Now Removu S1 supports firmware upgrading for Mac OS X.

It’s been a long waiting, Ha! Now Removu S1 supports Mac OS X with their new Mac OS X app. Sure it made with native codes with llvm-gcc and FLTK 1.3.4-1-ts of my git clone, thanks anyway. It was started from their Windows based (actually made with M$VS C# and… Read more »

Making boosting image signal for stereographics…

      Comments Off on Making boosting image signal for stereographics…

There maybe many different ways to detect depth of object, but it depends on reflecting signal intense to indentifying the changing of trace. So I am now making a new fast and ineffective algorithm with these steps, gamma, median and applying my own algorithm of edge enhancement, then muxing it’em… Read more »

How to know my gcc OpenMP version ?

      Comments Off on How to know my gcc OpenMP version ?

Here’s some easy way to know my gcc support what version of OpenMP in compiling level. First, type this to your shell ( not Windows ) echo | cpp -fopenmp -dM | grep -i open You may see one of these. 200505 = version 2.5 200805 = version 3.0 201107… Read more »

Now working on R* S1 FW Writer for Mac OS X.

      Comments Off on Now working on R* S1 FW Writer for Mac OS X.

For some people to waited for long, it will comes out soon what about firmware upgrading program for Mac OS X. Now I am working on it in Linux and Mac OS X by my multi-platform availed libraries. Wait for more days, it will release on manuafacturer home page, and… Read more »

sset to C or H converting open source.

      Comments Off on sset to C or H converting open source.

There’s nothing to find information about sset ( I was misunderstood it may s-record ), so I made a simple tool for supporting multi-platform if have any GCC with STL. You can clone or download source code ( it is MIT license ) and build in your system with just… Read more »

Motorola s-record to binary

      Comments Off on Motorola s-record to binary

Motorola s-record is a common text based ( ASCII ) firmware usual data or file. I was made it for make memory mapped before updating Renesas(Hitachi) H8x models in 2012. Now some part of writing into a file became to open source here: https://github.com/rageworx/srec2bin Anybody can use it in free… Read more »

Experience of Intel HD 630 damn driver.

      Comments Off on Experience of Intel HD 630 damn driver.

I guess some people may experienced badness of Intel something – as like old models from Intel graphics as known thousnad numbered models – HD 2000 or 3000 whatever, when specially upgraded to Windows 10 from older. My new office desktop presented to me a bad experience about mouse cursor… Read more »