| 01:20 | kwezy | left the channel |
| 01:59 | illwieckz_ | changed nick to: illwieckz
|
| 02:47 | Dev_ | joined the channel |
| 02:47 | Dev_ | left the channel |
| 03:50 | ani1238 | joined the channel |
| 04:02 | ani1238 | left the channel |
| 05:20 | Bertl_oO | off to bed now ... have a good one everyone!
|
| 05:20 | Bertl_oO | changed nick to: Bertl_zZ
|
| 07:53 | nafiz | joined the channel |
| 07:54 | niemand | joined the channel |
| 07:54 | niemand | left the channel |
| 07:54 | niemand | joined the channel |
| 08:04 | nafiz | left the channel |
| 08:04 | niemand | left the channel |
| 08:43 | BAndiT1983|away | changed nick to: BAndiT1983
|
| 09:10 | niemand | joined the channel |
| 09:10 | niemand | left the channel |
| 09:10 | niemand | joined the channel |
| 09:15 | Spirit532 | left the channel |
| 09:15 | Spirit532 | joined the channel |
| 09:30 | BAndiT1983 | changed nick to: BAndiT1983|away
|
| 09:54 | Alan_ | joined the channel |
| 09:56 | Alan_ | Hi,I am Alan P john 3rd year information technology undergraduate intrested in gsoc29
|
| 09:57 | Alan_ | Gsoc19
|
| 09:58 | Alan_ | I am interested in T734 , I was looking into hist.c but didn't find any documentation of code.
|
| 09:59 | Alan_ | And readme is also very short .
|
| 10:00 | Alan_ | What are those hexa values and why to memory map twise ?
|
| 10:02 | Alan_ | "twice"
|
| 10:03 | se6astian|away | changed nick to: se6astian
|
| 10:04 | Alan_ | , those variable used inside also seems hard to understand , Am I missing something ?
|
| 10:05 | Alan_ | If yes please direct me to source .
|
| 10:06 | Alan_ | left the channel |
| 10:08 | Alan_ | joined the channel |
| 10:16 | Alan_ | Too much of bit manipulation is taking place , o.0
|
| 10:17 | Alan_ | I will be checking irc logs ,
|
| 10:24 | Alan_ | left the channel |
| 10:26 | vup2 | Alan_: unfortunately i don't think there is a lot of documentation beyond the code itself
|
| 10:26 | vup2 | alot of the code also only deals with talking to the fpga and getting a image
|
| 10:27 | vup2 | the part calculating the histogram is at very end of hist.c starting at line 292
|
| 10:29 | vup2 | there are two regions that need to be memory mapped, first the region for the various parameters that control the image acquisition (the *base one)
|
| 10:29 | vup2 | and one memory mapped region for the buffer where the image itself will be located
|
| 10:35 | Alan_ | joined the channel |
| 10:38 | Alan_ | @vup okay understood that .
|
| 10:39 | Alan_ | What all things should i read about fpga to understand that part of code ,I read we use zynq 7000
|
| 10:39 | vup2 | for the exact explanation of the various things that deal with the image acquisition i think its best to talk to Bertl_zZ when he wakes up
|
| 10:40 | vup2 | Alan_: do you plan on implementing the histogram / vectorscope / waveform on the fpga?
|
| 10:40 | vup2 | otherwise the details of the fpga itself are probably not that interesting
|
| 10:41 | Alan_ | Yes , I am planing to add those features in beta firmware .
|
| 10:41 | Alan_ | Probably to understand the code of hist.c it will be require
|
| 10:42 | Alan_ | What specific things should i read about fpga to understand the code.
|
| 10:43 | Alan_ | As i was trying to read zynq , it is a huge topic itself
|
| 10:43 | vup2 | well the hdl sources for the fpga can be found here https://github.com/apertus-open-source-cinema/axiom-beta-firmware/tree/master/peripherals/soc_main
|
| 10:44 | vup2 | but it is probably better to wait for Bertl_zZ and let him explain the specific parts that are relevant for this task
|
| 10:44 | Alan_ | I would be implementing it in beta firmware using C , I also don't have much experience with HDL
|
| 10:45 | vup2 | the most important thing about the zynq itself is probably that it is a combination of a fpga and a arm core, which share access to the system memory
|
| 10:45 | Alan_ | Yes I understood that .
|
| 10:46 | Alan_ | One last thing first mmap is for parameter which control acquisition where to read about these ?
|
| 10:47 | vup2 | i don't think there these are documented in a concise way yet, you will probably need to ask Bertl_zZ for that
|
| 10:48 | Alan_ | Okay vup2 thank you very much for help and I will be waiting for bertl to come .
|
| 10:49 | Alan_ | Will be reading logs
|
| 10:49 | Alan_ | left the channel |
| 10:49 | se6astian | changed nick to: se6astian|away
|
| 10:54 | apurvanandan[m] | Hi, I have completed the Serial to parallel converter T871, pleas see into it and suggest correction if any, so that I can start documenting the code. How can I submit it?
|
| 10:55 | illwieckz_ | joined the channel |
| 10:58 | illwieckz | left the channel |
| 12:08 | ItsMeLenny | joined the channel |
| 12:26 | ItsMeLenny | left the channel |
| 12:29 | danieeel | joined the channel |
| 12:32 | danieeeel | joined the channel |
| 12:32 | danieel | left the channel |
| 12:36 | danieeel | left the channel |
| 13:40 | Dev_ | joined the channel |
| 13:43 | Dev_ | Hey apurvanandan[m] :) , we have to submit the challenge along with proposal , although contact respective mentor to get your code checked !
|
| 13:44 | Dev_ | left the channel |
| 13:44 | Bertl_zZ | changed nick to: Bertl
|
| 13:45 | Bertl | morning folks!
|
| 13:50 | siddhantsahu | Morning :Bertl
|
| 13:53 | siddhantsahu | Regarding the C++ challenge, Debayering will work better if we use debayering algorithms on 12 bits per pixel RAW file compared to 8 bits per pixel? Or will it be same?
|
| 13:53 | Bertl | Alan_: ignoring the sensor setup and trigger, there is a memory region on the AXIOM Beta where the sensor data is transferred into buffers
|
| 13:56 | Bertl | Alan_: the DDR memory is shared between FPGA and CPU (ARM cores) so the focus should be on processing this buffer data in an efficient way to reduce overall bandwidth consumption
|
| 13:57 | Bertl | siddhantsahu: debayering is always 'guesswork' so with a smart algorithm you might get better results on 8bit than with a dumb algorithm on 12bit given that your output image is 8bit anyway
|
| 13:59 | Bertl | apurvanandan[m]: best to double check your code (formatting, indentation, spaces, comments) and upload it somewhere (github, etc) then simply send me the link via IRC or e-mail to provide some feedback
|
| 15:47 | RexOrCine|away | changed nick to: RexOrCine
|
| 16:55 | RexOrCine | Cheers Herbs.
|
| 16:56 | RexOrCine | The Herb.
|
| 16:56 | RexOrCine | Herbal Brownie.
|
| 17:06 | BAndiT1983|away | changed nick to: BAndiT1983
|
| 17:09 | intrac | se6astian|away: Desaturation with PLR is a byproduct of the flattened response curve - same as when shooting log. But in both cases, when the image is graded to restore contrast, the saturation will come back.
|
| 17:10 | intrac | my desaturation test is separate from that
|
| 17:13 | siddhantsahu | BAndiT1983: Good Morning!
|
| 17:14 | siddhantsahu | Will this https://3dlutcreator.com/index.html feature of creating LUTs great of OpenCine users?
|
| 17:16 | siddhantsahu | Users can create their own LUTs (2D and 3D) and apply it to AXIOM beta footage
|
| 17:36 | alan29 | joined the channel |
| 17:36 | alan29 | left the channel |
| 17:39 | se6astian|away | changed nick to: se6astian
|
| 17:49 | BAndiT1983 | hi siddhantsahu
|
| 17:50 | BAndiT1983 | LUt was one of planned features, but there was no implementation done yet
|
| 17:58 | BAndiT1983 | off for now
|
| 17:58 | BAndiT1983 | changed nick to: BAndiT1983|away
|
| 18:06 | illwieckz_ | changed nick to: illwieckz
|
| 18:26 | Alan_ | joined the channel |
| 18:31 | Alan_ | left the channel |
| 18:39 | Alan_ | joined the channel |
| 18:40 | illwieckz | left the channel |
| 18:42 | Alan_ | Hello , bertl which DDR(1,2or3) are we using in Arm? , I tried to search it on wiki but didn't find .
|
| 18:42 | Alan_ | And what is center sample area ?
|
| 18:45 | Alan_ | Why exactly we using decimetor factor , sdec and adec ?
|
| 18:52 | zaid | joined the channel |
| 18:53 | zaid | hello who is apinky
|
| 18:54 | zaid | fuck off gsoc
|
| 18:54 | zaid | left the channel |
| 19:01 | Alan_ | Will be seeing logs .
|
| 19:01 | Alan_ | left the channel |
| 19:11 | Bertl | Alan_: the AXIOM Beta uses a MicroZed with a Zynq 7020 (which I also linked in the task description)
|
| 19:12 | Bertl | the microzed uses Micron MT41K256M16HA-125:EDDR3 creating a 256M x 32-bit interface at up to 1066 MT/s
|
| 19:17 | illwieckz | joined the channel |
| 20:16 | illwieckz | left the channel |
| 20:45 | illwieckz | joined the channel |
| 21:51 | niemand | left the channel |
| 21:58 | BAndiT1983|away | changed nick to: BAndiT1983
|
| 22:12 | se6astian | changed nick to: se6astian|away
|
| 22:33 | RexOrCine | changed nick to: RexOrCine|away
|
| 22:39 | BAndiT1983 | changed nick to: BAndiT1983|away
|
| 22:55 | illwieckz_ | joined the channel |
| 22:58 | illwieckz | left the channel |