..
Hi Hasan
Yes, this is possible. To do so, add the command
mService.sendCommand(BleCommand.StartStreaming.ordinal(), null);
after this line to start an image stream right after the parameter update command from the nRF52. You can see the command in context here. We have tested this on our side, and it works well on a Nexus 5 phone.
Best regards,
Simon
I need you to be more specific here. Why would you need to send a picture by the press of a button if you are doing it automatically when the device is connected? Do you want to start a stream or just send a single picture when pressing a button, and what button are you referring to?
Best regards,
Simon
I want to send a single image with Button1.
Hi Hasan
I assume you mean button 1 on the nRF52 DK? In that case, you should just set the APP_CMD_SINGLE_CAPTURE to be triggered whenever you press button 1 using the bsp_event_handler.
Best regards,
Simon
I did, everything is beautiful.