X-Git-Url: http://git.osdn.net/view?p=gokigen%2FFujiCam.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fjava%2Fnet%2Fosdn%2Fgokigen%2Fcameratest%2Ffuji%2FMessageSequence.java;fp=app%2Fsrc%2Fmain%2Fjava%2Fnet%2Fosdn%2Fgokigen%2Fcameratest%2Ffuji%2FMessageSequence.java;h=ca83e3719f371cb0f0fd6e7d09626155cfb0dce5;hp=6fb4832330d842cefe6e81a9089966edb7ce5126;hb=772a4dbd7cbc404ee82d1d939717555bda3cb295;hpb=46173f8999c29dd5579299420bc1765aba4832b8 diff --git a/app/src/main/java/net/osdn/gokigen/cameratest/fuji/MessageSequence.java b/app/src/main/java/net/osdn/gokigen/cameratest/fuji/MessageSequence.java index 6fb4832..ca83e37 100644 --- a/app/src/main/java/net/osdn/gokigen/cameratest/fuji/MessageSequence.java +++ b/app/src/main/java/net/osdn/gokigen/cameratest/fuji/MessageSequence.java @@ -133,7 +133,7 @@ class MessageSequence // message_header.index : uint16 (0: terminate, 2: two_part_message, 1: other) (byte)0x01, (byte)0x00, - // message_header.type : single_part (0x1015) : GetDevicePropValue + // message_header.type : single_part (0x1015) : 0xdf24 (byte)0x15, (byte)0x10, // message_id (0~1づつ繰り上がる) @@ -151,7 +151,7 @@ class MessageSequence // message_header.index : uint16 (0: terminate, 2: two_part_message, 1: other) (byte)0x01, (byte)0x00, - // message_header.type : two_part (0x1016) : SetDevicePropValue + // message_header.type : two_part (0x1016) : 0xdf24 (byte)0x16, (byte)0x10, // message_id (0~1づつ繰り上がる) @@ -169,7 +169,7 @@ class MessageSequence // message_header.index : uint16 (0: terminate, 2: two_part_message, 1: other) (byte)0x02, (byte)0x00, - // message_header.type : two_part (0x1016) : SetDevicePropValue + // message_header.type : two_part (0x1016) : 0x00020007 (byte)0x16, (byte)0x10, // message_id (0~1づつ繰り上がる...けど two-part messageなので同じ) @@ -180,14 +180,14 @@ class MessageSequence }); } - +/* byte[] start_message6() { return (new byte[] { // message_header.index : uint16 (0: terminate, 2: two_part_message, 1: other) (byte)0x01, (byte)0x00, - // message_header.type : single_part (0x1015) : GetDevicePropValue + // message_header.type : single_part (0x1015) : 0xd212 (status_request) (byte)0x15, (byte)0x10, // message_id (0~1づつ繰り上がる...) @@ -198,7 +198,7 @@ class MessageSequence }); } - +*/ byte[] query_camera_capabilities() { @@ -215,14 +215,14 @@ class MessageSequence }); } - +/* byte[] start_message8() { return (new byte[] { // message_header.index : uint16 (0: terminate, 2: two_part_message, 1: other) (byte)0x01, (byte)0x00, - // message_header.type : single_part (0x1015) : GetDevicePropValue + // message_header.type : single_part (0x1015) : 0xd212 (byte)0x15, (byte)0x10, // message_id (0~1づつ繰り上がる...) @@ -233,7 +233,7 @@ class MessageSequence }); } - +*/ byte[] camera_remote_message() @@ -242,7 +242,7 @@ class MessageSequence // message_header.index : uint16 (0: terminate, 2: two_part_message, 1: other) (byte)0x01, (byte)0x00, - // message_header.type : camera_remote (0x101c) : InitiateOpenCapture + // message_header.type : camera_remote (0x101c) (byte)0x1c, (byte)0x10, // message_id (0~1づつ繰り上がる...) @@ -263,11 +263,11 @@ class MessageSequence // message_header.index : uint16 (0: terminate, 2: two_part_message, 1: other) (byte)0x01, (byte)0x00, - // message_header.type : single_part (0x1015) : GetDevicePropValue + // message_header.type : single_part (0x1015) : 0xd212 (status_request) (byte)0x15, (byte)0x10, // message_id (0~1づつ繰り上がる...) - (byte)0x0A, (byte)0x00, (byte)0x00, (byte)0x00, + (byte)0x00, (byte)0x00, (byte)0x00, (byte)0x00, // data ... (byte)0x12, (byte)0xd2, (byte)0x00, (byte)0x00, @@ -357,7 +357,7 @@ class MessageSequence // message_header.index : uint16 (0: terminate, 2: two_part_message, 1: other) (byte)0x01, (byte)0x00, - // message_header.type : aperture (0xd240) + // message_header.type : shutter speed (0xd240) (byte)0x40, (byte)0xd2, // message_id (0~1づつ繰り上がる... @@ -376,7 +376,7 @@ class MessageSequence // message_header.index : uint16 (0: terminate, 2: two_part_message, 1: other) (byte)0x01, (byte)0x00, - // message_header.type : aperture (0x902e) + // message_header.type : exprev (0x902e) (byte)0x2e, (byte)0x90, // message_id (0~1づつ繰り上がる...