brianchirls / Seriously.js

A real-time, node-based video effects compositor for the web built with HTML5, Javascript and WebGL
MIT License
3.87k stars 354 forks source link

Camera shake on mobile goes crazy #116

Open suziesirena opened 8 years ago

suziesirena commented 8 years ago

Hi,

I tried the camera shake example on mobile and even with small shaking values, the picture is shaking very quickly as if frequency was very high.

I've tried it on real device Samsung S7. Here is my values

shake.amplitudeX = 80;
shake.amplitudeY = 20; 
shake.frequency = 0.15; 
shake.rotation = 3; 
shake.autoScale = true; 
shake.preScale = 1;

Any idea?