startActivityForResult can't work

I use startActivityForResult (ctx as Activity,intent,1,null) in AnkoContext to start camera,it issues “android.content.ActivityNotFoundException: No Activity found to handle Intent”.Why is that?
ps:How to start camera in Anko?