Hong Wang (LazyIonEs)
unread,Aug 22, 2023, 11:35:55 PMAug 22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Sign in to report message as abuse
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android CameraX Discussion Group
When I use UseCaseGroup.Builder().addEffect(), Camera2Interop.Extender(previewBuilder).setSessionCaptureCallback fails, no information is returned, the targets in addEffect are CameraEffect.PREVIEW or CameraEffect.VIDEO_CAPTURE, I try to change it to CameraEffect.VIDEO_CAPTURE Camera2Interop.Extender(previewBuilder).setSessionCaptureCallback will continue to work afterward, but Preview has no Effect. How can I get some information through Camera2Interop.Extender(previewBuilder).setSessionCaptureCallback while using CameraEffect.PREVIEW or CameraEffect.VIDEO_CAPTURE?