S shaxboz Member Licensed User Longtime User Apr 26, 2014 #1 Hi! I have simple widget. And I want to turn on camera flash from my widget? Can I do it? What library Should I use?
Hi! I have simple widget. And I want to turn on camera flash from my widget? Can I do it? What library Should I use?
S shaxboz Member Licensed User Longtime User Apr 26, 2014 #2 I couldn't open that link, maybe you will give me that library name. Upvote 0
S shaxboz Member Licensed User Longtime User Apr 26, 2014 #4 NJDude, are you really expert? In service module there is not "sub globals", How can I write "Private camEx As CameraExClass" There is only "Sub Process_Globals", but you cannot write to here "Private camEx As CameraExClass" Upvote 0
NJDude, are you really expert? In service module there is not "sub globals", How can I write "Private camEx As CameraExClass" There is only "Sub Process_Globals", but you cannot write to here "Private camEx As CameraExClass"
NJDude Expert Licensed User Longtime User Apr 26, 2014 #5 I think you should do some research first. Upvote 0
S shaxboz Member Licensed User Longtime User Apr 26, 2014 #6 I am researching, I found it from java, but I need in basic4android... Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Apr 27, 2014 #7 The Camera library can only be called from an activity. You can show a transparent activity and then start the flash. Upvote 0
The Camera library can only be called from an activity. You can show a transparent activity and then start the flash.