TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
Depends on: | |
CocoaAsyncSocket | >= 0 |
AFNetworking | >= 0 |
KissXML | >= 0 |
iOS Sony Camera Remote API Client Library For QX10/100 and more..
SonyCameraRemoteAPIClient *client = [[SonyCameraRemoteAPIClient alloc] init];
[client discoverDevices:^(NSDictionary * result, NSError *error) {
[client captureLiveview:[result objectForKey:@"liveviewstream"] captured:^(NSData *result, NSError *error) {
UIImage *image = [UIImage imageWithData:result];
}];
}];
[client request:@"camera" method:@"actTakePicture" params:@[] completion:^(NSDictionary *result, NSError *error) {
NSArray *urls = [result objectForKey:@"result"];
[self.shootImage setImageWithURL:[NSURL URLWithString:[[urls objectAtIndex:0]objectAtIndex:0]]];
}];
check sony Camera Remote API reference https://developer.sony.com/develop/cameras/