[android-developers] Re: Troubles with Utils.matToBitmap

2012-03-11 Thread Muzikant
What was the problem (I'm getting the same error... whenever I call matToBitmap the application freezes and stops responding) On Feb 20, 12:01 pm, adiel ashrov wrote: > nevermind,got it./ > > Thanks > > On Feb 19, 6:18 pm, adiel ashrov wrote: > > > > > > > > > Hey everyone, > > > I have s small

[android-developers] Re: Troubles with Utils.matToBitmap

2012-02-20 Thread adiel ashrov
nevermind,got it./ Thanks On Feb 19, 6:18 pm, adiel ashrov wrote: > Hey everyone, > > I have s small app which takes a picture and i want to threshold it. > for some reason the function Utils.matToBitmap crashes when I use it > after the threshold, any thoughts on how to solve this? > > the Cod