|
|
@ -1153,11 +1153,14 @@ cellSignalStrengthGsm.getDbm();
|
|
|
|
protected native long[] getPhotoTimeData2(long handler);
|
|
|
|
protected native long[] getPhotoTimeData2(long handler);
|
|
|
|
// protected native long[] getNextScheduleItem(long handler);
|
|
|
|
// protected native long[] getNextScheduleItem(long handler);
|
|
|
|
protected native boolean notifyToTakePhoto(long handler, int channel, int preset, long scheduleTime, boolean photoOrVideo);
|
|
|
|
protected native boolean notifyToTakePhoto(long handler, int channel, int preset, long scheduleTime, boolean photoOrVideo);
|
|
|
|
|
|
|
|
|
|
|
|
protected native boolean sendHeartbeat(long handler, int signalLevel);
|
|
|
|
protected native boolean sendHeartbeat(long handler, int signalLevel);
|
|
|
|
protected native boolean reloadConfigs(long handler);
|
|
|
|
protected native boolean reloadConfigs(long handler);
|
|
|
|
protected native void updatePosition(long handler, double lon, double lat, double radius, long ts);
|
|
|
|
protected native void updatePosition(long handler, double lon, double lat, double radius, long ts);
|
|
|
|
protected native boolean uninit(long handler);
|
|
|
|
protected native boolean uninit(long handler);
|
|
|
|
protected native void recordingFinished(long handler, boolean result, String path, long videoId);
|
|
|
|
protected native void recordingFinished(long handler, boolean result, String path, long videoId);
|
|
|
|
|
|
|
|
public static native long takePhoto(int channel, int preset, int cameraId, boolean usb, String path);
|
|
|
|
|
|
|
|
public static native void releaseDeviceHandle(long deviceHandle);
|
|
|
|
public static native void infoLog(String log);
|
|
|
|
public static native void infoLog(String log);
|
|
|
|
public static native void setOtgState(boolean enabled);
|
|
|
|
public static native void setOtgState(boolean enabled);
|
|
|
|
public static native void setCam3V3Enable(boolean enabled);
|
|
|
|
public static native void setCam3V3Enable(boolean enabled);
|
|
|
|