..
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
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