VITCOCO Ear Wax Removal Kit, Otoscope Ear Camera 1920P HD Ear Cleaning Kit with 6pcs Soft Silicone Ear Spoon 3.9mm 6LED Visual Ear Cleaner for Android iPhone pad

VITCOCO Ear Wax Removal Kit, Otoscope Ear Camera 1920P HD Ear Cleaning Kit with 6pcs Soft Silicone Ear Spoon 3.9mm 6LED Visual Ear Cleaner for Android iPhone pad

$59.99
{{option.name}}: {{selected_options[option.position]}}
{{value_obj.value}}

[1920 HD View]: Vitcoco ear wax removal kit with built-in 1920 pixel HD endoscope, with 6 led cold light illumination, with directional 6-axis gyroscope, 360° precise focus without dead angle and clear picture, helps you to clean ear wax efficiently and accurately. Say goodbye to the bad experience of blurred, unclear and blind ear wax removal. Simple and safe to operate, giving your family and baby greater reassurance.[Security &Comfort]: Compared to other plastic ear spoons, our otoscope use an aluminium ear spoon with a Q-tip soft silicone ear sleeve, which is gentle and skin-friendly, durable and not easy to break, so you can leave the pain of ear cleaning; at the same time, the ultra-thin 3.9mm outer diameter of the ear wax remover conforms to the structure of the human ear, which can fit both wide and narrow ears, allowing you to experience a safe and comfortable time of removing ear wax.[Intelligent Multi-function]: Smart APP with full functions - can take photos / can record video / switch mode between left and right ear (more relevant) / remaining battery and time (real time follow up); providing you with a high experience and diverse ear-extraction experience, leaving behind the boring, single mode. Vitcoco ear camera can also be used to examine the ear canal, mouth, nasal cavity and skin.[Wireless Otoscope]: Wireless ear cleaner, farewell to tangled wiring, compatible with multiple channels for Android, iOS and iPad (computer systems are not supported), easy to operate, Four steps : ① Scan and download the "Suear" App; ②. Long press to launch the otoscope; ③. Open the APP and connect to WIFI "Suear-498B"; ④. Return to the APP and enjoy the HD ear canal view (Note: If you cannot connect to WIFI, click on the top right corner of the APP page to access to view the "FAQ").[Portable & Easy to Clean]:Type-c socket charging mode, built-in 350mAh high-capacity lithium battery, once charged, long-lasting use; 0.12lb ear wax removal compact body, easy to carry around. IP67 rated, the lens is waterproof, can be rinsed with water or wiped with alcohol, easy to clean; (If there is any problem, please contact us at the first time.) Product Description (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.now('premium-module-12-nav-carousel').execute(function(init) { if (init) { return; } P.register('premium-module-12-nav-carousel', function(){ return function() { P.when('A', 'jQuery', 'a-carousel-framework', 'ready').execute(function (A, $, framework) { function initiateCarousel(module) { var MODULE_ID = $(module).data('module-id'); /** * Carousel button element classname * @const */ var GOTO_BTN_CLASS_NAME = "aplus-goto-btn-" + MODULE_ID; /** * Carousel button element active classname * @const */ var GOTO_BTN_ACTIVE_CLASS_NAME = "aplus-active"; /** * AUI name for aui carousel * @const */ var CAROUSEL_NAME = "premium-aplus-12-carousel-" + MODULE_ID; /** * Module class name * @const */ var MODULE_CLASS_NAME = ".aplus-v2 .premium-aplus-module-12"; /** * Carousel text container class name * @const */ var TEXT_CONTAINER_CLASS_NAME = ".aplus-carousel-text-container-" + MODULE_ID; /** * Carousel text hidden class name * @const */ var TEXT_CONTAINER_HIDDEN = "aplus-hidden"; function showCarouselText(oldIndex, newIndex) { var oldClass = MODULE_CLASS_NAME + " " + TEXT_CONTAINER_CLASS_NAME + "-" + oldIndex; var newClass= MODULE_CLASS_NAME + " " + TEXT_CONTAINER_CLASS_NAME + "-" + newIndex; $(oldClass).addClass(TEXT_CONTAINER_HIDDEN); $(newClass).removeClass(TEXT_CONTAINER_HIDDEN); } /** * Creates a CarouselButton class for provided carousel instance * @param {object} carousel - AUI Carousel instance * @returns {Class} - CarouselButton Class */ function CarouselButtonTemplate(carousel) { /** * Button for controlling the active slide * @constructor * @param {number} index - slide index * @param {DOMElement} [elem] - optional DOM element to use as this objects DOM representation */ function CarouselButton(index, elem) { var self = this; this.index = index; this.carousel = carousel; /* create the button element */ this.elem = this.getElem(elem); this.$elem = $(this.elem); /* store jquery version */ this.elem.addEventListener('click', self.handleClick.bind(self)); /* add this object to the object manager */ CarouselButton.objects.byId[index] = this; CarouselButton.objects.all.push(this); } /** * Describe behavior for click events on this.elem * @memberOf CarouselButton */ CarouselButton.prototype.handleClick = function(e) { e.preventDefault(); this.carousel.gotoPage(this.index); }; /** * Enter active state * @memberOf CarouselButton */ CarouselButton.prototype.activate = function() { this.$elem.addClass(GOTO_BTN_ACTIVE_CLASS_NAME); }; /** * Enter inactive state * @memberOf CarouselButton */ CarouselButton.prototype.deactivate = function() { this.$elem.removeClass(GOTO_BTN_ACTIVE_CLASS_NAME); }; /** * Returns an existing or creates a new bound element for this object * @memberOf CarouselButton * @param {DOMElement} [elem] - optionally provide an existing element in the DOM to use * @returns {DOMElement} - this objects DOM representation */ CarouselButton.prototype.getElem = function(elem) { if (this.elem) return this.elem; if (elem) return elem; var createdElem = document.createElement('span'); createdElem.className = GOTO_BTN_CLASS_NAME; return createdElem; }; /** @const Object manager */ CarouselButton.objects = { byId: {}, all: [], }; return CarouselButton; } framework.onInit(CAROUSEL_NAME, function(carousel) { /** @const {Class} */ var CarouselButton = CarouselButtonTemplate(carousel); /* create carouel controls */ var $carouselBtns = $(safeClassSelector(GOTO_BTN_CLASS_NAME)); var btns = $carouselBtns.map(function(i, btnElem) { return new CarouselButton(i + 1, btnElem); }); /* activate first one */ CarouselButton.objects.byId[1].activate(); /* Listen to slide changes */ A.on("a:carousel:" + CAROUSEL_NAME + ":change:pageNumber", function (data) { CarouselButton.objects.byId[data.newValue].activate(); CarouselButton.objects.byId[data.oldValue].deactivate(); showCarouselText(data.oldValue, data.newValue); }); }); /** * @returns {string} - css classname prefixed with module selector */ function safeClassSelector(className) { return '.' + MODULE_CLASS_NAME + ' .' + className; } } $('.aplus-v2 .premium-aplus-module-12 .aplus-carousel-container').each(function (index, module) { initiateCarousel(module); }); framework.createAll(); framework.initializeAll(); }); } }) }); })); if(P) { P.when("a-expander").execute(function (expander) { expander.initializeExpanders(); }); } Previous page Next page 1 Thermostatic Systems 2 Typc-C & 350mAH (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-12-nav-carousel').execute(function(init){ init(); }); }));

Show More Show Less