Current Server Time: 05:16 (Central Europe)

#apertus IRC Channel Logs

2019/03/17

Timezone: UTC


00:20
kwezy
left the channel
00:59
illwieckz_
changed nick to: illwieckz
01:47
Dev_
joined the channel
01:47
Dev_
left the channel
02:50
ani1238
joined the channel
03:02
ani1238
left the channel
04:20
Bertl_oO
off to bed now ... have a good one everyone!
04:20
Bertl_oO
changed nick to: Bertl_zZ
06:53
nafiz
joined the channel
06:54
niemand
joined the channel
06:54
niemand
left the channel
06:54
niemand
joined the channel
07:04
nafiz
left the channel
07:04
niemand
left the channel
07:43
BAndiT1983|away
changed nick to: BAndiT1983
08:10
niemand
joined the channel
08:10
niemand
left the channel
08:10
niemand
joined the channel
08:15
Spirit532
left the channel
08:15
Spirit532
joined the channel
08:30
BAndiT1983
changed nick to: BAndiT1983|away
08:54
Alan_
joined the channel
08:56
Alan_
Hi,I am Alan P john 3rd year information technology undergraduate intrested in gsoc29
08:57
Alan_
Gsoc19
08:58
Alan_
I am interested in T734 , I was looking into hist.c but didn't find any documentation of code.
08:59
Alan_
And readme is also very short .
09:00
Alan_
What are those hexa values and why to memory map twise ?
09:02
Alan_
"twice"
09:03
se6astian|away
changed nick to: se6astian
09:04
Alan_
, those variable used inside also seems hard to understand , Am I missing something ?
09:05
Alan_
If yes please direct me to source .
09:06
Alan_
left the channel
09:08
Alan_
joined the channel
09:16
Alan_
Too much of bit manipulation is taking place , o.0
09:17
Alan_
I will be checking irc logs ,
09:24
Alan_
left the channel
09:26
vup2
Alan_: unfortunately i don't think there is a lot of documentation beyond the code itself
09:26
vup2
alot of the code also only deals with talking to the fpga and getting a image
09:27
vup2
the part calculating the histogram is at very end of hist.c starting at line 292
09: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)
09:29
vup2
and one memory mapped region for the buffer where the image itself will be located
09:35
Alan_
joined the channel
09:38
Alan_
@vup okay understood that .
09:39
Alan_
What all things should i read about fpga to understand that part of code ,I read we use zynq 7000
09: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
09:40
vup2
Alan_: do you plan on implementing the histogram / vectorscope / waveform on the fpga?
09:40
vup2
otherwise the details of the fpga itself are probably not that interesting
09:41
Alan_
Yes , I am planing to add those features in beta firmware .
09:41
Alan_
Probably to understand the code of hist.c it will be require
09:42
Alan_
What specific things should i read about fpga to understand the code.
09:43
Alan_
As i was trying to read zynq , it is a huge topic itself
09: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
09: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
09:44
Alan_
I would be implementing it in beta firmware using C , I also don't have much experience with HDL
09: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
09:45
Alan_
Yes I understood that .
09:46
Alan_
One last thing first mmap is for parameter which control acquisition where to read about these ?
09: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
09:48
Alan_
Okay vup2 thank you very much for help and I will be waiting for bertl to come .
09:49
Alan_
Will be reading logs
09:49
Alan_
left the channel
09:49
se6astian
changed nick to: se6astian|away
09: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?
09:55
illwieckz_
joined the channel
09:58
illwieckz
left the channel
11:08
ItsMeLenny
joined the channel
11:26
ItsMeLenny
left the channel
11:29
danieeel
joined the channel
11:32
danieeeel
joined the channel
11:32
danieel
left the channel
11:36
danieeel
left the channel
12:40
Dev_
joined the channel
12:43
Dev_
Hey apurvanandan[m] :) , we have to submit the challenge along with proposal , although contact respective mentor to get your code checked !
12:44
Dev_
left the channel
12:44
Bertl_zZ
changed nick to: Bertl
12:45
Bertl
morning folks!
12:50
siddhantsahu
Morning :Bertl
12: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?
12: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
12: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
12: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
12: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
14:47
RexOrCine|away
changed nick to: RexOrCine
15:55
RexOrCine
Cheers Herbs.
15:56
RexOrCine
The Herb.
15:56
RexOrCine
Herbal Brownie.
16:06
BAndiT1983|away
changed nick to: BAndiT1983
16: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.
16:10
intrac
my desaturation test is separate from that
16:13
siddhantsahu
BAndiT1983: Good Morning!
16:14
siddhantsahu
Will this https://3dlutcreator.com/index.html feature of creating LUTs great of OpenCine users?
16:16
siddhantsahu
Users can create their own LUTs (2D and 3D) and apply it to AXIOM beta footage
16:36
alan29
joined the channel
16:36
alan29
left the channel
16:39
se6astian|away
changed nick to: se6astian
16:49
BAndiT1983
hi siddhantsahu
16:50
BAndiT1983
LUt was one of planned features, but there was no implementation done yet
16:58
BAndiT1983
off for now
16:58
BAndiT1983
changed nick to: BAndiT1983|away
17:06
illwieckz_
changed nick to: illwieckz
17:26
Alan_
joined the channel
17:31
Alan_
left the channel
17:39
Alan_
joined the channel
17:40
illwieckz
left the channel
17:42
Alan_
Hello , bertl which DDR(1,2or3) are we using in Arm? , I tried to search it on wiki but didn't find .
17:42
Alan_
And what is center sample area ?
17:45
Alan_
Why exactly we using decimetor factor , sdec and adec ?
17:52
zaid
joined the channel
17:53
zaid
hello who is apinky
17:54
zaid
fuck off gsoc
17:54
zaid
left the channel
18:01
Alan_
Will be seeing logs .
18:01
Alan_
left the channel
18:11
Bertl
Alan_: the AXIOM Beta uses a MicroZed with a Zynq 7020 (which I also linked in the task description)
18:12
Bertl
the microzed uses Micron MT41K256M16HA-125:EDDR3 creating a 256M x 32-bit interface at up to 1066 MT/s
18:17
illwieckz
joined the channel
19:16
illwieckz
left the channel
19:45
illwieckz
joined the channel
20:51
niemand
left the channel
20:58
BAndiT1983|away
changed nick to: BAndiT1983
21:12
se6astian
changed nick to: se6astian|away
21:33
RexOrCine
changed nick to: RexOrCine|away
21:39
BAndiT1983
changed nick to: BAndiT1983|away
21:55
illwieckz_
joined the channel
21:58
illwieckz
left the channel