-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
122 changed files
with
74 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[submodule "lib/libui"] | ||
path = lib/libui | ||
path = third_party/libui | ||
url = https://github.com/petabyt/libuifw.git | ||
[submodule "lib/lua"] | ||
path = lib/lua | ||
path = third_party/lua | ||
url = https://github.com/lua/lua/ | ||
branch = v5.3 | ||
[submodule "lib/android-libjpeg-turbo"] | ||
path = lib/android-libjpeg-turbo | ||
path = third_party/android-libjpeg-turbo | ||
url = [email protected]:petabyt/android-libjpeg-turbo.git | ||
[submodule "lib/camlib"] | ||
path = lib/camlib | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
To be clear, the following is not supported yet: | ||
|
||
- Bluetooth | ||
- Liveview | ||
- Geotagging | ||
|
||
## Finding the wireless menu | ||
- Look for 'WIRELESS TRANSFER' or 'WIRELESS COMMUNICATION' in 'PLAYBACK MENU' | ||
- On some cameras, the 'Fn' button opens up the WiFi menu by default | ||
|
||
## Pairing over WiFi | ||
|
||
Older cameras will have these options: | ||
``` | ||
VIEW & OBTAIN IMAGES ON (phone) | ||
SEND INDIVIDUAL IMAGES | ||
SEND SELECTED MULTIPLE IMAGES | ||
``` | ||
|
||
When you press a connection mode, you will get a screen like this: | ||
|
||
``` | ||
SEARCHING | ||
FUJIFILM-X-A2-5DBC | ||
SELECT Browse Camera | ||
ON (phone) FUJIFILM APP | ||
(OK) CHANGE (BACK) CANCEL | ||
``` | ||
|
||
If you are connecting for the first time, press `(OK) CHANGE`. | ||
|
||
On your device, open WiFi settings and manually connect to the access point (aka hotspot) your camera is exposing. It will | ||
start with FUJIFILM. Once you connect, you might need to confirm the connection in certain versions of Android. | ||
|
||
## PC AutoSave | ||
|
||
- 'SET-UP' -> 'PC AUTO SAVE SETTING' | ||
- 'CONNECTION SETTING' -> 'PC AUTO SAVE' -> 'PC AUTO SAVE SETTING' | ||
|
||
'SIMPLE SETUP' | ||
Press the WPS button on your router for 3 seconds and wait until your camera confirms a connection. | ||
|
||
'MANUAL SETUP' | ||
Select your WiFi network and punch in password on the camera. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
LOCAL_PATH := $(call my-dir) | ||
include $(CLEAR_VARS) | ||
LUA := $(LOCAL_PATH)/../third_party/lua | ||
LOCAL_MODULE := liblua | ||
LOCAL_CFLAGS := -O2 | ||
LOCAL_SRC_FILES := $(addprefix $(LUA)/,lbaselib.c lauxlib.c lapi.c lcode.c lctype.c ldebug.c ldo.c ldump.c lfunc.c lgc.c llex.c lmem.c lobject.c lopcodes.c lparser.c lstate.c lstring.c ltable.c ltm.c lundump.c lvm.c lzio.c ltests.c) | ||
LOCAL_C_INCLUDES += $(LUA) | ||
|
||
include $(BUILD_STATIC_LIBRARY) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libui
updated
from 000000 to 7d86ef
Submodule lua
updated
from 000000 to 75ea9c