Search found 44 matches
- Thu Jul 03, 2014 8:19 am
- Forum: ZoneMinder 1.27.x
- Topic: ZoneMinder 1.27 remote camera orange, but no picture?
- Replies: 18
- Views: 9473
Re: ZoneMinder 1.27 remote camera orange, but no picture?
Great that you got it to work:) I have noe experience with ptz, so you should make a new thread for that one...
- Wed Jul 02, 2014 8:57 pm
- Forum: ZoneMinder 1.27.x
- Topic: ZoneMinder 1.27 remote camera orange, but no picture?
- Replies: 18
- Views: 9473
Re: ZoneMinder 1.27 remote camera orange, but no picture?
What does the log say now?
- Wed Jul 02, 2014 11:38 am
- Forum: ZoneMinder 1.27.x
- Topic: ZoneMinder 1.27 remote camera orange, but no picture?
- Replies: 18
- Views: 9473
Re: ZoneMinder 1.27 remote camera orange, but no picture?
Ok. Then you have to put 640 as capture width and 480 as capture height in source.
- Wed Jul 02, 2014 7:15 am
- Forum: ZoneMinder 1.27.x
- Topic: ZoneMinder 1.27 remote camera orange, but no picture?
- Replies: 18
- Views: 9473
Re: ZoneMinder 1.27 remote camera orange, but no picture?
What is the pixel width and height of the image that shows up in firefox?
- Tue Jul 01, 2014 11:48 am
- Forum: ZoneMinder 1.27.x
- Topic: ZoneMinder 1.27 remote camera orange, but no picture?
- Replies: 18
- Views: 9473
Re: ZoneMinder 1.27 remote camera orange, but no picture?
If the camera is set up to use a different port than 80 with http, then you must provide that information to the browser. You do that by following the ip address with ":<portnumber>" so type this in the firefox address field: http://<cameraIP>:88/videostream.cgi?user=<cameraUserName>&pwd ...
- Mon Jun 30, 2014 7:45 am
- Forum: ZoneMinder 1.27.x
- Topic: ZoneMinder 1.27 remote camera orange, but no picture?
- Replies: 18
- Views: 9473
Re: ZoneMinder 1.27 remote camera orange, but no picture?
You get some webpage you don't know about when you enter http://192.168.1.200:88/videostream.cgi?user=&pwd= Was the computer with firefox connected to the correct network at the time? Were you connected to some sort of virtual private network? That ip address, 192.168.1.200, is part of a range ...
- Fri Jun 27, 2014 5:37 am
- Forum: ZoneMinder 1.27.x
- Topic: ZoneMinder 1.27 remote camera orange, but no picture?
- Replies: 18
- Views: 9473
Re: ZoneMinder 1.27 remote camera orange, but no picture?
Open a firefox window and type in the link:
http://cameraip/videostream.cgi?user=<c ... raUserName>
If you get an image, check the resolution of the image, and put the same width and height values in zoneminder.
If you don't get an image, what did you get instead?
http://cameraip/videostream.cgi?user=<c ... raUserName>
If you get an image, check the resolution of the image, and put the same width and height values in zoneminder.
If you don't get an image, what did you get instead?
- Fri Jun 27, 2014 12:39 am
- Forum: ZoneMinder 1.27.x
- Topic: Problem with corrupt JPEG images
- Replies: 10
- Views: 6903
Re: Problem with corrupt JPEG images
I have limited experience with vivotec, but two fisheye cameras I tried had problems keeping up the stream when the resolution got too big. And the "no framerate in zoneminder" thing may not work, if the camera isn't feeding the image data as a stream of continuous data. If it is just a single frame ...
- Fri Jun 27, 2014 12:20 am
- Forum: ZoneMinder 1.27.x
- Topic: ZoneMinder 1.27 remote camera orange, but no picture?
- Replies: 18
- Views: 9473
Re: ZoneMinder 1.27 remote camera orange, but no picture?
Foscam does not seem to us basic http authentication, according to this page: http://www.zoneminder.com/wiki/index.php/Foscam In stead it wants the username and password in a get query string, witch is the stuff after the question mark. path: /videostream.cgi?user=yourcamerausername&pwd ...
- Sun Jun 22, 2014 2:35 am
- Forum: ZoneMinder 1.27.x
- Topic: zma @ 100% per zone
- Replies: 5
- Views: 2891
Re: zma @ 100% per zone
What type of source do you use? remote or ffmpeg? What happens to the ram while the cpu is running at full, and you are getting those buffer overrun errors? My best guess: I would think, that if you use a jpeg source on a remote source, and don't set fps in zoneminder, then zoneminder will try to ...
- Tue Jun 17, 2014 4:00 pm
- Forum: ZoneMinder 1.27.x
- Topic: [HELP] No Image despite green status - Logs included
- Replies: 4
- Views: 6333
Re: [HELP] No Image despite green status - Logs included
My best guess is that nobody answered because nobody who read your post knew how to help you. As I read your post, my only idea was to suggest the solution you found yourself. As far as I've read, there has been troubles making zoneminder 1.26 and later work with ubuntu 13.04 or later. Something ...
- Mon Jun 16, 2014 12:08 pm
- Forum: ZoneMinder 1.27.x
- Topic: Displaing stream at scale of1/2
- Replies: 2
- Views: 1667
Re: Displaing stream at scale of1/2
Open the monitor setup, with the link under "source" in console. Click the tab "misc". You find default scale near the bottom.
- Thu Jun 12, 2014 7:31 am
- Forum: ZoneMinder 1.27.x
- Topic: view/export/create videos and/or events later on
- Replies: 20
- Views: 9316
Re: view/export/create videos and/or events later on
In the options, you can set the command line for ffmpeg. This is where you may enter codec information, encoding profile and such. There is also a textbox for video format. This is the filetype you want to be available. The first file format with a star beside it, seems to be chosen for file format ...
- Wed Jun 11, 2014 4:34 am
- Forum: ZoneMinder 1.27.x
- Topic: view/export/create videos and/or events later on
- Replies: 20
- Views: 9316
Re: view/export/create videos and/or events later on
what kind of video files are you creating? Lets say you make .mp4 files. You can then type: find /var/www/html/zm/events/ | grep "\.mp4" it should provide you with the path to each .mp4 file in any subdirectory of /var/www/html/zm/events/ The command may take some time to finish, as it is actually ...
- Wed Jun 11, 2014 3:36 am
- Forum: ZoneMinder 1.27.x
- Topic: view/export/create videos and/or events later on
- Replies: 20
- Views: 9316
Re: view/export/create videos and/or events later on
Sorry, my bad. The path is "/var/cache/zoneminder/events/". It is just full of forlders representing the monitor numbers, and symlinks to the folders, named by the monitor name. The path format of the event folders are "monitor_id/year/month/day/hour/minute/second/". The date and time of the start ...