Page 2 of 2

Re: Porting CEF3 on ARM

PostPosted: Tue Jul 05, 2016 9:25 pm
by MaitreDede
Hi,

Did you succeeded to have CEF3 work on ARM with no X11 ?

I would like to achieve the same goal, on Raspberry Pi, but I have not yet found a walkthrough from a vanilla Raspbian...

Re: Porting CEF3 on ARM

PostPosted: Fri Sep 09, 2016 2:14 pm
by magreenblatt

Re: Porting CEF3 on ARM

PostPosted: Fri Nov 11, 2016 11:27 am
by PauloZambrotta
Hi
I have built CEF for iMX6 following instructions and tips from this forum.
But I do not know what kind of performance I should expect.
At the moment:
1)for url: https://developer.microsoft.com/en-us/m ... ishietank/
if resolution is 1920x1080 then OnFrameCaptureSuccess() is called 0.7 times per second
if res is 1920x540 it is called 1.5 times per second
960x540 then OnFrameCaptureSuccess() is called 3 times per second
and eventually if I the resolution is 240x270 then OnFrameCaptureSuccess() is called almost 30times per second.
The website itself shows fps but the numbers are higher than the number of OnPaint calls e.g. the shown fps for 1080p is 5-8 instead of 0.7
2)http://wpsites.net/web-design/scrolling-text-images-html-effects/
I have got 1.5fps for 1080p
6.4fps for 960x540
11.6fps for 960x270

Is this performance everything I can get with directfb instead of X11 and with gpu-disabled?
I have yocto 1.5. Should I expect better performance with newer yocto e.g. 1.7?

Apologies if the answers to my questions are obvious but it is all new to me.

Re: Porting CEF3 on ARM

PostPosted: Mon Dec 05, 2016 2:00 pm
by Bizhan
Hello,
I am trying to follow up the instruction on this thread to cross compile libcef for arm on a system with no x11.

The issue I get is:
./build/gyp_chromium
Updating projects from gyp files...
gyp: usage: gyp_chromium [options ...] [build_file ...]

gyp_chromium: error: no build_file


What build file should I pass to "./build/gyp_chromium". The original code does not have any options...
Thanks,
B

Re: Porting CEF3 on ARM

PostPosted: Tue Dec 06, 2016 4:15 am
by magreenblatt
Bizhan wrote:I am trying to follow up the instruction on this thread to cross compile libcef for arm on a system with no x11.

X11 is still required. You should follow the instructions at https://bitbucket.org/chromiumembedded/ ... t-30495117