Search found 34 matches

by bugmenot
Sat Nov 14, 2020 9:38 am
Forum: Hardware Queries
Topic: MJPEG stream from Camera Micronet SP5511W
Replies: 7
Views: 10729

Re:

Thats a shame :( Do they market their own software? The webcam uses Java applet to play the video. When I looked at the source code of this applet (by using Cavaj Java decompiler), I did not find nothing special - but it was written in a way, that allowed it to skip the first invalid sequence of 28...
by bugmenot
Tue Jun 02, 2020 10:03 am
Forum: ZoneMinder 1.33.x Development Branch
Topic: Installing webcams
Replies: 1
Views: 19753

Installing webcams

I have 2 webcams 046d:09a6 Logitech QuickCam Vision Pro 046d:0850 Logitech QuickCam Web and i try to install these to my Raspberry/Raspbian and lsusb sees these but i can't figure out correct Monitor settings. Source Type: Local Device Path: /dev/video0 Capture Method: Video For Linux version 2 Mayb...
by bugmenot
Sat Jul 20, 2019 12:34 pm
Forum: ZoneMinder 1.32.x
Topic: How to add Pi Camera Module?
Replies: 3
Views: 3142

Re: How to add Pi Camera Module?

Now Console says Capturing and has big red ball for PiCam and Vision cam is Capturing with green ball. What does red/green balls mean? Storage Path is just /pi/Desktop/ZM Now i got 2nd camera “Vision”, It still dont show video anywhere but if i click open camera in Console, it shows new event secs 2...
by bugmenot
Sat Jul 20, 2019 6:07 am
Forum: ZoneMinder 1.32.x
Topic: Adding cameras
Replies: 4
Views: 4627

Re: Adding cameras

Sorry to ask again but do i really get this mount point stuff working and use external USB-storage before ZoneMinder starts to record video or if i have simple test setup, can i just create folder to desktop and add that path to my camera preferences Storage Area so it records video to folder in Des...
by bugmenot
Sat Jul 20, 2019 5:46 am
Forum: ZoneMinder 1.32.x
Topic: Web browser and backup
Replies: 5
Views: 4755

Re: Web browser and backup

I still get this same error:

Code: Select all

mysqldump: got error: 1698: “access denied for user ‘zoneuser’@‘localhost’” when trying to connect
by bugmenot
Sat Jul 20, 2019 3:41 am
Forum: ZoneMinder 1.32.x
Topic: Logitech QuickCam Vision Pro
Replies: 0
Views: 2005

Logitech QuickCam Vision Pro

Anybody successfully added Logitech QuickCam Vision Pro for Mac to latest ZoneMinder?
by bugmenot
Fri Jul 19, 2019 6:25 pm
Forum: ZoneMinder 1.32.x
Topic: How to add Pi Camera Module?
Replies: 3
Views: 3142

How to add Pi Camera Module?

What settings work with Pi Camera Module 1.2? I can't get this camera to show any video. I have tried all different settings. What is correct Source Type? I think Capture Method should be Video For Linux version 2. Now i have Save JPEGs Disabled and Video Writer X264 Encode - Not compatible on Arm, ...
by bugmenot
Tue Jul 16, 2019 11:01 am
Forum: ZoneMinder 1.32.x
Topic: Adding cameras
Replies: 4
Views: 4627

Re: Adding cameras

I plugged in USB-stick which is in ext4 format and booted and added its path to Storage but now it says in Storage that DiskSpace is 0B of 0B?? So i can't test if saving videos works this way so i don't need to go thru that long list of terminal commands about mounting points etc. Maybe that 0B is b...
by bugmenot
Sun Jul 14, 2019 6:00 pm
Forum: ZoneMinder 1.32.x
Topic: Adding cameras
Replies: 4
Views: 4627

Re: Adding cameras

I tried this mounting thing and it almost worked. Going to try later again.

What if i just plug USB-stick to Raspberry and then look what path it has in GUI and paste that path to ZoneMinder Storage preferences?

Does that work and does ZoneMinder then start to save videos too??
by bugmenot
Sat Jul 13, 2019 6:00 pm
Forum: ZoneMinder 1.32.x
Topic: Adding cameras
Replies: 4
Views: 4627

Adding cameras

I try to add 046d:09a6 Logitech Quickcam Vision Pro (UVC and works with linux) and Raspberry Pi Camera Module cameras to latest ZoneMinder in latest Raspbian and Logitech worked little time until i changed some settings. When i plug Logitech in, i can see in /dev/ directory 3 new items, video1, vide...
by bugmenot
Sat Jul 13, 2019 8:33 am
Forum: ZoneMinder 1.31.x
Topic: Can't view any events
Replies: 33
Views: 111571

Re: Can't view any events

Anybody found fix for this?

Should this be done in latest ZoneMinder:
rockedge wrote: Tue Apr 10, 2018 6:34 pm after updating ZM it is a good habit to insure the folder permissions are set correctly:

Code: Select all

#chown -R www-data:www-data /etc/zm
#chown -R www-data:www-data /var/cache/zoneminder
by bugmenot
Sat Jul 13, 2019 5:20 am
Forum: ZoneMinder 1.32.x
Topic: Web browser and backup
Replies: 5
Views: 4755

Re: Web browser and backup

sudo nano /etc/zm/conf.d/db-user.conf shows empty file.
by bugmenot
Fri Jul 12, 2019 4:12 am
Forum: ZoneMinder 1.32.x
Topic: Web browser and backup
Replies: 5
Views: 4755

Re: Web browser and backup

I get this error. I enabled opt_use_auth and maybe it causes it.

Code: Select all

mysqldump: got error: 1698: “access denied for user ‘zoneuser’@‘localhost’” when trying to connect
by bugmenot
Thu Jul 11, 2019 5:11 pm
Forum: ZoneMinder 1.32.x
Topic: Web browser and backup
Replies: 5
Views: 4755

Web browser and backup

What is lightest and best web browser when i run ZoneMinder in Raspberry 3 B? Is this really easiest way to backup db, just db not images etc? I'm not sure how to run this code. https://forums.zoneminder.com/viewtopic.php?f=32&t=23815#p91360 #!/bin/bash # Path to the tools this scripts needs MYS...
by bugmenot
Mon Jul 08, 2019 4:56 pm
Forum: ZoneMinder 1.32.x
Topic: GPS Time
Replies: 1
Views: 1925

GPS Time

I managed to set Raspberry Pi 3+ to correct time using GPS:
https://learn.adafruit.com/adafruit-ult ... i/use-gpsd

What i need to do that GPS sets Raspbian time in every boot?