Giter Club home page Giter Club logo

Comments (21)

blue-devil-93 avatar blue-devil-93 commented on July 17, 2024

Got an autoexec.bin and magiclantern.bin compiled. However it wont boot at all.

from magic-lantern.

ccritix avatar ccritix commented on July 17, 2024

It does not start that not all values in the stubs are found / good. Plus I need to add a few things to the code.

from magic-lantern.

blue-devil-93 avatar blue-devil-93 commented on July 17, 2024

inside dcraw cc or ufraw there was some informations about sensor height. Given that 2000d is named 1500d. Later ill send you the line i mean here. It was necessary to vuild the 2000d. Vzt yes if stubs are missing it wont still boot.

from magic-lantern.

ccritix avatar ccritix commented on July 17, 2024

Unfortunately, some words I do not understand. ex: dcraw, cc, ufraw, Vzt...
Are you on the discord channel?

from magic-lantern.

blue-devil-93 avatar blue-devil-93 commented on July 17, 2024

after line 450 on src/raw.c you can instert for 2000D

#ifdef CONFIG_2000D
//~as seen here https://fossies.org/linux/darktable/src/external/adobe_coeff.c
//8532,-701,-1167,-4095,11879,2508,-797,2424,7010
#define CAM_COLORMATRIX1
8532, 10000, -701, 10000, -1167, 10000,
-4095, 10000, 11879, 10000, 2508, 10000,
-797, 10000, 2424, 10000, 7010, 10000
#endif

from magic-lantern.

blue-devil-93 avatar blue-devil-93 commented on July 17, 2024

on file /Makefile,setup i had to change line 61 to
-Wno-error \

from magic-lantern.

blue-devil-93 avatar blue-devil-93 commented on July 17, 2024

line 543 of src/raw.c you could copy the values odf 1300D to 200d for testing
#ifdef CONFIG_2000D
static int dynamic_ranges[] = {1112, 1080, 1038, 984, 917, 834, 733, 655};
/static int dynamic_ranges[] = {1060, 1063, 1037, 982, 901, 831, 718, 622, 536};
#endif

or the ones from the eosm. would need testing on real camera to see which ones are better but it won`t break the cam using false valeus here i bet.

from magic-lantern.

blue-devil-93 avatar blue-devil-93 commented on July 17, 2024

line /309 of /src/fpsengio.c
#elif defined(CONFIG_1300D) || defined(CONFIG_2000D)|| defined(CONFIG_4000D)

on zebra.c there is one line misplaced

from magic-lantern.

blue-devil-93 avatar blue-devil-93 commented on July 17, 2024

fps-engio.c.txt
raw.c.txt
zebra.c.txt

from magic-lantern.

ccritix avatar ccritix commented on July 17, 2024

why don't you make a pull request? :)

from magic-lantern.

blue-devil-93 avatar blue-devil-93 commented on July 17, 2024

Makefile.setup.txt

from magic-lantern.

ccritix avatar ccritix commented on July 17, 2024

Thanks for this lines...I'm going to make changes

from magic-lantern.

blue-devil-93 avatar blue-devil-93 commented on July 17, 2024

Here are my compiled results.Maybe you can test with qemu if it does anything right.
my-compiled-results.zip

Did not chance more cant do anything in c just did fix it to let it run trough compiler and googling,

github is difficultz for me since last update with ticket required for uploading...

from magic-lantern.

ccritix avatar ccritix commented on July 17, 2024

For 2000D I have this value:
#ifdef CONFIG_2000D
static int dynamic_ranges[] = {1095, 1104, 1075, 1027, 953, 874, 785};
#endif

from magic-lantern.

blue-devil-93 avatar blue-devil-93 commented on July 17, 2024

Sounds goood.its between the range i assumed

from magic-lantern.

blue-devil-93 avatar blue-devil-93 commented on July 17, 2024

Are you having a working qemu set up?

from magic-lantern.

ccritix avatar ccritix commented on July 17, 2024

Yes ... I have a functional one. It doesn't work with the files you gave me. I managed to get it up and running, but I still have a little work to do. I haven't had ML time lately.

from magic-lantern.

blue-devil-93 avatar blue-devil-93 commented on July 17, 2024

@ccritix
Once you assume ita safe to try i am ok tobrisk using it on real hardware.

from magic-lantern.

ccritix avatar ccritix commented on July 17, 2024

Thanks, but it doesn't work in qemu yet. I need to work a little harder, to investigate. If I have something ok, I'll let you know.

from magic-lantern.

blue-devil-93 avatar blue-devil-93 commented on July 17, 2024

Hi,
Just wanted to ask how gar the devellopment is. Maybe you had time to Work a Bit on 2000d or 4000d.

from magic-lantern.

ccritix avatar ccritix commented on July 17, 2024

These days I'm trying to start ML on the 2000D and I'll let you know.

from magic-lantern.

Related Issues (1)

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.