Do Nothing FX Overview
The Do Nothing FX Configuration as the name implies, does nothing. This may be useful if you are taking multiple images in a session but do not require one of the images in the session to be processed with FX. This could be used in conjunction with a token in Breeze, to dynamically assign the FX configuration based on which image has been taken in the session.
Example
In Remote Pro, the {photoboothImage} token will return the number of the image in the session sequence. For example, the second image in the session would return 2 and the first image in the sequence would return 1.
Let’s say we have a 2 photo session, where we want the first image to be a standard photo of the guest (no processing) and the second photo to be a Face Swap Image. You would create two FX configs (one for Do Nothing, and one for the Face Swap) and then set a custom URL with the {photoboothImage} token:
Do Nothing
https://fx.breezesoftware.com/api/generate/your-company/photo-1
Face Swap
https://fx.breezesoftware.com/api/generate/your-company/photo-2
In Remote Pro, the POST Processing URL would be:
https://fx.breezesoftware.com/api/generate/your-company/photo-{photoboothImage}
Running the Session
When you run the session in Remote Pro, {photoboothImage} will be replaced with the sequence number.
The first image (Do Nothing) will be sent to:
https://fx.breezesoftware.com/api/generate/your-company/photo-1
The second image (Face Swap) will be sent to:
https://fx.breezesoftware.com/api/generate/your-company/photo-2