Jump to content

Search the Community

Showing results for tags 'webcam'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • TeamFDM
    • Site Updates and Announcements
    • Frequently Asked Questions
    • General Discussion
    • Voron User Mods
    • Filaments
    • Build Diaries
    • Introductions
    • Tutorials
  • Voron Build Support
    • Voron 0
    • Voron Trident
    • Voron 2
    • Voron Legacy
    • Voron Extruders
    • Voron Electronics
    • Slicers and Print Troubleshooting
  • Other FDM Printers
    • Ender 3 / Ender 3 Pro
    • Anet A8 / AM8
    • Prusa
    • Generic / Other
  • Marketplace
    • The Bazaar
  • Vendors
    • KB-3D
    • Voron Printed Parts Co.
    • Fabreeko
  • Off-Topic
    • Random
    • TeamFDM Member's Creative Collection

Categories

  • Non Printable Files
  • Printable Voron User Mods
  • Manuals and PDF Guides
  • Creative Collection
  • Tools and Calibration
  • Official Voron Releases

Categories

  • User Mod Installs
  • Build Techniques
  • Programming
  • Team FDM Site Tutorials
  • CAD / Fusion 360 Tutorials

Blogs

  • Voron General
  • Why we are the best digital marketing services in Chennai

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Voron Serial #1


Voron Serial #2


Voron Serial #3


Voron Serial #4


Voron Serial #5


Voron Serial #6


Voron Serial #7

Found 5 results

  1. Hi, I've just decided to add a camera to my printer using Mainsail and Crowsnest, however, it shows as "No signal." Crowsnest config #### crowsnest.conf #### This is a typical default config. #### Also used as default in mainsail / MainsailOS #### See: #### https://github.com/mainsail-crew/crowsnest/blob/master/README.md #### for details to configure to your needs. ##################################################################### #### ##### #### Information about ports and according URL's ##### #### ##### ##################################################################### #### ##### #### Port 8080 equals /webcam/?action=[stream/snapshot] ##### #### Port 8081 equals /webcam2/?action=[stream/snapshot] ##### #### Port 8082 equals /webcam3/?action=[stream/snapshot] ##### #### Port 8083 equals /webcam4/?action=[stream/snapshot] ##### #### ##### ##################################################################### #### RTSP Stream URL: ( if enabled and supported ) ##### #### rtsp://<ip>:<rtsp_port>/stream.h264 ##### ##################################################################### [crowsnest] log_path: /home/ctn3770/printer_data/logs/crowsnest.log log_level: verbose # Valid Options are quiet/verbose/debug delete_log: true # Deletes log on every restart, if set to true no_proxy: false [cam 1] mode: mjpeg # ustreamer - Provides mjpg and snapshots. (All devices) # camera-streamer - Provides webrtc, mjpg and snapshots. (rpi + Raspi OS based only) enable_rtsp: true # If camera-streamer is used, this enables also usage of an rtsp server rtsp_port: 8554 # Set different ports for each device! port: 8080 # HTTP/MJPG Stream/Snapshot Port device: /dev/v41/by-id/usb-GENERAL_GENERAL_-_UVC-video-index0 # See Log for available ... resolution: 1280x720 # widthxheight format max_fps: 30 # If Hardware Supports this it will be forced, otherwise ignored/coerced. #custom_flags: # You can run the Stream Services with custom flags. #v4l2ctl: # Add v4l2-ctl parameters to setup your camera, see Log what your cam is capable of. Crowsnest Log [09/07/23 16:21:58] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services. [09/07/23 16:21:58] crowsnest: Version: v4.0.4 [09/07/23 16:21:58] crowsnest: Prepare Startup ... [09/07/23 16:21:58] crowsnest: INFO: Host information: [09/07/23 16:21:58] crowsnest: Host Info: Distribution: Raspbian GNU/Linux 11 (bullseye) [09/07/23 16:21:58] crowsnest: Host Info: Release: MainsailOS release 1.2.1 (bullseye) [09/07/23 16:21:58] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64 [09/07/23 16:21:58] crowsnest: Host Info: Model: Raspberry Pi 4 Model B Rev 1.5 [09/07/23 16:21:58] crowsnest: Host Info: Available CPU Cores: 4 [09/07/23 16:21:58] crowsnest: Host Info: Available Memory: 3705536 kB [09/07/23 16:21:58] crowsnest: Host Info: Diskspace (avail. / total): 729M / 7.0G [09/07/23 16:21:58] crowsnest: INFO: Checking Dependencies [09/07/23 16:21:58] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini. [09/07/23 16:21:58] crowsnest: Dependency: 'find' found in /usr/bin/find. [09/07/23 16:21:58] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs. [09/07/23 16:21:58] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer. [09/07/23 16:21:58] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer. [09/07/23 16:21:58] crowsnest: Version Control: ustreamer is up to date. (v5.42) [09/07/23 16:21:59] crowsnest: Version Control: camera-streamer is up to date. ((ef8f6a4)) [09/07/23 16:21:59] crowsnest: INFO: Print Configfile: '/home/ctn3770/printer_data/config/crowsnest.conf' [09/07/23 16:21:59] crowsnest: [crowsnest] [09/07/23 16:21:59] crowsnest: log_path: /home/ctn3770/printer_data/logs/crowsnest.log [09/07/23 16:21:59] crowsnest: log_level: verbose [09/07/23 16:21:59] crowsnest: delete_log: true [09/07/23 16:21:59] crowsnest: no_proxy: false [09/07/23 16:21:59] crowsnest: [09/07/23 16:21:59] crowsnest: [cam 1] [09/07/23 16:21:59] crowsnest: mode: mjpeg [09/07/23 16:21:59] crowsnest: [09/07/23 16:21:59] crowsnest: enable_rtsp: true [09/07/23 16:21:59] crowsnest: rtsp_port: 8554 [09/07/23 16:21:59] crowsnest: port: 8080 [09/07/23 16:21:59] crowsnest: device: /dev/v41/by-id/usb-GENERAL_GENERAL_-_UVC-video-index0 [09/07/23 16:21:59] crowsnest: resolution: 1280x720 [09/07/23 16:21:59] crowsnest: max_fps: 30 [09/07/23 16:21:59] crowsnest: INFO: Detect available Devices [09/07/23 16:21:59] crowsnest: INFO: Found 1 total available Device(s) [09/07/23 16:21:59] crowsnest: INFO: Found 1 available v4l2 (UVC) camera(s) [09/07/23 16:21:59] crowsnest: /dev/v4l/by-id/usb-GENERAL_GENERAL_-_UVC-video-index0 -> /dev/video0 [09/07/23 16:21:59] crowsnest: Supported Formats: [09/07/23 16:21:59] crowsnest: [0]: 'MJPG' (Motion-JPEG, compressed) [09/07/23 16:21:59] crowsnest: Size: Discrete 1280x720 [09/07/23 16:21:59] crowsnest: Interval: Stepwise 0.033s - 0.033s with step 0.000s (30.000-30.000 fps) [09/07/23 16:21:59] crowsnest: Supported Controls: [09/07/23 16:21:59] crowsnest: [09/07/23 16:21:59] crowsnest: User Controls [09/07/23 16:21:59] crowsnest: [09/07/23 16:21:59] crowsnest: brightness 0x00980900 (int) : min=1 max=255 step=1 default=48 value=48 [09/07/23 16:21:59] crowsnest: contrast 0x00980901 (int) : min=1 max=127 step=1 default=36 value=36 [09/07/23 16:21:59] crowsnest: saturation 0x00980902 (int) : min=1 max=127 step=1 default=64 value=64 [09/07/23 16:21:59] crowsnest: hue 0x00980903 (int) : min=-128 max=127 step=1 default=0 value=0 [09/07/23 16:21:59] crowsnest: gamma 0x00980910 (int) : min=0 max=20 step=1 default=0 value=10 [09/07/23 16:21:59] crowsnest: sharpness 0x0098091b (int) : min=0 max=3 step=1 default=3 value=3 [09/07/23 16:21:59] crowsnest: backlight_compensation 0x0098091c (int) : min=0 max=127 step=1 default=8 value=8 [09/07/23 16:21:59] crowsnest: Try to start configured Cams / Services... [09/07/23 16:22:00] crowsnest: INFO: Configuration of Section [cam 1] looks good. Continue ... [09/07/23 16:22:00] crowsnest: V4L2 Control: No parameters set for [cam 1]. Skipped. [09/07/23 16:22:02] crowsnest: Starting ustreamer with Device /dev/v41/by-id/usb-GENERAL_GENERAL_-_UVC-video-index0 ... [09/07/23 16:22:04] crowsnest: ... Done! [09/07/23 16:22:04] crowsnest: WATCHDOG: Lost Device: '/dev/v41/by-id/usb-GENERAL_GENERAL_-_UVC-video-index0'
  2. Version 1.0.0

    23 downloads

    Camera mount for 1080p webcam bought on Amazon. CA Amazon Link for WebCam - https://www.amazon.ca/gp/product/B07VL7BNLZ/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1 US Amazon Link for WebCam - https://amzn.to/3LxCFUN
  3. Version 1.0.0

    112 downloads

    See full description in README.md or at https://github.com/iovsiann/handy-webcam-holder A handy webcam holder for Voron 2.4, 3D printers using 2020 extrusions. It gloriously fits common webcams that have a horizontal tube-like hole in the back - and mounts to the aforementioned 2020 extrusions. https://github.com/iovsiann/handy-webcam-holder/ Print the parts. Use ABS, PETG or ASA that can withstand temperatures higher than PLA in your print chamber. Take an M3 screw long enough to span between the two arms; drive it through the left arm into the plastic hole of the right arm Mount the camera using a piece of 1.75 filament Affix the two extrusion mounts to the 2020 extrusion using M3 screws and extrusion slot nuts or T-nuts or hammer nuts or roll-in-spring nuts Tighten the long M3 screw gently. The webcam should stay firmly in place (not drop down), but be moveable by hand with little effort. Don't overtighten.
  4. It's connected, and i've read through a dozen or so tutorials that sound like they are written in Klingon. All I get is a blank white screen. I read somewhere that there needs to be a webcam.txt file in >machine>config files. I created one, but everything in it is commented out. So far, all i have is a blank white screen in the webcam part of the dashboard. Anyone know what I need to do? Also, the mainsail documentation metions "webcamd" several times. In one instance, it instructs to go the the top right corner of the mainsail UI, click the power button and restart "webcamd". There no "webcamd" under than button. What is webcamd, and where can I find it?
  5. Version 1.0.0

    260 downloads

    A webcam mount for Voron 0.1. Not the best position for a cam but while printing it does its job and it isn't attached to the tophat. It also requires no long cable. You need the following parts: - 4x M3 8mm screws - 4x M2 6mm screws - 2x Zipties OR 2x M3 15mm screws.
×
×
  • Create New...