Mostrando postagens com marcador releases. Mostrar todas as postagens
Mostrando postagens com marcador releases. Mostrar todas as postagens

segunda-feira, 12 de maio de 2014

meteor-admin-site version 0.4.0

We released today the version 0.4.0 of the meteor-admin-site package.

In this version we are introducing the concept of field edit plugins, pluggable components to edit some kinds of fields, like tags and adresses array fields.

Products list with a filter, pagination and ordered by name 

Product edit screen with a custom tags array field

User edit screen with a custom addresses array field

terça-feira, 26 de novembro de 2013

node-django-admin version 0.0.9

I'm using the bootstrap resources to enhance the demo app front-end.

List view

Edit view with a ref (lookup) field and a select field

sexta-feira, 8 de março de 2013

Release 0.0.9

Release notes

  • Refactored the event recording routine to use /dev/shm buffers to store the frames used to create the video.
  • Refactored grabc to use mmap instead read capture method.
  • Added continuous recording mode.
  • Configured a delay to start each device grab process.
  • Added '-preset veryfast' parameter to create video ffmpeg command.
  • New /scripts folder to store some usefull scripts.
  • New /app/scripts folder to store some shell scripts used by the system.
  • New client features: snap, keyboard keys to move and resize cameras, context menu, main menu and more.
  • Moved the saved client grid configurations from the client to the server.
  • Cameras thumbnails.
  • New main page with thumbnails and more links.
  • New configuration parameters.
  • New cameras parameters: rec_fps and remote_fps.
  • Adjust the cameras fps rate relative to the real device fps rate.

Screenshots


Main page

Customized grid page

Events page

quarta-feira, 13 de fevereiro de 2013

Release 0.0.8

Release notes

  • Unified view and grid views. A grid is a view with multiple cameras and a view has only one camera view. Same views, javascript files and stylesheets for both.
  • New getCamerasSortedArray() method in config to return a sorted cameras array. This is used to display the cameras list properly ordered.

sexta-feira, 8 de fevereiro de 2013

Release 0.0.7

Release notes

  • Implemented the grab exit event to try to rerun the process after a short delay.
  • Max video time limit in seconds.
  • Links to grid, views and events in the cameras list at the main page.

quinta-feira, 7 de fevereiro de 2013

Release 0.0.6


Release notes


  • Socket.io reconnect ok. Moved the for loop that emits subscribe events for the cameras into the connect event. After reconnect this event is fired again.
  • Alert box to show client disconnect.
  • Fixed a bug in using the '(new Date()).toISOString().substr(0,10)' expression to get the date folder name where the recordings are saved. The time returned did not consider the  timezone.
  • Added -y option in ffmpeg command to overwrite output files without asking.

sexta-feira, 1 de fevereiro de 2013

Release 0.0.5

Release notes

  • New page for viewing the recorded events.
  • Fixed bug with event mp4 video generated. Added "-pix_fmt yuv420p" output parameter to the ffmpeg command. Now the generated video plays in Google Chrome browse.

terça-feira, 29 de janeiro de 2013

Release 0.0.4

Screenshots from release 0.0.4


Grid view with a customized layout showing some dragged and resized cameras:


A singled camera viewed from an iPhone:


The home/configuration page showing all my five configured cameras:


Release notes


  • Fixed the problem with multichannel cards. Reads from multiple cameras connected to the same chip (device - e.g. /dev/video0) are now synchronous.
  • Implemented a simple image change detection routine to trigger event recording.
  • Improvements in the client (browser) to allow grid camera view positioning and resizing, saving these customizations using HTML5 localStorage feature.
  • Events recording for each configured camera.

quarta-feira, 9 de janeiro de 2013

Release 0.0.3

In this third release, the project is becoming more functional and stable.

We already have a configuration file with server and cameras configuration options. See the wiki configuration page.

Some screenshots from this release:



See more details in our github page.

sexta-feira, 4 de janeiro de 2013

Release 0.0.2

This screenshot shows version 0.0.2 working with two cameras (the second one is defective) connected to a Geovision GV-800 card.


This second release is again a concept proof to test some design and tools options.

No configuration yet, and almost everything is hard coded.

I'm developing this on an Ubuntu 12.04 64 bits server with a GV-800 card with two attached cheap mini-cameras, the second one with malfunction, as we can see above.

See more instructions and comments in our github page.