NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 77 78 79 80 81 … 93 Next »
external control of gb-pvr

 
  • 0 Vote(s) - 0 Average
external control of gb-pvr
sparky.2002
Offline

Junior Member

Posts: 1
Threads: 1
Joined: Jan 2005
#1
2005-01-25, 08:59 PM
Hi all,
I have just signed up to this forum so go easy on me!

I am currently using a crappy avi capture board with iuvcr and an external program to control recording for a surveillance system. this works well but i want to get a mpeg2 board - possibly leadteks pvr2000.

basically, all i want to know is how to tell gbpvr to start and stop recording from an external program.

I have used borland builder 6 to do this for iuvcr.

source will always be composite in and quality will always be highest.

below is iuvcr commands


#include <winuser.h>
HWND iuvcrwindow;
if ((iuvcrwindow = FindWindow("TfVCR", NULL)))
{
    PostMessage(iuvcrwindow, WM_COMMAND, command, LParam);
}


// The list of commands:


#define VCR_QUIT 50000                      //fast quit without saving changes. Use WM_CLOSE for normal exit.
#define VCR_SHUTDOWN 50001         //not used
#define VCR_NEXTPROGRAM 50002
#define VCR_PREVPROGRAM 50003
#define VCR_START_PREVIEW_T 50004 //work as trigger
#define VCR_START_CAPTURE 50005
#define VCR_STOP_CAPTURE 50006
#define VCR_MUTE 50007
#define VCR_FULLSCREEN 50008
#define VCR_WINDOWED 50009
#define VCR_FULLSCREEN_T 50010 //work as trigger
#define VCR_SNAPSHOT 50011
#define VCR_PAUSE_T 50012 //work as trigger
#define VCR_PAUSE_ENTER 50013
#define VCR_PAUSE_RESUME 50014
#define VCR_NUMPAD0 50020
#define VCR_NUMPAD1 50021
#define VCR_NUMPAD2 50022
#define VCR_NUMPAD3 50023
#define VCR_NUMPAD4 50024
#define VCR_NUMPAD5 50025
#define VCR_NUMPAD6 50026
#define VCR_NUMPAD7 50027
#define VCR_NUMPAD8 50028
#define VCR_NUMPAD9 50029
#define VCR_SETFILENAME 50040 //LParam must contains pointer to zero-terminated string

is it this simple for gbpvr??



sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,666
Threads: 767
Joined: Nov 2003
#2
2005-01-25, 09:09 PM
[b Wrote:Quote[/b] ]is it this simple for gbpvr??
Unfortunately not. You might be better off trying to record with a program like WinTVCap. GB-PVR is really designed around recording schedules and TV listings etc, and doesnt really have simple 'record' function.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Remote control example code? drmargarit 4 3,750 2018-04-21, 11:24 PM
Last Post: drmargarit
  API help - remote control greg in kansas 0 2,640 2016-07-04, 03:54 PM
Last Post: greg in kansas
  ios app to control npvr ui idea jnbooker15 4 3,570 2015-09-21, 10:19 PM
Last Post: sub
  ios app to control npvr ui idea jnbooker15 0 2,453 2015-09-21, 06:39 PM
Last Post: jnbooker15
  Kinect Voice (Gesture) Control topcat 5 3,529 2014-09-20, 12:03 PM
Last Post: topcat
  Version control / repository software for VS Express bgowland 2 2,383 2014-05-02, 09:57 PM
Last Post: bgowland
  Web control framework mvallevand 9 4,495 2011-07-06, 12:30 AM
Last Post: mvallevand
  Skin question - how to centre a list UiList control on screen? McBainUK 2 1,827 2011-02-17, 08:46 AM
Last Post: McBainUK
  List control skin elements McBainUK 1 1,722 2010-09-01, 06:17 AM
Last Post: sub
  Control-S mvallevand 2 1,647 2009-08-31, 01:57 AM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode