deepAR and IVS Isues

thank you its works
and can you check other question too?
which is IVS for LiveStreaming
if i use this sampleCode only mic its works not camera
so

    func frameAvailable(_ sampleBuffer: CMSampleBuffer!) {
        customImageSource?.onSampleBuffer(sampleBuffer!)
    }

when i append sampleBuffer on CustomImageSource
its not work that i expected or guide that youguys provided