Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot interpolate the image more tan x4 #19

Open
wants to merge 100 commits into
base: master
Choose a base branch
from

Commits on Jun 25, 2018

  1. Configuration menu
    Copy the full SHA
    900a5ec View commit details
    Browse the repository at this point in the history
  2. Added page support

    Gadgetoid authored Jun 25, 2018
    Configuration menu
    Copy the full SHA
    fdcac80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a56932 View commit details
    Browse the repository at this point in the history
  4. Created RPi test file

    Gadgetoid authored Jun 25, 2018
    Configuration menu
    Copy the full SHA
    b5600e3 View commit details
    Browse the repository at this point in the history
  5. Update MLX90640_API.h

    Gadgetoid authored Jun 25, 2018
    Configuration menu
    Copy the full SHA
    df0db78 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Gadgetoid authored Jun 25, 2018
    Configuration menu
    Copy the full SHA
    aa70685 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Configuration menu
    Copy the full SHA
    60eeb79 View commit details
    Browse the repository at this point in the history
  2. Merged README

    Gadgetoid committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    8e1512a View commit details
    Browse the repository at this point in the history
  3. Added interpolation

    Gadgetoid committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    c87596b View commit details
    Browse the repository at this point in the history
  4. Added achknowledgement

    Gadgetoid authored Jun 27, 2018
    Configuration menu
    Copy the full SHA
    07afc47 View commit details
    Browse the repository at this point in the history
  5. Added achknowledgement

    Gadgetoid authored Jun 27, 2018
    Configuration menu
    Copy the full SHA
    380bbf8 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. Added fb support for 32bpp

    Gadgetoid committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    2c6189d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b70d46d View commit details
    Browse the repository at this point in the history
  3. mlx90640 Python bindings

    Gadgetoid committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    382d4ba View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Configuration menu
    Copy the full SHA
    2d25f97 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Configuration menu
    Copy the full SHA
    2c048b4 View commit details
    Browse the repository at this point in the history
  2. Changed to 400k

    Gadgetoid committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    84fc6c8 View commit details
    Browse the repository at this point in the history
  3. framebuffer bounds check

    Gadgetoid committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    65eeb3e View commit details
    Browse the repository at this point in the history
  4. Update README.md

    sandyjmacdonald authored Jul 5, 2018
    Configuration menu
    Copy the full SHA
    e5c97b2 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    sandyjmacdonald authored Jul 5, 2018
    Configuration menu
    Copy the full SHA
    a200caf View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Python packaging

    Gadgetoid committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    f72c977 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Generic Linux I2C driver

    Gadgetoid committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    4015f2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af885d1 View commit details
    Browse the repository at this point in the history
  3. Documented LINUX I2C mode

    Gadgetoid committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    f278a68 View commit details
    Browse the repository at this point in the history
  4. Outlier compensation

    Gadgetoid committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    3751b23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    232a99b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Configuration menu
    Copy the full SHA
    c5f6bdf View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Configuration menu
    Copy the full SHA
    0606f98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b15807 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Configuration menu
    Copy the full SHA
    f3b64d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3e1048 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2018

  1. Configuration menu
    Copy the full SHA
    088eeb5 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2019

  1. Added instructions to install I2C dev headers

    The libi2c-dev package isn't installed out of the box in raspbian so compilation fails. I added a note to remind people to install it.
    futureshape authored Jan 6, 2019
    Configuration menu
    Copy the full SHA
    bba6fb7 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Merge pull request #2 from pjaos/master

    A few changes to allow the Linux I2C driver to compile.
    Gadgetoid authored Jan 23, 2019
    Configuration menu
    Copy the full SHA
    b46e636 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from futureshape/patch-1

    Added instructions to install I2C dev headers
    Gadgetoid authored Jan 23, 2019
    Configuration menu
    Copy the full SHA
    995c864 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Configuration menu
    Copy the full SHA
    35fd50a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. BadPixelsCorrection and LICENSE from upstream (#6)

    * Added explanation on how to use the file
    
    * Typos fixes
    
    * Correction of bad pixels
    
    * Using fabs() instead of abs()
    
    * Adding Apache2 license to repo - So that everyone know this is actually open-source
    
    * Updated examples to use BadPixelsCorrection
    Gadgetoid authored Feb 28, 2019
    Configuration menu
    Copy the full SHA
    5564651 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. SDL2 example code for large display scaling (#7)

    * SDL2 Example Code
    
    * Aspect support fullscreen, documentation for sdlscale
    
    * Basic rotation support
    Gadgetoid authored Mar 5, 2019
    Configuration menu
    Copy the full SHA
    7a6b1ae View commit details
    Browse the repository at this point in the history
  2. Merged rawrgb example

    Gadgetoid committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    88a7c85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12a3e09 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Configuration menu
    Copy the full SHA
    4d44505 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97bdc47 View commit details
    Browse the repository at this point in the history
  3. Clarification to comments

    Gadgetoid committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    9457c4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8309208 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    191757d View commit details
    Browse the repository at this point in the history
  6. Simplified hue clamping

    Gadgetoid committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    556c0d8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d575efb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e8a033e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8477934 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Update rgb-to-gif.py

    robmarkcole authored Apr 11, 2019
    Configuration menu
    Copy the full SHA
    1a311f6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15 from robmarkcole/fix_rgb

    Update rgb-to-gif.py
    Gadgetoid authored Apr 11, 2019
    Configuration menu
    Copy the full SHA
    da1d6d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b97752a View commit details
    Browse the repository at this point in the history
  4. Fix header include path

    Gadgetoid committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    175843e View commit details
    Browse the repository at this point in the history
  5. Suppress debug output for #9

    Gadgetoid committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    ace1382 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a3a1da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d2b282d View commit details
    Browse the repository at this point in the history
  8. Added fps/frames args

    Gadgetoid committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    a3360fc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ae97218 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2a72113 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    28d633f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. Merge pull request #17 from pimoroni/libi2c-fix

    Libi2c fix for #12
    Gadgetoid authored Apr 15, 2019
    Configuration menu
    Copy the full SHA
    7542518 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. Configuration menu
    Copy the full SHA
    f679216 View commit details
    Browse the repository at this point in the history
  2. Potential fix for #22

    Gadgetoid committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    93bb625 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Configuration menu
    Copy the full SHA
    f4549dc View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Configuration menu
    Copy the full SHA
    c9ac963 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f588bfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4c2292 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8f77bb View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Remove explicit frame time synchronization, it seems to be properly d…

    …one by the main lib already
    21347 committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    b5b7db7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab02b75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8550a15 View commit details
    Browse the repository at this point in the history
  4. Update Docs

    21347 committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    a5f6c6a View commit details
    Browse the repository at this point in the history
  5. Fixed spaces in one Makefile

    21347 committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    dc85171 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Configuration menu
    Copy the full SHA
    34eb3da View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Configuration menu
    Copy the full SHA
    efb6fa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9da7bbd View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Configuration menu
    Copy the full SHA
    dbc59d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Merge pull request #30 from 21347/master

    Update the Python API to use the main library and allow for installation of both
    Gadgetoid authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    f8cfd60 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from agalera/patch-1

    avoid buffer in stdout and code style
    Gadgetoid authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    a258bea View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Manual sync with upstream

    Gadgetoid committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    4d223a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Configuration menu
    Copy the full SHA
    bac70fa View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Update README.md

    Gadgetoid authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    6fd7791 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Configuration menu
    Copy the full SHA
    6c573af View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Swapping sensor height and width to match the Melexis datasheet. Simp…

    …lified reading through sensor data. Flipped image horizontally to correct image.
    bakkerd committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    9720dd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Merge pull request #35 from pimoroni/mlx90640-upstream

    Manual sync with mlx90640 upstream
    Gadgetoid authored Nov 25, 2021
    Configuration menu
    Copy the full SHA
    612ef04 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Fix I2C_MODE=RPI for #57

    Gadgetoid committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    fd68eed View commit details
    Browse the repository at this point in the history
  2. Merge pull request #58 from pimoroni/patch-i2c-mode-rpi

    Fix I2C_MODE=RPI for #57
    Gadgetoid authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    ce3cf54 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. Configuration menu
    Copy the full SHA
    0b31a65 View commit details
    Browse the repository at this point in the history
  2. Enable debugging by default

    VianPatel committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    ec29e74 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Fix typo in README

    This change fixes a small typo in the README.
    acme authored Sep 18, 2022
    Configuration menu
    Copy the full SHA
    00f82d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Remove unused vars in rawrgb

    acme committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    b3183e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Merge pull request #62 from acme/acme/remove-unused-vars-in-rawrgb

    Remove unused vars in rawrgb
    Gadgetoid authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    93cbd47 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #56 from bakkerd/CleanupSensorReadout

    Cleaning up SDLScale C++ example
    Gadgetoid authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    7ffa987 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #55 from VianPatel/master

    Removed print statements
    Gadgetoid authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    2e6fd4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bada02 View commit details
    Browse the repository at this point in the history
  5. Misc code cleanup.

    Gadgetoid committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    0373943 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #61 from acme/patch-1

    Fix typo in README
    Gadgetoid authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    6b0c85e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #63 from pimoroni/example-tidyup

    Examples: Enable -Wall and -Werror, fix issues.
    Gadgetoid authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    93952ef View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    fb885ae View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Merge pull request #69 from mikerr/master

    Update for libaAV/ffmpeg 5.0 compatibility
    Gadgetoid authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a92229a View commit details
    Browse the repository at this point in the history