paperwastage
Forum Enthusiast
- Messages
- 375
- Solutions
- 2
- Reaction score
- 73
You can actually install apps on certain Sony cameras (with WiFi/Android subsystem)
https://www.playmemoriescameraapps.com/portal/
Someone has reverse engineered the protocol, and it doesn't seem that complicated to create new apps for it.
https://github.com/ma1co/Sony-PMCA-RE
Does anyone have special ideas/apps that they want?
I'm looking to buy a RX100 m4 to upgrade my m1... One useful idea would be continuous 4k recording until overheating warning (keep auto-triggering the record button after 5-minute limit)
EDIT:
looking at the key callbacks, it seems like we can completely replace the entire UI to something else (both dials are accessible, all buttons). You still have to launch the app (every time you start the camera?) to get the replacement UI.
https://github.com/ma1co/PMCADemo/b...m/github/ma1co/pmcademo/app/BaseActivity.java
https://www.playmemoriescameraapps.com/portal/
Someone has reverse engineered the protocol, and it doesn't seem that complicated to create new apps for it.
https://github.com/ma1co/Sony-PMCA-RE
Does anyone have special ideas/apps that they want?
I'm looking to buy a RX100 m4 to upgrade my m1... One useful idea would be continuous 4k recording until overheating warning (keep auto-triggering the record button after 5-minute limit)
EDIT:
looking at the key callbacks, it seems like we can completely replace the entire UI to something else (both dials are accessible, all buttons). You still have to launch the app (every time you start the camera?) to get the replacement UI.
https://github.com/ma1co/PMCADemo/b...m/github/ma1co/pmcademo/app/BaseActivity.java
Last edited: