You do not have permission to delete messages in this group
Copy link
Report message
Show original message
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
Guys, I'm developing a document scanner. and I wanted to display a rectangle identifying the object in the camera view with the opencv. Something like that:
I currently do this in ImageAnalysis.Analyzer and feed an imageView. But I was wondering if there is any way to do it directly in PreviewView. With some callback that changes the frame before it is displayed.
Yossi Elkrief
unread,
Jun 2, 2020, 7:07:46 AM6/2/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
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
You will need to use your own PreviewView and not use the PreviewView as it gets that frames from the camera directly and currently there is no api to inject frames to it.