Re: [android-developers] Sobel camera

2012-11-24 Thread android groups
Thank you for suggest.

On Mon, Nov 19, 2012 at 12:44 AM, Jim Graham spooky1...@gmail.com wrote:

 On Fri, Nov 16, 2012 at 05:52:15AM -0800, srikanth wrote:
  please guide me how to make sobel camera in android application

 Wrong e-mail list.  Try android-ope...@googlegroups.com.  But first,
 look at the OpenCV samples BEFORE you ask on the OpenCV/Android list.

 Later,
--jim

 --
 THE SCORE:  ME:  2  CANCER:  0
 73 DE N5IAL (/4)  |  There it was, right in the title bar:
 spooky1...@gmail.com  |   Microsoft Operations POS.
  Running Mac OS X Lion  |
 ICBM / Hurricane: | Never before has a TLA been so appropriately
30.44406N 86.59909W|  mis-parsed. (alt.sysadmin.recovery)

 Android Apps Listing at http://www.jstrack.org/barcodes.html

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
Thanks  Regards,
Srikanth

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Sobel camera

2012-11-22 Thread android groups
Yes,
First Sorry for my bad English,
I am designing one android app in that app we are puting sobel camera for
fun so that way i am asking some guide to build sobel camera ..


On Sat, Nov 17, 2012 at 4:41 AM, TreKing treking...@gmail.com wrote:

 On Fri, Nov 16, 2012 at 7:52 AM, srikanth srikanthandroidgro...@gmail.com
  wrote:

 please guide me how to make sobel camera in android application


 1 - Few people have the time to guide you through anything. Ask a
 specific question and you'll probably get a specific answer.
 2 - Try explaining what a sobel camera is if you want help with it.


 -
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
Thanks  Regards,
Srikanth

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Sobel camera

2012-11-22 Thread android groups
Yes,
First Sorry for my bad English,
I am designing one android app in that app we are puting sobel camera for
fun so that way i am asking some guide to build sobel camera ..


On Thu, Nov 22, 2012 at 6:53 PM, android groups 
srikanthandroidgro...@gmail.com wrote:

 Yes,
 First Sorry for my bad English,
 I am designing one android app in that app we are puting sobel camera for
 fun so that way i am asking some guide to build sobel camera ..



 On Sat, Nov 17, 2012 at 4:41 AM, TreKing treking...@gmail.com wrote:

 On Fri, Nov 16, 2012 at 7:52 AM, srikanth 
 srikanthandroidgro...@gmail.com wrote:

 please guide me how to make sobel camera in android application


 1 - Few people have the time to guide you through anything. Ask a
 specific question and you'll probably get a specific answer.
 2 - Try explaining what a sobel camera is if you want help with it.


 -
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




 --
 Thanks  Regards,
 Srikanth




-- 
Thanks  Regards,
Srikanth

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Sobel camera

2012-11-22 Thread Jim Graham
On Thu, Nov 22, 2012 at 06:53:20PM +0530, android groups wrote:
 Yes,
 First Sorry for my bad English,
 I am designing one android app in that app we are puting sobel camera for
 fun so that way i am asking some guide to build sobel camera ..

I gave you the information you need.  If you want the best answers (i.e.,
unless you want to code Sobel, etc., on your own), you want the OpenCV
library.  For that, you're in the WRONG GROUP, as I already told you.
You want android-ope...@googlegroups.com.  Of course, you can go ahead
and ask here, and learn how to write Sobel completely in Java, if you
really want to attempt that.  Good luck with that

Later,
   --jim

-- 
THE SCORE:  ME:  2  CANCER:  0
73 DE N5IAL (/4)  |  There it was, right in the title bar:
spooky1...@gmail.com  |   Microsoft Operations POS.
 Running Mac OS X Lion  | 
ICBM / Hurricane: | Never before has a TLA been so appropriately
   30.44406N 86.59909W|  mis-parsed. (alt.sysadmin.recovery)

Android Apps Listing at http://www.jstrack.org/barcodes.html

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Sobel camera

2012-11-18 Thread Jim Graham
On Fri, Nov 16, 2012 at 05:52:15AM -0800, srikanth wrote:
 please guide me how to make sobel camera in android application 

Wrong e-mail list.  Try android-ope...@googlegroups.com.  But first,
look at the OpenCV samples BEFORE you ask on the OpenCV/Android list.

Later,
   --jim

-- 
THE SCORE:  ME:  2  CANCER:  0
73 DE N5IAL (/4)  |  There it was, right in the title bar:
spooky1...@gmail.com  |   Microsoft Operations POS.
 Running Mac OS X Lion  | 
ICBM / Hurricane: | Never before has a TLA been so appropriately
   30.44406N 86.59909W|  mis-parsed. (alt.sysadmin.recovery)

Android Apps Listing at http://www.jstrack.org/barcodes.html

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Sobel camera

2012-11-16 Thread TreKing
On Fri, Nov 16, 2012 at 7:52 AM, srikanth
srikanthandroidgro...@gmail.comwrote:

 please guide me how to make sobel camera in android application


1 - Few people have the time to guide you through anything. Ask a
specific question and you'll probably get a specific answer.
2 - Try explaining what a sobel camera is if you want help with it.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en