<LongChair>
would expect "text-overlay"to be set to false for console
<stdint>
LongChair, I tried it again, it doesn't work
<stdint>
as it before
<LongChair>
odd, then i dunno .. would have expected "gst-launch-1.0 videotestsrc ! fpsdisplaysink text-overlay=false" to to what we wanted to
<LongChair>
stdint: found another thread mentionning this plugin. seems they use fpsdisplaysink name=fpssink text-overlay=false signal-fps-measurements=true
<stdint>
LongChair, yes, it doesn't work for me
<stdint>
LongChair, ok, you need to enable the debug message
<LongChair>
possibly, i almost never use gst :)
<LongChair>
but i suppose that should show what decoder fps we're getting .. and give an idea of wether it's the decoding process that is slow, or if it's the display one
<LongChair>
my experements would show that it's the decoding process, but i could have an issue in my code as well
<stdint>
LongChair, with the fakesink, it could achieve the 60fps
<LongChair>
on that same 4K video ?
<LongChair>
(LG chess ? )
<stdint>
yes
<LongChair>
hmmm so then it's either a problem in my code, or something in my setup
<LongChair>
how can i install the latest gst .. i want to make sure that the setup is not a problem
<LongChair>
do we have an up to date package somewhere ?
<LongChair>
stdint : also something i have notices
<LongChair>
which might be a problem
<LongChair>
when i'm decoding i'm finding a lot of those in kernel log :
<LongChair>
[155156.604152] rk-vcodec ff9c0000.hevc-service: can not find 20 buffer in list
<LongChair>
[155161.840581] rk-vcodec ff9c0000.hevc-service: can not find 20 buffer in list
<LongChair>
[155161.875452] rk-vcodec ff9c0000.hevc-service: can not find 17 buffer in list
<LongChair>
[155159.886558] rk-vcodec ff9c0000.hevc-service: can not find 20 buffer in list
<LongChair>
[155159.860946] rk-vcodec ff9c0000.hevc-service: can not find 17 buffer in list
<LongChair>
[155162.921676] rk-vcodec ff9c0000.hevc-service: can not find 20 buffer in list
<LongChair>
[155162.958496] rk-vcodec ff9c0000.hevc-service: can not find 17 buffer in list
<LongChair>
is that normal ?
<stdint>
yes
<stdint>
if it is not happened in a short time and without some fault in stream
cnxsoft has quit [Read error: Connection reset by peer]
<LongChair>
ok i'll add some logs in my stuff to understand the timing and what is happenning
cnxsoft has joined #linux-rockchip
vagrantc has joined #linux-rockchip
<LongChair>
stdint: the only thing i see different between what i do and gst is your vpumemory pool thing. I dunno what mpp does by default for such things.
<LongChair>
but i'll instrument the code ans see if there is not anything else wrong in the process like check when i push & retrieve data, time frame retrieval times etc ...
<stdint>
LongChair, not sure what do you mean, anyway, I do the same thing with new API
<LongChair>
in the mpp default API ... i don't do anything for setup the memory buffers, mpp does it for me
<LongChair>
i just init it
<LongChair>
so whatever it does to allocate vpu buffers and such, i dunno ... but you have some vpu memory pool management in the gstreamer plugin
<LongChair>
maybe it's teh same in mpp but i dunno
IgorPec has quit [Ping timeout: 240 seconds]
wadim_ has joined #linux-rockchip
LongWork has joined #linux-rockchip
scher has joined #linux-rockchip
scher has quit [Client Quit]
paulk-collins has joined #linux-rockchip
wzyy2 has quit [Ping timeout: 240 seconds]
LongWork1 has joined #linux-rockchip
Fantu has joined #linux-rockchip
LongWork has quit [Ping timeout: 264 seconds]
cnxsoft1 has joined #linux-rockchip
IgorPec has joined #linux-rockchip
<Fantu>
hi, I'm noob about arm device, I mainly used rpi and odroid with sdcard with ready to use image (fast and easy), I want update "old" system on thinclient with rockchip 3188 and only nand internal memory and put updated debian with video driver and hardware acceleration included I found here: https://drive.google.com/drive/folders/0BwAJtUrQohwXdGRVYTAwdlJDOUU
<Fantu>
I saw this isn't the full image to upload with rockchip "upgrade_tool" but only rootfs without kernel and bootloader. Can someone tell me an easy way to create a full image with this rootfs ready to upload in rk3188 nand please? Thanks for any reply and sorry for my bad english.
<Fantu>
on github I saw some different build system but I not understand what is the best and correct to build full image for the rk3188 nand with this rootfs
<stdint>
Fantu, well, upgrade_tool could update the rootfs, with a parameter
<stdint>
but what you have tried?
afaerber has joined #linux-rockchip
<Fantu>
I tried upgrade_tool UF rootfs.img but failed, I mounted it in loop and I saw that is only rootfs without kernel and bootloader, so I need to build a full firmware including this rootfs that seems what I need as base os with full hardware acceleration drivers based on github description
<Fantu>
reading "III. Booting your device" don't seems but additional operation is need
sfara has joined #linux-rockchip
<sfara>
hi all, I've some problem using pwm on a RK3188 som from Olimex. I can get teh pwm up and running seeing the waveform on teh oscilloscope, but if I try to enable the corresponding interrupt, the handler is never called. Did you ever encounter simila rproblem?
<sfara>
I'm using 'official' linux 3.0.36 from Rockchip
<Fantu>
I tried Rabian_150725_2ce6708_nand.img from http://wiki.radxa.com/Rock/prebuilt_images under radxarock, upload correctly and boot but is only base image without graphic (I saw the address in dhcp server and entered with ssh) and is with very old kernel (3.0), I'm searching a fast way to build full firmware image for nand with the debian streth rootfs with recent lts kernel (like 4.4 is possible) for some fast tests with freerdp
<Fantu>
and if ok I'll upgrade many thin clients in some public administrations and schools for still use it with newer servers
lkcl has quit [Ping timeout: 260 seconds]
nighty has quit [Quit: Disappears in a puff of smoke]
sfara has quit [Ping timeout: 260 seconds]
sfara has joined #linux-rockchip
<LongWork>
ayaka: i added some timing measurement
<LongWork>
and there is something super odd
<LongWork>
if i time the frame retrieval times on a 60p video
<LongWork>
i get the exact same timing between frames ... that is 24p no matter what
<LongWork>
that is timing every decoder->mpi->decode_get_frame(decoder->ctx, &mppframe); return time
<LongWork>
constant paces between calls returns gives me 40-41ms
<LongWork>
this is too regular to be a coincidence
<LongWork>
so the question is, would there be some sync timing of mpp with something else ?
<LongWork>
i would expect decoding to return frames at variable rate depending on frames
sfara has quit [Quit: Page closed]
sfaragnaus has joined #linux-rockchip
<sfaragnaus>
has anyone ever used succsfully the pwm interrupt on rk3188 on 3.0.36?
sfaragnaus has quit [Remote host closed the connection]
sfaragnaus has joined #linux-rockchip
nighty has joined #linux-rockchip
sfaragnaus has quit [Ping timeout: 240 seconds]
<ayaka>
LongWork: you see the problem is that the frame you sent to decoder is not display order at most time
<ayaka>
so you need to wait the fran
lkcl has joined #linux-rockchip
<ayaka>
the frame match the poc be decoded
<ayaka>
Fantu: I am not sure whether the yocto meta is done
<ayaka>
but in my view it is far from release
sfaragnaus has joined #linux-rockchip
sfaragnaus has quit [Remote host closed the connection]
sfaragnaus has joined #linux-rockchip
sfaragnaus has quit [Ping timeout: 240 seconds]
<Fantu>
I tried with yocto but fails at kernel:
<Fantu>
ERROR: Function failed: do_patch (log file is located at /media/fabio/TEST/yocto/build/tmp/work/radxarock-poky-linux-gnueabi/linux-rockchip/3.0.36-r0/temp/log.do_patch.2017) ERROR: Logfile of failure stored in: /media/fabio/TEST/yocto/build/tmp/work/radxarock-poky-linux-gnueabi/linux-rockchip/3.0.36-r0/temp/log.do_patch.2017 Log data follows: | DEBUG: Executing shell function do_patch
<Fantu>
| [INFO] validating against known patches (radxarock-standard-meta) fatal: Not a valid object name master#########################################] (/)(150 %) | error: arch/arm/mach-rk3188/Makefile: does not match index | ERROR. could not update git tree | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_patch (log file is located at /media/fabio/TEST/yocto/build/tmp/work/radxarock-poky-linux-gnueabi/lin
paulk-collins has quit [Quit: Leaving]
<LongWork>
ayaka : yes i send the packets in the stream order and they come out in the right order (the display one)
stdint has quit [Ping timeout: 240 seconds]
stdint has joined #linux-rockchip
wzyy2 has joined #linux-rockchip
pozzoni has quit [Ping timeout: 256 seconds]
pozzoni has joined #linux-rockchip
IgorPec has joined #linux-rockchip
Myy has quit [Quit: Leaving]
cnxsoft has quit [Quit: cnxsoft]
BenG83 has joined #linux-rockchip
lkcl has quit [Ping timeout: 240 seconds]
akaizen has quit [Read error: Connection reset by peer]
wadim_ has quit [Remote host closed the connection]
zzarr has joined #linux-rockchip
IgorPec has quit [Ping timeout: 240 seconds]
matthias_bgg has quit [Quit: Leaving]
zzarr has quit [Quit: This computer has gone to sleep]
IgorPec has joined #linux-rockchip
Fantu has quit [Ping timeout: 260 seconds]
zzarr has joined #linux-rockchip
zzarr has quit [Quit: This computer has gone to sleep]
zzarr has joined #linux-rockchip
wzyy2 has quit [Ping timeout: 240 seconds]
sjg1__ has joined #linux-rockchip
nashpa_ has joined #linux-rockchip
tizbac has quit [*.net *.split]
sjg1_ has quit [*.net *.split]
ayaka has quit [*.net *.split]
sunxi_fan1 has quit [*.net *.split]
steev has quit [*.net *.split]
vickycq has quit [*.net *.split]
indy has quit [*.net *.split]
nashpa has quit [*.net *.split]
RayFlower has quit [*.net *.split]
sjg1__ is now known as sjg1_
sunxi_fan has joined #linux-rockchip
tizbac has joined #linux-rockchip
steev has joined #linux-rockchip
zzarr has quit [Quit: This computer has gone to sleep]
indy_ has joined #linux-rockchip
BenG83 has quit [Quit: Leaving]
vagrantc has joined #linux-rockchip
wzyy2 has joined #linux-rockchip
BenG83 has joined #linux-rockchip
wzyy2 has quit [Read error: Connection reset by peer]
vickycq has joined #linux-rockchip
wzyy2 has joined #linux-rockchip
afaerber has quit [Quit: Leaving]
wzyy2 has quit [Read error: Connection reset by peer]
wzyy2 has joined #linux-rockchip
beeno has quit [Ping timeout: 258 seconds]
wzyy2 has quit [Read error: Connection reset by peer]
zzarr has joined #linux-rockchip
IgorPec has quit [Ping timeout: 264 seconds]
zzarr has quit [Quit: This computer has gone to sleep]
indy_ is now known as indy
LongWork1 has joined #linux-rockchip
vagrantc has quit [Ping timeout: 240 seconds]
LongWork has quit [Ping timeout: 264 seconds]
muvlon_ has joined #linux-rockchip
vagrantc has joined #linux-rockchip
vagrantc has quit [Client Quit]
zzarr has joined #linux-rockchip
BenG83 has quit [Quit: Leaving]
vagrantc has joined #linux-rockchip
BenG83 has joined #linux-rockchip
vagrantc has quit [Quit: leaving]
afaerber has joined #linux-rockchip
zzarr has quit [Quit: This computer has gone to sleep]
mac-l1 has quit [Ping timeout: 260 seconds]
zzarr has joined #linux-rockchip
muvlon_ has quit [Remote host closed the connection]
rperier has quit [Remote host closed the connection]