0
votes
1answer
129 views

Modify camera frame

I am programming an android application. This application uses camera and different visualization modes, like grey, high contrast, etc. It will be used by people with very low vision to read any kind ...
-1
votes
1answer
90 views

iPhone Camera Filter Overllay

I have managed to overlay various things onto the camera view its self, however now I am finding difficulty with overlaying an effect on to the camera, preferably a Gaussian Blur. How would i go ...
0
votes
1answer
203 views

Apply a SharpDX Effect to a MediaCapture Stream

I'm trying to apply effects to a video stream in a Windows 8 Metro app. I'm aware of MFT and the AddEffectAsyncmethod for the MediaCapture class. However I don't know much C++ and dont' feel very ...
0
votes
2answers
1k views

Blur effect in a view of iOS

I want to use an UIImagePicker to have a camera preview being displayed. Over this preview I want to place an overlay view with controls. Is it possible to apply any effects to the preview which will ...