Ask Your Question

klimbot's profile - activity

2017-05-24 04:22:53 -0600 received badge  Popular Question (source)
2013-02-22 05:32:59 -0600 commented answer How can I view 2 camera views simultaneously?

Thanks for the suggestion Alexander.

I have been able to successfully change camera views by switching between two JavaCameraViews that are set to front and rear cameras, but I'm having some trouble with the implementation of CvCameraViewListener2. I tried to re-implement all CameraBridgeViewBase methods with a CameraBridgeViewBase2 equivalent (all within the CameraBridgeViewBase class) but didn't have any luck. I wasn't able to successfully bind to the onCameraViewStarted2() method. My coding skills aren't the greatest so I'm not 100% sure of my implementation. Is this the was you were suggesting Alexander? Or were you suggesting I create an entire new class called CameraBridgeViewBase2?

Thanks for the help

2013-02-21 14:32:04 -0600 received badge  Student (source)
2013-02-21 14:02:48 -0600 asked a question How can I view 2 camera views simultaneously?

I'm trying to get the output of both front and rear cameras of my Android phone at the same time.

The only way I have been able to get images from both cameras is to define both front and rear camera surfaces and switch between the two, but this is not what I want. From my limited knowledge I can tell that if I enable both cameras on start up onCameraFrame() only returns one of the camera images. Any ideas?

thanks.