Difference between 64bit and 32bit computer?

Hey,
I'm having trouble with the video mode. My configuration:

All "video" jar-files are included.

32bit LabTop
IDE Netbeans 8.1
Java 8 bild 73 32bit
import processing.video.*;
Videocapture works fine.


64bit Desctop
IDE Netbeans 8.1
Java 8 bild 73 64bit
Processing2 32bit

import processing.video.*; or import codeanticode.gsvideo.*;

Video Capture does not works.

Can someone help me please.

Gruß Willi

Answers

  • On a 64 bit machine you must use a processing for 64 bit afaik

  • Thanks for the quick response. I will try it. Can i use in Processing3 Video.jar or gsvideo.jar? Gruß Willi

  • Unfortunately unsuccessful.

  • Answer ✓

    [Resolved]. 64bit Desctop IDE Netbeans 8.1 Java 8 bild 73 64bit Processing2 32bit and GSVideo

Sign In or Register to comment.