Yes, background can be changed on the fly
POST /rest-api/mixer/set_parameter HTTP/1.1
HOST: 192.168.1.101:8081
Content-type: application/json
{
"uri": "mixer://mixer1",
"background": "/opt/blue.png"
}
But it cannot rolled back to default yet (ticket WCS-3631), so you have to change...