Current Server Time: 23:26 (Central Europe)

#apertus IRC Channel Logs

2019/05/12

Timezone: UTC


01:10
Spirit532
left the channel
01:10
Spirit532
joined the channel
02:22
apurvanandan[m]
left the channel
02:22
abeljj[m]
left the channel
02:22
mrohit[m]
left the channel
02:22
blakec[m]
left the channel
02:22
elkos
left the channel
02:22
WalterZimmermann
left the channel
02:23
a13b
left the channel
02:23
cryteno[m]
left the channel
02:41
rahul_
left the channel
02:41
rahul_
joined the channel
02:42
tjstyle
left the channel
02:42
tjstyle
joined the channel
02:42
vup2
joined the channel
02:43
TD-Linux
left the channel
02:48
felix___
joined the channel
02:48
RexOrCine|away
left the channel
02:48
BAndiT1983|away
left the channel
02:48
felix_
left the channel
02:48
vup
left the channel
02:48
ArunM
left the channel
02:48
madonius
left the channel
03:07
abeljj[m]
joined the channel
03:09
mrohit[m]
joined the channel
03:12
cryteno[m]
joined the channel
03:16
elkos
joined the channel
03:19
a13b
joined the channel
03:21
apurvanandan[m]
joined the channel
03:25
WalterZimmermann
joined the channel
03:27
blakec[m]
joined the channel
03:45
TD--Linux
joined the channel
03:45
BAndiT1983|away
joined the channel
03:45
RexOrCine|away
joined the channel
03:45
ArunM
joined the channel
03:45
madonius
joined the channel
03:47
TD--Linux
left the channel
03:47
TD--Linux
joined the channel
03:47
TD--Linux
changed nick to: TD-Linux
05:14
Y_G
left the channel
07:03
niemand
joined the channel
07:03
niemand
left the channel
07:03
niemand
joined the channel
08:03
futarisIRCcloud
joined the channel
08:22
Bertl_zZ
changed nick to: Bertl_oO
08:38
BAndiT1983|away
changed nick to: BAndiT1983
09:19
apurvanandan[m]
Bertl, can't we design the ones with ft602 later ie when we will be clearer with things. We can have two modules right now one with 1200 and one with 2000 both featuring a ft601q (like if 1200 doesn't work with ft601 then it most probably won't with ft602 also). Though in any case having both combination i.e. all four boards available is the best option for devel purposes.
09:19
apurvanandan[m]
Sorry for delay
09:21
apurvanandan[m]
If you have to design both right now then please design both combinations.
09:21
Bertl_oO
there is one important question which wasn't asked yet :)
09:22
Bertl_oO
any idea which one?
09:37
Y_G
joined the channel
09:39
se6astian|away
changed nick to: se6astian
09:45
Nira|away
changed nick to: Nira
09:58
apurvanandan[m]
Some hint please :)
10:12
futarisIRCcloud
left the channel
11:27
BAndiT1983
changed nick to: BAndiT1983|away
11:27
BAndiT1983|away
changed nick to: BAndiT1983
12:02
Y_G
left the channel
12:14
BAndiT1983
changed nick to: BAndiT1983|away
12:14
BAndiT1983|away
changed nick to: BAndiT1983
12:19
Nira
changed nick to: Nira|away
12:47
Nira|away
changed nick to: Nira
13:21
futarisIRCcloud
joined the channel
13:41
anuejn
se6astian: once you said, that you have some contact to onsemi guys
13:42
anuejn
could you ask them for a pinout of the ar1335?
13:43
anuejn
we have everything else (including datasheet, register reference and bare die pinout) but the pinout of the bga package is missing :(
13:43
anuejn
(we are considering this sensor for the micro r3)
13:49
se6astian
will do
13:55
se6astian
there are the AR1335, AR1335HS and AR1335CSP
13:55
se6astian
I so far found no reference to a BGA version
13:56
se6astian
is it a specific submodel number?
13:57
vup2
https://www.onsemi.com/PowerSolutions/product.do?id=AR1335
13:57
vup2
see the bottom table
13:58
se6astian
ah package type ODCSP-63
13:58
se6astian
thanks
13:59
Dev_
joined the channel
14:01
se6astian
found it
14:01
se6astian
emailed it to you
14:03
Dev_
left the channel
14:04
anuejn
thanks :)
14:04
vup2
great
14:12
Dev_
joined the channel
14:13
Dev_
Hey BAndiT1983 : okay I will look at ffmpeg for handling Events for playbacksider
14:14
Dev_
But I think before that we should look for handling multiple frames of RAW input and use of static alloator. It will provide us basic functionalites which we are trying to control through playbackslider
14:15
BAndiT1983
Dev_, are you sure you know what to do?
14:15
BAndiT1983
you mention s lot of things, which have not much to do with the task in first place
14:15
Dev_
for handling mulitple frames ??
14:16
BAndiT1983
please describe your steps, so i can understand if they target the right direction
14:17
Dev_
I suppose , first step would be to handling multiple frames using static allocators ,
14:18
Dev_
I need deeper insight for that
14:19
BAndiT1983
you have to apply "divide and conquer", as you need a proper plan and smaller steps on how to approach different tasks
14:19
BAndiT1983
focus on one task and try to dissect it in smaller sub-tasks
14:20
BAndiT1983
you don't need static allocator first, try to implement basic playback
14:20
BAndiT1983
you can go with brute force method and use new and delete or smart pointers, next step could be static allocator, as it's performance optimization and shouldn't be approached as first
14:20
BAndiT1983
"no pre-mature optimization!!!"
14:21
BAndiT1983
http://wiki.c2.com/?PrematureOptimization
14:21
BAndiT1983
https://stackify.com/premature-optimization-evil/
14:21
BAndiT1983
learn how to use the playback slider, by connecting to events, if you need help there, then i can explain basics of event system to you
14:22
BAndiT1983
also it's important to know about MVP (model-view-presenter) pattern, to understand how to separate data and views
14:22
BAndiT1983
https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93presenter
14:25
Dev_
okay, makes sense. At present playback sliders only add UI part to OC and we need to extend events like prevFrame , next frames present there
14:25
Dev_
Yes?
14:26
Dev_
https://github.com/apertus-open-source-cinema/opencine/blob/dev/Source/OCui/Controls/PlaybackSlider.h
14:26
Dev_
nextFrame*
14:27
BAndiT1983
yes
14:27
BAndiT1983
the code will get a clean up, but you can start to add events, e.g. play button
14:28
BAndiT1983
you can see some events in SetupEvents(), which connect to some signals, but we need dedicated ones to be able to hook onto them
14:29
BAndiT1983
try to add an event to play button to notify when it was toggled, e.g. for playing and pausing the video
14:29
BAndiT1983
some basic functionality is there and should be extended
14:30
BAndiT1983
you can orientate on the commented out code for the player, but this was first test and contains a lot of tight coupling, which we should try to avoid
14:30
BAndiT1983
https://en.wikipedia.org/wiki/Loose_coupling
14:30
BAndiT1983
https://stackoverflow.com/questions/226977/what-is-loose-coupling-please-provide-examples
14:34
Dev_
Okay, i have to think about how each event can be extended like UpdateSlider, PrevFrame, NextFrame etc
14:34
Dev_
Till now , i was just able to understand signal and slots concept of
14:34
Dev_
Qt
14:34
Dev_
I will look more
14:35
BAndiT1983
please do, as it's necessary to know this things, otherwise you will have a hard time to complete the gsoc goals
14:35
Dev_
yes , I understand
14:35
BAndiT1983
try to write down a concept, e.g. which events are required
14:36
BAndiT1983
i mean for playback slider, afterwards it would be easier to start some basic implementation, without real playback first, and to check if it works correctly
14:36
BAndiT1983
can help you with unit testing later on, as adding TDD at this stage is not helpful
14:37
Dev_
TDD?
14:39
BAndiT1983
test driven development
14:40
Dev_
Okay , I will see specifics of each event
14:42
Dev_
left the channel
15:41
futarisIRCcloud
left the channel
16:31
BAndiT1983
changed nick to: BAndiT1983|away
18:45
Y_G
joined the channel
19:05
Y_G
left the channel
20:23
BAndiT1983|away
changed nick to: BAndiT1983
22:36
niemand
left the channel
22:46
se6astian
off to bed
22:46
se6astian
good night
22:46
se6astian
changed nick to: se6astian|away
22:54
Bertl_oO
off to bed now ... have a good one everyone!
22:54
Bertl_oO
changed nick to: Bertl_zZ
23:10
Nira
changed nick to: Nira|away
23:26
BAndiT1983
changed nick to: BAndiT1983|away
00:21
Spirit532
left the channel
00:22
Spirit532
joined the channel