All Projects → cretueusebiu → laravel-spark-camera

cretueusebiu / laravel-spark-camera

Licence: MIT License
Profile Photo Camera support for Laravel Spark

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to laravel-spark-camera

spark learning
尚硅谷大数据Spark-2019版最新 Spark 学习
Stars: ✭ 42 (+40%)
Mutual labels:  spark
buildLibrealsense2TX
Build librealsense 2.0 library on the NVIDIA Jetson TX Development kit. Intel RealSense D400 series cameras.
Stars: ✭ 54 (+80%)
Mutual labels:  camera
Book
本项目收藏这些年来看过或者听过的一些不错的书籍,在整理文件时看见这些,发现删掉有点可惜,放着又太浪费空间,本着分享的原则,就把它们共享出来,一方面给需要的读者提供这些书籍,另一方面也是一种像知识库的积累吧
Stars: ✭ 47 (+56.67%)
Mutual labels:  spark
Spotify-Song-Recommendation-ML
UC Berkeley team's submission for RecSys Challenge 2018
Stars: ✭ 70 (+133.33%)
Mutual labels:  spark
daf-kylo
Kylo integration with PDND (previously DAF).
Stars: ✭ 20 (-33.33%)
Mutual labels:  spark
neural-greenscreen
Real time background replacement on a mac os driven webcam using the DeepLabV3 neural network for image segmentation and the native CoreMediaIO DAL framework of Mac OS.
Stars: ✭ 18 (-40%)
Mutual labels:  camera
spark-data-sources
Developing Spark External Data Sources using the V2 API
Stars: ✭ 36 (+20%)
Mutual labels:  spark
GPUImage FilterVideo
录制美颜视频
Stars: ✭ 12 (-60%)
Mutual labels:  camera
basin
Basin is a visual programming editor for building Spark and PySpark pipelines. Easily build, debug, and deploy complex ETL pipelines from your browser
Stars: ✭ 25 (-16.67%)
Mutual labels:  spark
MCamera
CameraViewController which allows to take photos, set filters, peform image blurring and more.
Stars: ✭ 28 (-6.67%)
Mutual labels:  camera
ionic-multi-camera
Take multiple photos one after another
Stars: ✭ 12 (-60%)
Mutual labels:  camera
dllib
dllib is a distributed deep learning library running on Apache Spark
Stars: ✭ 32 (+6.67%)
Mutual labels:  spark
StrayVisualizer
Visualize Data From Stray Scanner https://keke.dev/blog/2021/03/10/Stray-Scanner.html
Stars: ✭ 30 (+0%)
Mutual labels:  camera
QuickRawPicker
📷 QuickRawPicker is a free and open source program that lets you cull, pick or rate raw photos captured by your camera. It is also compatible with the XMP sidecar file used by Adobe Bridge/Lightroom/Darktable or PP3 sidecar file used by Rawtherapee.
Stars: ✭ 26 (-13.33%)
Mutual labels:  camera
sparkProjectTemplate.g8
Template for Spark Projects
Stars: ✭ 77 (+156.67%)
Mutual labels:  spark
ios logger
Application for camera and sensor data logging (iOS)
Stars: ✭ 60 (+100%)
Mutual labels:  camera
spark-http-stream
spark structured streaming via HTTP communication
Stars: ✭ 17 (-43.33%)
Mutual labels:  spark
AndroidBackgroundVideoRecording
Records camera video in background service
Stars: ✭ 34 (+13.33%)
Mutual labels:  camera
raspberry pi home security system
Home monitoring system with a Raspberry Pi and sending notifications with a Telegram bot
Stars: ✭ 14 (-53.33%)
Mutual labels:  camera
kafka-spark-streaming-zeppelin-docker
One click deploy docker-compose with Kafka, Spark Streaming, Zeppelin UI and Monitoring (Grafana + Kafka Manager)
Stars: ✭ 82 (+173.33%)
Mutual labels:  spark

Profile Photo Camera support for Laravel Spark

This package adds support for capturing images from your computer or phone camera.

Demo

Installation

  • Run composer require eusebiu/laravel-spark-camera

  • Add Eusebiu\LaravelSparkCamera\CameraServiceProvider::class to your providers array in config/app.php

  • Run php artisan vendor:publish --provider="Eusebiu\LaravelSparkCamera\CameraServiceProvider" --tag=assets

  • Edit resources/views/vendor/spark/settings/profile/update-profile-photo.blade.php:

    • Add @include('camera::camera-modal') right before closing the last div.
    • Add the Camera button <button type="button" class="btn btn-primary" :disabled="form.busy" @click="openCamera">Camera</button>.
    • It should look like this.
  • Edit resources/assets/js/spark-components/settings/profile/update-profile-photo.js:

    • Add var camera = require('./update-profile-photo-camera'); at the top.
    • Change the mixins option to mixins: [base, camera].
  • Run npm install --save webcamjs

  • Run npm run dev

This package uses WebcamJS, so if you want to configure it, overide the configureWebcamjs method in your update-profile-photo.js file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].