I have a project in which we (me and my student) will develop a system for robot. In this robot we have a camera that capture.
I am a newbie to embedded linux and am keen on learning to write device drivers. I have got a FriendlyARM Mini2440 board with me.
I am having a problem with correctly detecting a user\'s camera settings. If the user has selected \"allow\" and \"remember\", then the camera.muted setting is false (not muted)
So there are video servers like Skype how do we call it? () So there are video servers like Red 5 how do we call it? (I suggest VOD but its protocol specific type - rtp rtsmp etc)
Just a general question and maybe someone has an idea: Is it possible to have a transparent WebView over a Camer开发者_如何学Ca SurfaceView and use HTML/CSS for creating the overlay?<!-- in XML --&
(Forgive me if Im getting this totally wrong, I am a newbie) I am displaying some photos taken with MediaStore.ACTION_IMAGE_CAPTURE. I tried to disable autoorientation when picture is being taken but
Edit : Array should be CvMat or IplImage is not an error message specific to this issue, that\'s the only most relevant error message i got.
I am facing issues with getExposureCompensation() and getExposureCompensationStep() apis. Whenever I call these two apis, it
Looking at the docs, I should be able to use BGRA for the internal format of a texture. I am supplying the texture with BGRA data (using GL_RGBA8_OES for glRenderbufferStorage as it seems BGRA there i
I\'m playing around with android camera functions.I\'m trying to dynamically change the camera parameters using a menu onCheck and then calling the surfaceChanged to implement the changes.