When I move the camera left/right some green/blue stripes appear.
With VGA screens nothing happens, but with HDMI screens always happens. I had been looking for help in older posts of this forum, and it seems to be an old SFML issue which could be "fixed" rounding the center of the camera to an integer value per frame.
This works great with pixel movement games, but im using box2d and the result of this its crappy.
This is how my game prototype looks without rounding the center of the camera:
And this is how it looks rounding the center of the camera (notice that the "cookie" shakes):
There is an option that fixes the problem of the lines and does not affect the precision of movements?