Barcode scanner NOT in full screen = in small part of APP interface - is it possible?

Every example of QRCODE / BARCODE scanning APP’s created in Thunkable which I’ve seen - works this way :

that after pressing a “scan button” , the FULL SCREEN camera window is opening = it REDIRECTS user from the originall APP interface to another new screen

Is it possible to preview the camera stream in a window / part IN MY APP ?

Basically saying - assign this feed / stream to “image” or “video” object ?

Because now, I can only assign a TAKEN photo or video to “image object” = firstly it opens new screen with camera preview, then it takes photo and after pressing OK on that screen, this new photo is showed in the “image oject”
(the same for video)

Looking forward for your help )