Hello all,

I'm doing my best to develop an app for high-speed camera capture. 
Unfortunately, it's difficult to work with  
createConstrainedHighSpeedCaptureSession since there are no samples 
available anywhere. Would it be possible for this community to come up with 
a small set of sample code?

For instance, there is a 
https://github.com/googlesamples/android-Camera2Video, but changing it to 
contain a high speed request is a bit confusing. Where I'm having trouble 
is specifically calling the camera requests. One must create a list, 
instead of using the request builder due to the need to use 
setRepeatingBurst. That said I run into several issues. One being that the 
createConstrainedHighSpeedCapture is supposed to produce a 
CameraConstrainedHighSpeedCaptureSession 
; but I don't see how to do that since createConstrainedHighSpeedCaptureSession 
actually produces a CameraCaptureSession.

Basically, all I'm asking for is sample code for:

createConstrainedHighSpeedCaptureSession

 with an onConfigured callback

    inside the onConfigured one needs to use createHighSpeedRequestList and 
setRepeatingBurst



If a sample for just that piece could be created I would be very 
appreciative. 

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/494de736-263e-4702-bff3-c6dd9064d0f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to