python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Using Speechrecognizer API while Video recording using CamerX android
I'm currently using cameraX to record video with audio and it's working pretty well, however now I have to use SpeechRecognizer while recording the video and get the transcription of what the user is ...
confusedstudent
Votes: 0
Answers: 0
CameraX not launching on physical device and emulator
I'm currently using the cameraX sample code to record a video with audio . I didn't change anything from the samples but the camera simply won't launch. I have a swipe button in my fragment that is su...
confusedstudent
Votes: 0
Answers: 0
CameraX video recording freezes and generates empty video file
I've implemented video recording with CameraX using two cases (preview + videoCapture) as follows:
@SuppressLint("RestrictedApi")
@Override
public android.view.View onCreateView(Layo...
Alex Vizcaino
Votes: 0
Answers: 1
Android CameraX Text recognition start/stop on click
I would like to implement something simmilar to this solution, but instead of starting the analysis on creation of the app, I want to start and stop it with, for example press of a button. How can som...
pkonrad1229
Votes: 0
Answers: 1