
It is a mod of LUA Player Plus by Creatertainment.
Changelog:
>Fixed a terrible bug: PSP freezed when exiting to XMB.
>Added new GO!CAM function and some changes to existing functions.
___________________________________________________________
Function list with descriptions you can find in official documentation: http://code.google.com/p/lua-player-plus/downloads/list
Functions that didn't mention in official documentation:
lpp.exit(0)
lpp.quit(0)
boolean lpp.running()
lpp.delay(ms)
Added functions:
Camera.setParameter (Integer, Integer)
Changes the configuration of the camera. (Gets any parameter of the camera.)
Integer - number of setting
Integer - value
Options:
1 - Saturation 0-255
2 - Brightness 0-255
3 - Contrast 0-255
4 - Sharpen 0-255
5 - Effect 0-6:
_____0 - No Effect
_____1 - Negative
_____2 - black and white
_____3 - Sepia
_____4 - Blue
_____5 - Red
_____6 - Green
6 - Exposure 0-16:
_____0: +2.0
_____1: +1.7
_____2: +1.5
_____3: +1.3
_____4: +1.0
_____5: +0.7
_____6: +0.5
_____7: +0.3
_____8: 0.0
_____9: -0.3
_____10: -0.5
_____11: -0.7
_____12: -1.0
_____13: -1.3
_____14: -1.5
_____15: -1.7
_____16: -2.0
7 - a reflection
_____0 - flipped
_____1 - Mirror
8 - Zoom. ZOOM begins with 10 (10 = 1X, 11 = 1.1X, etc.)
9 - Auto-flip (when the camera is turned)
Integer Camera.getParameter (Integer)
Gets any parameter of the camera. Parameter numbers are the same.
Camera.takePhoto(Jpeg image path, Jpeg compression 1-63, resolution 1-8, delay)
Take photo and save to file
delay - integer. 1- 10sec, 2- 20 sec, etc.
_____________________________________________________________
DOWNLOAD
P.S. Sorry for my english
Advertising



[/spoiler]