@axelson This will log every second the number of frames rendered.
Could you run this against the code you are having issues with?
Also with SCENIC_DRIVER_LOCAL=glfw for comparison against the non-cairo code on host,
and SCENIC_DRIVER_LOCAL=drm for comparison against the non-cairo code on rpi3
On the application config for the viewport set the debug_fps option to 1 or 2 to get debug fps output:
@axelson This will log every second the number of frames rendered. Could you run this against the code you are having issues with? Also with
SCENIC_DRIVER_LOCAL=glfw
for comparison against the non-cairo code on host, andSCENIC_DRIVER_LOCAL=drm
for comparison against the non-cairo code on rpi3On the application config for the viewport set the
debug_fps
option to 1 or 2 to get debug fps output: