I’ll add those specific requirements to the PRD. Let me search for HDR-specific information first.
Search
Found 60 results for 'z1 hdr setting api status:public'
Based on my research, I’ll update the PRD to include specific HDR requirements and app store distribution. I’ll add these as new sections and modify existing ones.
10. HDR Implementation Requirements
10.1 HDR Capabilities
- Implement HDR (High Dynamic Range) functionality using the RICOH THETA API
- Support for Z1’s built-in HDR filter option
- Include support for in-camera HDR processing
- Allow users to control HDR settings:
- Enable/disable HDR
- HDR intensity adjustment
- HDR mode selection (Auto/Manual)
10.2 HDR Performance Requirements
- Fast HDR processing time
- Proper exposure bracketing implementation
- Support for saving HDR settings in camera memory
- Handle HDR file management efficiently
11. App Store Distribution Requirements
11.1 Apple App Store Requirements
- Follow Apple App Store Review Guidelines
- Implement required privacy declarations
- Create App Store listing materials:
- Screenshots (iPhone and iPad)
- App description
- Keywords
- Privacy Policy
- Support latest iOS version and minimum of two previous versions
- Implement required security settings for HTTP connections to THETA
<dict>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<false/>
<key>NSExceptionDomains</key>
<dict>
<key>192.168.1.1</key>
<dict>
<key>NSIncludesSubdomain</key>
<false/>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSTemporaryExceptionRequiresForwardSecrecy</key>
<false/>
</dict>
</dict>
</dict>
</dict>
11.2 Google Play Store Requirements
- Follow Google Play Store Developer Program Policies
- Create Play Store listing materials:
- Screenshots for different device sizes
- Feature graphic
- App description
- Privacy Policy
- Support Android 8.0 and above
- Implement network security configuration for HTTP connections to THETA
<!-- res/xml/network_security_config.xml -->
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="false">192.168.1.1</domain>
</domain-config>
</network-security-config>
11.3 App Release Strategy
- Initial beta testing through TestFlight (iOS) and Internal Testing Track (Android)
- Phased rollout strategy for both platforms
- Version update planning and maintenance schedule
- User feedback collection and response system
11.4 App Store Optimization (ASO)
- Keyword optimization for both stores
- Regular performance metrics review
- Update strategy based on user feedback
- Rating and review management plan
Let me know if you’d like me to expand on any section or add additional requirements specific to your company’s needs. Also, I can help with more technical details about the HDR implementation or app store submission process.
Remember that the HDR functionality is quite sophisticated on the Z1, so your development team should be familiar with the detailed camera control APIs. You may want to consider adding test requirements specifically for HDR quality assurance.