setup_front_capture

Function setup_front_capture 

Source
pub fn setup_front_capture(
    commands: Commands<'_, '_>,
    images: ResMut<'_, Assets<Image>>,
    state: ResMut<'_, FrontCameraState>,
    target: ResMut<'_, FrontCaptureTarget>,
)