Condition: is 6/10. Noticeable wear including scratches, scuffs, and minor dents on the exterior. Performance: Thoroughly tested to ensure all features and functions operate correctly. Image Quality: Delivers clear and bright projections suitable for movies, presentations, and more. Cosmetic Details: The projector has visible cosmetic flaws, including scratches and marks, but these do not affect its operational capabilities. See Full Specs β Γ Projector Specifications Best for movie nights and casual viewing in dim to moderately lit rooms. π Dark Room π‘ Living Room βοΈ Limited Daylight Specification Details Brightness 3000 Lumens Light Source LED Native Resolution 720p (HD) Supported Resolution 1080p (Full HD input) Contrast Ratio 3000:1 Viewing Guidance: π Dark Room: Clear and vivid image quality π‘ Night with lights: Good visibility βοΈ Daytime: Limited visibility; higher brightness recommended Brightness and other specifications are based on manufacturer data and may vary depending on room lighting, screen size, and projection surface. const modal = document.getElementById('specsModal'); const btn = document.getElementById('openSpecs'); const closeBtn = document.getElementById('closeSpecs'); btn.onclick = () => { modal.style.display = 'block'; } closeBtn.onclick = () => { modal.style.display = 'none'; } window.onclick = (e) => { if(e.target == modal) modal.style.display = 'none'; }