Giter Club home page Giter Club logo

backlighthandler's People

Contributors

packruler avatar

Stargazers

 avatar

Watchers

 avatar  avatar

backlighthandler's Issues

Problem with the provided image format?

Hey @packruler, I'm trying out some chunks of your code in the grabber I'm working on, and I'm running into an issues I think with the defined ImageReader format:

The image reader is initialized with RGB_565 here:

imageReader = ImageReader.newInstance(DISPLAY_WIDTH, DISPLAY_HEIGHT, ImageFormat.RGB_565, 5);

But using that format throws out an error (I can't remember what it was at the moment).. I found using PixelFormat.RGBA_8888 instead allows it to work, but obviously the code to change that image data into the RGB values hyperion needs to be revised as well.

Looking at the for loop in your processor:

I'm honestly not sure how exactly the values being used there actually work (admittedly I'm not that familiar with bit manipulation), even starting with the "Reconstruct 16 bit rgb565 value from two bytes" line! Why is that rgb data spread over 2 bytes rather than 1 or 3? Maybe I just need something to reference to get a better idea of what is going on, if you could point me towards something I would really appreciate it!

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.