Rafael López
Rafael López
I run my camera preview with a long rectagle: ``` cameraPreviewOpts: CameraPreviewOptions = { x: (window.screen.width-150)/2, y: window.screen.height*0.05, width: 150, height: window.screen.height*0.9, camera: 'rear', tapPhoto: false, tapToFocus: true, previewDrag: true,...
Hi, your website is refusing me when sending a request. This was working a couple of weeks ago. Here my NodeJS code: ``` const recastai = require('recastai').default; const myBotToken =...
https://github.com/sapmentors/cap-community/blob/c5ac508d41d91895cea74fa38dcc09d73c3b565b/examples/media-handling/srv/media-service.js#L18 Hi, in the media-service example, if we save the Buffer chunks like in the mentioned line 18, the Buffer data gets concatenated with an "undefined" string (please check the...